Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbsoluteDatasetIndexFill - Class in org.pepstock.charba.client.enums
Fill object to configure chart to use an absolute dataset index.
Absolute dataset index, as integer, is composed by integer value which must be greater than 0.
Here are same examples: (1,2,3,...).
AbsoluteDatasetIndexFill(int) - Constructor for class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
Creates a absolute dataset index fill using the absolute position.
AbstractAnimation<T extends Key,D extends IsDefaultBaseAnimation> - Class in org.pepstock.charba.client.options
Is the base animation options with common options for animation configuration, for ANIMATION and ANIMATIONS name spaces.
AbstractAnimation(AbstractNode, T, D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractAnimation
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AbstractAnimation.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AbstractAnimationEvent - Class in org.pepstock.charba.client.events
Abstract event which is fired when the chart is animating.
AbstractAnimationEvent(BaseNativeEvent, EventType, AnimationItem) - Constructor for class org.pepstock.charba.client.events.AbstractAnimationEvent
Creates the event with the animation info from chart.
AbstractAnnotation - Class in org.pepstock.charba.client.annotation
Base class to define an annotation in the AnnotationPlugin.ID plugin.
It contains all commons properties to define an annotation.
AbstractAnnotation(AnnotationType, AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractAnnotation
Creates the object with the type of annotation to handle.
AbstractAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractAnnotation
Creates the object wrapping an existing native object.
AbstractAnnotation.Property - Enum in org.pepstock.charba.client.annotation
Name of properties of native object.
AbstractArrayContainerList<E,A extends Array> - Class in org.pepstock.charba.client.commons
Abstract list for enumeration and object/array container list which has got common methods.
AbstractArrayContainerList() - Constructor for class org.pepstock.charba.client.commons.AbstractArrayContainerList
 
AbstractArrayList<E,A extends Array> - Class in org.pepstock.charba.client.commons
Abstract list implementation which is wrapping an array (java script native object), providing common methods.
AbstractArrayList() - Constructor for class org.pepstock.charba.client.commons.AbstractArrayList
 
AbstractArrayNativeContainerList<E,A extends Array> - Class in org.pepstock.charba.client.commons
Abstract list for object and array container list which has got common methods.
AbstractArrayNativeContainerList() - Constructor for class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
 
AbstractBarBorderItem - Class in org.pepstock.charba.client.data
Maps a bar object (border width and radius) and its methods.
AbstractBarBorderItem(int) - Constructor for class org.pepstock.charba.client.data.AbstractBarBorderItem
Creates the object using the argument to set the border item size to all corners of the rectangle.
AbstractBarBorderItem(NativeObject) - Constructor for class org.pepstock.charba.client.data.AbstractBarBorderItem
Creates the object with native object instance to be wrapped.
AbstractBuilder<T extends LabelItem> - Class in org.pepstock.charba.client.datalabels
Abstract base comfortable object to create DataLabelsPlugin.ID label item by a builder.
AbstractBuilder(T) - Constructor for class org.pepstock.charba.client.datalabels.AbstractBuilder
Creates a label item builder with the instance to wrap.
AbstractCanvasObjectCallback<T extends CanvasObject> - Class in org.pepstock.charba.client.data
Callback to set a CanvasObject as background color.
This is used and set in the data set when a canvas object is set for a background color.
AbstractCanvasObjectCallback(AbstractContainer<T>, Dataset.CanvasObjectKey) - Constructor for class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
Creates the callback using the container of canvas object and the property related to the canvas object to set in the dataset.
AbstractChart - Class in org.pepstock.charba.client
Base class of all charts.
It contains Chart.js initialization.
AbstractChart(Type) - Constructor for class org.pepstock.charba.client.AbstractChart
Initializes simple panel and canvas which are used by CHART.JS.
It sets also some default behaviors (width in percentage) for resizing
AbstractChart.ChartRunnableWrapper - Class in org.pepstock.charba.client
Wrapper of a ChartTimerTask in order to to be added to a CTimer.
AbstractChart.InternalInterationModeObject - Class in org.pepstock.charba.client
Internal native object container which is mapping the interaction options needed to invoke Chart.getElementsAtEventForMode(BaseNativeEvent, String, NativeObject, boolean).
AbstractChart.InternalInterationModeObject.Property - Enum in org.pepstock.charba.client
Name of properties of native object.
AbstractChartEvent - Class in org.pepstock.charba.client.events
Abstract event which represents a CHART.JS event, which contains a function context, as chart.
AbstractChartEvent(ChartEventContext, EventType, Key) - Constructor for class org.pepstock.charba.client.events.AbstractChartEvent
Creates the event with legend item related to the click
AbstractChartTypedEvent - Class in org.pepstock.charba.client.events
Abstract event which is fired when the user is acting on the chart.
AbstractChartTypedEvent(ChartEventContext, EventType, Key, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.AbstractChartTypedEvent
Creates the event with a list of dataset references related to the click.
AbstractChartWidget<C extends IsChart> - Class in org.pepstock.charba.client.gwt.widgets
Base class of all GWT WIDGET charts.
AbstractChartWidget(C) - Constructor for class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
Creates a chart widget for GWT by chart element instance.
AbstractConfigurationElement<D extends IsDefaultOptionsElement> - Class in org.pepstock.charba.client.configuration
While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way.
Options can be configured for four different types of elements: arc, lines, points, and bars.
When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset.
AbstractConfigurationElement(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Builds the object with options.
AbstractConfigurationItem - Class in org.pepstock.charba.client.zoom
Abstract element used by pan and zoom object in order to enable to provide the configuration of ZoomPlugin.ID.
AbstractConfigurationItem(NativeObject) - Constructor for class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Creates the object with native object instance to be wrapped.
AbstractConfigurationItem.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
AbstractContainer<T extends CanvasObject> - Class in org.pepstock.charba.client.data
Common utility to manage inside the configuration items, the canvas objects (pattern or gradient), set to the specific properties of the elements.
It stores the canvas object information in the a native object added to Charba configuration, on specific property names for Charba.
The canvas object are stored in the native object by the "original" property names to use to configure CHART.JS.
AbstractContainer(Dataset) - Constructor for class org.pepstock.charba.client.data.AbstractContainer
Creates the object by an empty native java script object and stores the data set instance it belongs to.
AbstractContainer.CallbackWrapper - Class in org.pepstock.charba.client.data
Internal class to wrap the data set callack to manage a key of a dataset.
AbstractController - Class in org.pepstock.charba.client.controllers
Abstract implementation of a controller.
AbstractController(ControllerType) - Constructor for class org.pepstock.charba.client.controllers.AbstractController
Creates the controller by its type.
AbstractCursorPointerOptions - Class in org.pepstock.charba.client.impl.plugins
Common configuration options for plugins which are managing cursor style.
AbstractCursorPointerOptions(String, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
Creates new plugin options with plugin ID, using a native object instance.
AbstractCursorPointerOptions(String) - Constructor for class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
Creates new plugin options with plugin ID, creating new native options.
AbstractCursorPointerOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
Name of properties of native object.
AbstractDatasetContext - Class in org.pepstock.charba.client.callbacks
The option context is used to give contextual information when resolving options where the data set locator (data and data set index) must be used.
AbstractDatasetContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.AbstractDatasetContext
Creates the object with native object instance to be wrapped.
AbstractDatasetContext.Property - Enum in org.pepstock.charba.client.callbacks
Name of properties of native object.
AbstractDatasetIndexFill - Class in org.pepstock.charba.client.enums
Abstract object for absolute and relative dataset index fill, which maintains common values.
AbstractDatasetIndexFill(FillingMode, int, String) - Constructor for class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
Creates the fill object with all necessary data.
AbstractDefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ANIMATION element.
AbstractDefaultAnimation() - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
To avoid any instantiation
AbstractDefaultChartAnimation<T extends IsDefaultBaseAnimation> - Class in org.pepstock.charba.client.defaults.chart
Defaults for base animation option element.
AbstractDefaultChartAnimation(T) - Constructor for class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
Creates the object wrapping a base animation instance.
AbstractDefaultChartOptions - Class in org.pepstock.charba.client.defaults.chart
Abstract defaults for options element, based on chart type.
AbstractDefaultChartOptions(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
Creates the object by a default options.
AbstractDefaultChartPadding - Class in org.pepstock.charba.client.defaults.chart
Abstract defaults for padding option element, based on chart type.
AbstractDefaultChartPadding(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
Creates the object by padding option element instance.
AbstractDefaultOptions - Class in org.pepstock.charba.client.defaults.globals
Abstract CHART.JS default values for OPTIONS element with all inner elements.
AbstractDefaultOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
Creates the object using the defaults inner elements of chart options.
AbstractDefaultOptions(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
Creates the object using the argument options instance as default of chart options.
AbstractDefaultOptionsElement - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ARC, LINE, BAR and POINT elements.
AbstractDefaultOptionsElement(int) - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
Creates the object using the values passed as arguments.
Background and border colors will be taken from Options.getBackgroundColorAsString() and Options.getBorderColorAsString().
AbstractDefaultOptionsElement(String, int) - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
Creates the object using the values passed as arguments.
Background color will be taken from Options.getBackgroundColorAsString().
AbstractDefaultPluginElement<T extends IsDefaultPluginElement> - Class in org.pepstock.charba.client.options
Configures the common properties of chart element related to default plugins, DefaultPluginId.TITLE and DefaultPluginId.LEGEND.
AbstractDefaultPluginElement(Plugins, Key, T, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractDefaultPluginElement
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AbstractDefaultPluginElement.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AbstractDynamicConfiguration<I> - Class in org.pepstock.charba.client.configuration
Base object to map configuration, by a provider, which can be reuse in all configuration items where this configuration can be set.
AbstractDynamicConfiguration(AbstractDynamicConfiguration.IsProvider<I>) - Constructor for class org.pepstock.charba.client.configuration.AbstractDynamicConfiguration
Builds the object by a provider used to get the options element for storing properties.
AbstractDynamicConfiguration.IsProvider<T> - Interface in org.pepstock.charba.client.configuration
Interface to implement to provide the options element to manage configuration properties.
AbstractElement - Class in org.pepstock.charba.client.datalabels
Abstract element used by padding and font object in order to enable to provide these object instances as result of a callback.
Exposes the native object to return to DataLabelsPlugin.ID plugin.
AbstractElement(NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.AbstractElement
Creates the object with native object instance to be wrapped.
AbstractElement<D extends IsDefaultOptionsElement> - Class in org.pepstock.charba.client.options
Options can be configured for four different types of elements: arc, lines, points, and bars.
When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset.
AbstractElement(Elements, Key, D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractElement
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AbstractElement.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AbstractEvent - Class in org.pepstock.charba.client.events
Abstract event for all events which must contain a native event.
This event contains the chart instance as source.
AbstractEvent(BaseNativeEvent, EventType) - Constructor for class org.pepstock.charba.client.events.AbstractEvent
Creates an event using a native event
AbstractEventHandler - Class in org.pepstock.charba.client.datalabels.events
Abstract event handler which implements all interfaces to listen DATA LABELS events.
Can be used as base class for custom implementation.
AbstractEventHandler() - Constructor for class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
 
AbstractExtensionPlugin<T extends AbstractPluginOptions> - Class in org.pepstock.charba.client.plugins
Commons methods of extension, plugins out-of-the-box written in java script, to import and manage by Charba.
AbstractExtensionPlugin() - Constructor for class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
Reduces the visibility of constructor.
AbstractFont - Class in org.pepstock.charba.client.options
Base class to map the font properties of an element.
AbstractFont(IsDefaultFont) - Constructor for class org.pepstock.charba.client.options.AbstractFont
Creates an empty font to use for chart configuration.
AbstractFont(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractFont
Creates a font to use for chart configuration, wrapping a native object instance.
AbstractFont.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AbstractFormat<F extends AbtsractFormatWrapper<?,T,R>,O,T,R> - Class in org.pepstock.charba.client.intl
The object is a constructor for objects that enable language sensitive formatting.
AbstractFormat(CLocale, O) - Constructor for class org.pepstock.charba.client.intl.AbstractFormat
Creates object that enables language sensitive formatting, using the locale options and specific options.
AbstractFormat.FormatPartsFactory - Class in org.pepstock.charba.client.intl
Internal format part factory in order to be used when AbstractFormat.formatToParts(java.lang.Object) is invoked.
AbstractHandlerEvent - Class in org.pepstock.charba.client.events
Abstract event which is fired when event handler has been added or removed to/from the chart.
This event should use only for use internal only to manage internally all handlers.
AbstractHandlerEvent(EventType) - Constructor for class org.pepstock.charba.client.events.AbstractHandlerEvent
Creates the event with the type of new handler.
AbstractInjectableResource - Class in org.pepstock.charba.client.resources
Defines an object which must inject script or CSS style objects in the DOM document, at runtime.
It must have a name and should be a unique value because it will be used to set the element (script or style) id.
AbstractInjectableResource(Key, String...) - Constructor for class org.pepstock.charba.client.resources.AbstractInjectableResource
Creates the resource with a mandatory name as key and the content of injectable resource.
AbstractInjectableResource(String, String...) - Constructor for class org.pepstock.charba.client.resources.AbstractInjectableResource
Creates the resource with a mandatory name as string and the content of injectable resource.
AbstractInteraction<P extends AbstractModel<?,?>,D> - Class in org.pepstock.charba.client.options
Definitions about how elements appear, hovering the chart.
AbstractInteraction(P, Key, D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractInteraction
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AbstractInteraction.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AbstractLegendEvent - Class in org.pepstock.charba.client.events
Abstract event which is fired when the user is acting on the legend of the chart.
AbstractLegendEvent(ChartEventContext, EventType, Key, LegendItem) - Constructor for class org.pepstock.charba.client.events.AbstractLegendEvent
Creates the event with legend item related to the click
AbstractModel<P extends AbstractModel<?,?>,D> - Class in org.pepstock.charba.client.options
Base class for all options, which will wraps a native object and manages the relations about parent and children elements.
Provides also a set of methods to manages callbacks and events.
AbstractModel(D) - Constructor for class org.pepstock.charba.client.options.AbstractModel
Creates the object with default provider.
This is the root of elements tree and new native object is created.
AbstractModel(P, Key, D) - Constructor for class org.pepstock.charba.client.options.AbstractModel
Creates the object with parent element, the key of this element and default values.
The native object to map java script properties will be created empty.
AbstractModel(D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractModel
Creates the object with default provider and the native object.
This is the root of elements tree .
AbstractModel(P, Key, D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractModel
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AbstractNode - Class in org.pepstock.charba.client.commons
Base class for all options noides, which will wraps a native object and manages the relations about parent and children elements.
AbstractNode(NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractNode
Creates the object with native object to map java script properties.
This is used for the root of tree composed by native objects.
AbstractNode(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractNode
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AbstractNumberFormat<P extends AbstractModel<?,?>> - Class in org.pepstock.charba.client.options
This is abstract number format object element of the chart options.
AbstractNumberFormat(P, Key, IsDefaultNumberFormatOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractNumberFormat
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AbstractPadding - Class in org.pepstock.charba.client.options
Base class to map the padding properties of an element.
AbstractPadding(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.options.AbstractPadding
Creates an empty padding to use for chart configuration.
AbstractPadding(IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractPadding
Creates a padding to use for chart configuration, wrapping a native object instance.
AbstractPadding.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AbstractPieOptions - Class in org.pepstock.charba.client.configuration
Abstract options for PIE chart.
AbstractPieOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.AbstractPieOptions
Builds the object storing the chart instance and defaults.
AbstractPlugin - Class in org.pepstock.charba.client.plugins
Implements a plugin interface to help who will create a plugin do not create all methods.
The only method not implemented is getId which must implemented.
All onBefore* cancelable methods return true.
AbstractPlugin(String) - Constructor for class org.pepstock.charba.client.plugins.AbstractPlugin
Creates the plugin sing the id passed as argument.
AbstractPluginOptions - Class in org.pepstock.charba.client.plugins
Abstract plugin options where to set all the configuration needed to the plugin.
AbstractPluginOptions(String, NativeObject) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
Creates new plugin options with plugin ID, using a native object instance.
AbstractPluginOptions(String, AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AbstractPluginOptions.Property - Enum in org.pepstock.charba.client.plugins
Name of properties of native object.
AbstractPluginOptionsFactory<T extends AbstractPluginOptions> - Class in org.pepstock.charba.client.plugins
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
AbstractPluginOptionsFactory(String) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
Creates the object with plugin ID.
AbstractPoint - Class in org.pepstock.charba.client.commons
This object is wrapping the native java script object to map a point.
AbstractPoint() - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
Creates an empty object.
AbstractPoint(double) - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
Creates an object with X coordinate of the point
AbstractPoint(double, double) - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
Creates an object with X and Y coordinates of the point
AbstractPoint(NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
Creates the object with native object instance to be wrapped.
AbstractPoint.Property - Enum in org.pepstock.charba.client.commons
Name of properties of native object.
AbstractPointStyleShapeDrawer - Class in org.pepstock.charba.client.colors.tiles
Implements a shape drawer in order to use PointStyle as shape for tiles.
Extends the usage of shape drawer for draw point styles for HtmlLegend plugin.
Implements the drawing of point styles using CHART.JS starting point.
See here, at method drawPoint.
AbstractPointStyleShapeDrawer() - Constructor for class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
 
AbstractResources - Class in org.pepstock.charba.client.resources
Base class to extend in order to have java script injection, needed to CHARBA, where CHART.JS and date library.
Every instance must have a module related to date adapter and library.
AbstractResources(boolean) - Constructor for class org.pepstock.charba.client.resources.AbstractResources
Creates a resource object by a flag.
Of passed argument is true, it must inject the LUXON date library.
AbstractScale - Class in org.pepstock.charba.client.options
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear logarithmic category time time series radial linear
AbstractScale(IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScale
Creates the object only with default provider and native object.
AbstractScale.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AbstractScaleLines - Class in org.pepstock.charba.client.configuration
The scale lines configuration (Grid and RadialAngleLines) defines options for the lines that run a the axis.
AbstractScaleLines(Axis, IsDefaultScaleLines) - Constructor for class org.pepstock.charba.client.configuration.AbstractScaleLines
Builds the object storing the axis which this scale lines belongs to.
AbstractScaleLines<D> - Class in org.pepstock.charba.client.options
Abstract configuration defines border options for axis lines elements.
AbstractScaleLines(AbstractScale, Key, D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScaleLines
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AbstractScaleLines.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
AbstractScaleLines.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AbstractScriptableFont<T extends ChartContext> - Class in org.pepstock.charba.client.options
Object can be provided with additional configuration by callbacks to define font options at runtime, and with the possibility to reset FontCallback if the IsScriptableFontProvider instance has been set with a FontCallback.
AbstractScriptableFont(IsScriptableFontProvider<T>, IsDefaultFont) - Constructor for class org.pepstock.charba.client.options.AbstractScriptableFont
Creates an empty font to use for chart configuration.
AbstractScriptableFont(IsScriptableFontProvider<T>, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScriptableFont
Creates a font to use for chart configuration, wrapping a native object instance.
AbstractScriptablePadding<T extends ChartContext> - Class in org.pepstock.charba.client.options
Object can be provided with additional configuration by callbacks to define padding options at runtime, and with the possibility to reset PaddingCallback if the IsScriptablePaddingProvider instance has been set with a PaddingCallback.
AbstractScriptablePadding(IsScriptablePaddingProvider<T>, IsDefaultPadding) - Constructor for class org.pepstock.charba.client.options.AbstractScriptablePadding
Creates an empty padding to use for chart configuration.
AbstractScriptablePadding(IsScriptablePaddingProvider<T>, IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScriptablePadding
Creates a padding to use for chart configuration, wrapping a native object instance.
AbstractShape - Class in org.pepstock.charba.client.colors.tiles
This is an abstract shape for shape not enumerated, like image and character.
AbstractShape(String) - Constructor for class org.pepstock.charba.client.colors.tiles.AbstractShape
Creates a shape with its name.
AbstractStandardKey - Class in org.pepstock.charba.client.options
This is an abstract standard implementation of a custom key.
AbstractStandardKey(String) - Constructor for class org.pepstock.charba.client.options.AbstractStandardKey
Builds the object with the custom key value as string
AbstractTickHandler<T extends Tick,C> - Class in org.pepstock.charba.client.configuration
Base object to map an axis tick for axes.
Every axis type has got own data type therefore to activate a tick callback is needed a different signature.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration.
AbstractTickHandler(Axis, T) - Constructor for class org.pepstock.charba.client.configuration.AbstractTickHandler
Builds the object storing the axis instance and options element, based on different kind of axis.
AbstractTooltipBodyCallback - Class in org.pepstock.charba.client.callbacks
Abstract implementation of tooltip body callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
AbstractTooltipBodyCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipBodyCallback
 
AbstractTooltipFooterCallback - Class in org.pepstock.charba.client.callbacks
Abstract implementation of tooltip footer callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
AbstractTooltipFooterCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
 
AbstractTooltipLabelCallback - Class in org.pepstock.charba.client.callbacks
Abstract implementation of tooltip label callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
AbstractTooltipLabelCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
AbstractTooltipPositioner - Class in org.pepstock.charba.client.positioner
Abstract class which implements a positioner.
AbstractTooltipPositioner(String) - Constructor for class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
Creates the positioner passing the name of tooltip position as argument.
If the name is one of out of the box ones, see TooltipPosition, an exception is launched.
AbstractTooltipTitleCallback - Class in org.pepstock.charba.client.callbacks
Abstract implementation of tooltip title callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
AbstractTooltipTitleCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
 
AbstractTypedAnimationKey - Class in org.pepstock.charba.client.options
This is the template for animation ids with animation type as part of the object.
AbstractTypedAnimationKey(String, AnimationType) - Constructor for class org.pepstock.charba.client.options.AbstractTypedAnimationKey
Builds the object with the property value as string and its type.
AbstractXYAnnotation - Class in org.pepstock.charba.client.annotation
Implements a annotation which can be configured with the X (min and max) and Y (min and max) values, like BoxAnnotation and LineAnnotation.
AbstractXYAnnotation(AnnotationType, AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Creates a XY annotation to be added to an AnnotationOptions instance, using the native object and defaults passed as argument.
AbstractXYAnnotation(AnnotationType, NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Creates the object wrapping an existing native object.
AbstractXYAnnotation.Property - Enum in org.pepstock.charba.client.annotation
Name of properties of native object.
AbtsractFormatWrapper<N,T,R> - Class in org.pepstock.charba.client.intl
Defines for objects that enable language sensitive value formatting.
AbtsractFormatWrapper(N) - Constructor for class org.pepstock.charba.client.intl.AbtsractFormatWrapper
Creates object that enables language sensitive number formatting, using the native format instance.
activateCanvasObjectHandlerPlugin(IsChart, Dataset) - Method in class org.pepstock.charba.client.data.Data
Checks if data et has got patterns or gradient and then add CanvasObjectHandler plugin to the chart;
ACTIVE_DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
 
ActiveDatasetElement - Class in org.pepstock.charba.client.items
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The elements are mapped by this object.
This is the CHART.JS item with all needed info about a selected data set.
This object has been created and passed to event handler or callbacks to apply own logic.
ActiveDatasetElement(int, int) - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement
Creates a data set element, setting data set and data element indexes.
ActiveDatasetElement() - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement
Creates an empty data set element.
ActiveDatasetElement(NativeObject) - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement
Creates the item using a native java script object which contains all properties.
ActiveDatasetElement.ActiveDatasetElementFactory - Class in org.pepstock.charba.client.items
Inner class to create data set element by a native object.
ActiveDatasetElement.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
ActiveDatasetElementFactory() - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement.ActiveDatasetElementFactory
 
ActiveDefaultAnimation() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition.ActiveDefaultAnimation
 
ActiveDefaultAnimationTransition() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition
Creates a default animation mode wrapping the DefaultTransitionKey.ACTIVE.
Adapters - Class in org.pepstock.charba.client.configuration
The following adapters element is used to configure a date adapter, injecting to support time series in the CAHRT.JS.
Adapters(Axis) - Constructor for class org.pepstock.charba.client.configuration.Adapters
Builds the object storing the axis which this adapters belongs to.
adapters - Variable in class org.pepstock.charba.client.configuration.CartesianTimeAxis
 
adapters - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
adapters - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
adapters - Variable in class org.pepstock.charba.client.options.AbstractScale
 
Adapters - Class in org.pepstock.charba.client.options
The following adapters element is used to configure a date adapter, injecting to support time series in the CHART.JS.
Adapters(AbstractScale, Key, IsDefaultAdapters, NativeObject) - Constructor for class org.pepstock.charba.client.options.Adapters
Creates the object with the parent, the key of this element and native object to map java script properties.
This element does not have any default values.
Adapters.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
add(long, long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Adds the specified amount of unit to the given timestamp.
add(Date, long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Adds the specified amount of unit to the given date.
add(double, double, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Adds the specified amount of unit to the given timestamp.
add(IsChart) - Static method in class org.pepstock.charba.client.Charts
Adds new charts instance in the collection.
add(E) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Appends the specified element to the end of this list
add(int, E) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
Appends the specified element to the end of this list
add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Appends the specified element to the end of this list
add(int, Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Appends the specified element to the end of this list
add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(Img) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Appends the specified element to the end of this list
add(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Appends the specified element to the end of this list
add(int, Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Appends the specified element to the end of this list
add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Appends the specified element to the end of this list
add(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Appends the specified element to the end of this list
add(int, String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Inserts the specified element in the the list
add(String) - Method in class org.pepstock.charba.client.data.Labels
Adds a single line label
add(String...) - Method in class org.pepstock.charba.client.data.Labels
Adds a multi-line label
add(Plugin) - Method in class org.pepstock.charba.client.plugins.Plugins
Adds a new plugin to the chart.
If another plugin instance with the same id has been already loaded, it will remove, storing the new one.
If the chart is already initialized, to get this update the chart must be drawn again.
addAll(Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.AbstractArrayContainerList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(int, Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
 
addAll(E[]) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Loads an array of elements in the the list.
addAll(double...) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Loads an array of elements in the the list
addAll(Collection<? extends Double>) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(E[]) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Loads an array of elements in the the list
addAll(Img...) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Loads an array of elements in the the list
addAll(Collection<? extends Img>) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(int...) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Loads an array of elements in the the list
addAll(Collection<? extends Integer>) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(NativeObject...) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Loads an array of elements in the the list
addAll(Collection<? extends NativeObject>) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(String...) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Loads an array of elements in the the list
addAll(Collection<? extends String>) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(List<IsColor>) - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
Adds a list of colors.
addAnnotation(AbstractAnnotation) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
Adds an annotation configuration in the the cache.
addAnnotations(DrawTime, AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
Adds an annotations for plugin.
addAnnotations(DrawTime, AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
Adds an annotations for plugin.
addAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Adds an annotations for plugin.
addColorsStartStop(IsColor, IsColor) - Method in class org.pepstock.charba.client.colors.GradientBuilder
Sets the start and stop color of gradient, when the gradient will have only 2 colors.
addColorsStartStop(String, String) - Method in class org.pepstock.charba.client.colors.GradientBuilder
Sets the start and stop color of gradient, when the gradient will have only 2 colors.
addColorStop(double, IsColor) - Method in class org.pepstock.charba.client.colors.GradientBuilder
Adds a stopping color with its offset
addColorStop(double, String) - Method in class org.pepstock.charba.client.colors.GradientBuilder
Adds a stopping color with its offset
addColorStop(GradientColor) - Method in class org.pepstock.charba.client.colors.GradientBuilder
Adds a stopping color with its offset
addColorStop(double, String) - Method in class org.pepstock.charba.client.dom.elements.CanvasGradientItem
Adds a new stop, defined by an offset and a color, to the gradient.
If the offset is not between 0 and 1, inclusive, an IllegalArgumentException is raised.
If the color is null, the default color for line element is used.
addColorStop(double, IsColor) - Method in class org.pepstock.charba.client.dom.elements.CanvasGradientItem
Adds a new stop, defined by an offset and a color, to the gradient.
If the offset is not between 0 and 1, inclusive, an IllegalArgumentException is raised.
If the color is null, the default color for line element is used.
addDatasetSelectionEventHandler(DatasetSelectionEventHandler) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
Adds a data set selection handler instance to be invoke at click event.
addEventListener(String, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
Sets up a function that will be called whenever the specified event is delivered to the target.
addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.AbstractChart
 
addHandler(MutationHandler) - Method in class org.pepstock.charba.client.ChartObserver
Adds a mutation handler to notify when a chart will be attached or detached.
addHandler(IsCallbackPropertyHandler) - Method in class org.pepstock.charba.client.commons.CallbackPropertyManager
Adds new callback handler instance in the collection.
addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.EventBus
Adds an handler to receive events of the type passed as argument.
addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
Adds a event handler.
addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
addHandler(EventHandler, EventType) - Method in interface org.pepstock.charba.client.IsChart
Adds this handler to the widget.
AddHandlerEvent - Class in org.pepstock.charba.client.events
Event which is fired when new event handler has been added to the chart.
This event should use only for use internal only to manage internally all handlers.
AddHandlerEvent(EventType) - Constructor for class org.pepstock.charba.client.events.AddHandlerEvent
Creates the event with the type of new handler.
AddHandlerEventHandler - Interface in org.pepstock.charba.client.events
Event handler for new event handler.
addLegendElement(Div, Div, Position, int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Adds the HTML legend element to the right position in the chart element, depending on Position set for legend.
addLifecycleListener(ChartsLifecycleListener) - Static method in class org.pepstock.charba.client.Charts
Adds new charts life cycle listener instance in the collection.
addListeners(IsChart, Div) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Adds the event listeners to all elements created by legend callback.
addListeners(BaseElement) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
addListeners() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Adds events listener to canvas element of chart.
addNative(Chart) - Static method in class org.pepstock.charba.client.Charts
Adds new CHART.JS charts instance in the collection.
ADJUST_SCALE_RANGE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
adjustPointsXByRender(SelectionCleaner, double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Adjusts X coordinates and items for selection cleaner element by rendering, using x value calculated previously.
AdjustScaleRangeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
Callback interface of AnnotationPlugin.ID plugin to set adjustScaleRange property at runtime, to AbstractAnnotation.
adjustScaleRangeCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
AdjustSizeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
Callback interface of AnnotationPlugin.ID plugin to set xAdjust and yAdjust property at runtime, to AbstractAnnotation and LineLabel.
afterBodyCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
afterBuildTicksCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
afterBuildTicksCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterCalculateTickRotationCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
afterDataLimitsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
afterDataLimitsCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterDatasetDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterDatasetsDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterDatasetsUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterDatasetUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterEventCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterFitCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
afterFooterCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
afterInitCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterLabelCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
afterLayoutCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterRenderCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterSetDimensionsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
afterTickToLabelConversionCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
afterTitleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
afterTooltipDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
afterUpdateCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
afterUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
alert(String) - Static method in class org.pepstock.charba.client.utils.Window
Displays an alert box with a specified message and an OK button.
Align - Enum in org.pepstock.charba.client.datalabels.enums
The align option defines the position of the label relative to the anchor point position and orientation.
Align(String) - Constructor for enum org.pepstock.charba.client.datalabels.enums.Align
Creates with the property value to use in the native object.
Align - Enum in org.pepstock.charba.client.impl.plugins.enums
Property to set the selection cleaner element alignment.
Align(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.Align
Creates with the property value to use in the native object.
ALIGN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
alignCallback - Variable in class org.pepstock.charba.client.configuration.Title
 
AlignCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set align property at runtime, using the plugin context.
alignCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Title
 
alignCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
alpha - Variable in class org.pepstock.charba.client.colors.Color
 
alpha(double) - Method in interface org.pepstock.charba.client.colors.IsColor
Clones the color applying the alpha value.
Amount - Class in org.pepstock.charba.client.zoom
This object is wrapping the native java script object to set the position to pan the chart.
Amount() - Constructor for class org.pepstock.charba.client.zoom.Amount
Creates an empty object
Amount(double) - Constructor for class org.pepstock.charba.client.zoom.Amount
Creates an object with pan amount for x scale.
Amount(double, double) - Constructor for class org.pepstock.charba.client.zoom.Amount
Creates an object with pan amount for x and y scales.
Amount(NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Amount
Creates the object with native object instance to be wrapped.
AMPERSAND - Static variable in class org.pepstock.charba.client.commons.Constants
Constants for AMPERSAND, "&".
Anchor - Enum in org.pepstock.charba.client.datalabels.enums
An anchor point is defined by an orientation vector and a position on the data element.
Anchor(String) - Constructor for enum org.pepstock.charba.client.datalabels.enums.Anchor
Creates with the property value to use in the native object.
ANCHOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
AnchorCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set anchor property at runtime, using the plugin context.
anchorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
angleLines - Variable in class org.pepstock.charba.client.configuration.RadialAxis
 
angleLines - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
angleLines - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
angleLines - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
angleLines - Variable in class org.pepstock.charba.client.options.AbstractScale
 
AngleLines - Class in org.pepstock.charba.client.options
It is used to configure angled lines that radiate from the center of the chart to the point labels.
Note that these options only apply if display is true.
AngleLines(AbstractScale, Key, IsDefaultAngleLines, NativeObject) - Constructor for class org.pepstock.charba.client.options.AngleLines
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AngleLines.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
animated - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
Animation - Class in org.pepstock.charba.client.configuration
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties.
Animation(IsChart, HasAnimationOptions, AbstractDynamicConfiguration.IsProvider<IsAnimation>) - Constructor for class org.pepstock.charba.client.configuration.Animation
Builds the object by a animation provider used to get the animation element for storing properties.
animation - Variable in class org.pepstock.charba.client.configuration.AnimationContainer
 
animation - Variable in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
 
animation - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
animation - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
animation - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
Animation - Class in org.pepstock.charba.client.options
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties, ANIMATION name space.
Animation(AbstractNode, Key, IsDefaultAnimation, NativeObject) - Constructor for class org.pepstock.charba.client.options.Animation
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
animation - Variable in class org.pepstock.charba.client.options.AnimationTransition
 
Animation.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
Animation.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AnimationCollection - Class in org.pepstock.charba.client.options
Is the base animation options with common properties for animation properties (property and collections of properties).
AnimationCollection(Animations, AnimationCollectionKey, IsDefaultAnimationCollection, NativeObject) - Constructor for class org.pepstock.charba.client.options.AnimationCollection
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
AnimationCollection.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AnimationCollectionKey - Interface in org.pepstock.charba.client.options
Represents the collection to set to configure animation.
AnimationCompleteEvent - Class in org.pepstock.charba.client.events
Event which is fired when the animation of the chart is completed.
AnimationCompleteEvent(BaseNativeEvent, AnimationItem) - Constructor for class org.pepstock.charba.client.events.AnimationCompleteEvent
Creates the event with the animation info from chart.
AnimationCompleteEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart animation complete event.
AnimationContainer - Class in org.pepstock.charba.client.configuration
Manages the ANIMATION, ANIMATIONS and TRANSITIONS options in order to use the same logic among all options/configuration and datasets.
AnimationContainer(IsChart, AbstractDynamicConfiguration.IsProvider<HasAnimationOptions>) - Constructor for class org.pepstock.charba.client.configuration.AnimationContainer
Builds the object by a animation options provider used to get the animation options for storing properties.
animationContainer - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
animationContainer - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
animationContainer - Variable in class org.pepstock.charba.client.configuration.TypedDataset
 
animationContainer - Variable in class org.pepstock.charba.client.data.Dataset
 
AnimationContainer - Class in org.pepstock.charba.client.options
Manages the ANIMATION, ANIMATIONS and TRANSITIONS properties of options in order to use the same logic among all options/configuration and datasets.
AnimationContainer(IsDefaultAnimationContainer, DataEnvelop<NativeObject>, String) - Constructor for class org.pepstock.charba.client.options.AnimationContainer
Creates an animation container with the envelop of the native object where animations properties must be managed.
AnimationContainer(AbstractNode, IsDefaultAnimationContainer, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.AnimationContainer
Creates an animation container with the native object where animations properties must be managed.
AnimationContainer(AbstractNode, Key, IsDefaultAnimationContainer, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.AnimationContainer
Creates an animation container with the native object where animations properties must be managed.
animationContainer - Variable in class org.pepstock.charba.client.options.Options
 
animationContainer - Variable in class org.pepstock.charba.client.options.Tooltips
 
animationContainer - Variable in class org.pepstock.charba.client.options.TypedDataset
 
AnimationContainer.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AnimationItem - Class in org.pepstock.charba.client.items
The onProgress and onComplete events are useful for synchronizing an external draw to the chart animation.
This is a wrapper of the CHART.JS item with all needed info.
AnimationItem(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.AnimationItem
Creates the item using an envelop with native java script object which contains all properties.
It is called from configuration package.
AnimationItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
AnimationProgressEvent - Class in org.pepstock.charba.client.events
Event which is fired when the animation of the chart is progressing.
AnimationProgressEvent(BaseNativeEvent, AnimationItem) - Constructor for class org.pepstock.charba.client.events.AnimationProgressEvent
Creates the event with the animation info from chart.
AnimationProgressEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart animation progress event.
AnimationPropertyKey - Interface in org.pepstock.charba.client.options
Represents the property id to set to the configure animation collection items.
animations - Variable in class org.pepstock.charba.client.configuration.AnimationContainer
 
Animations - Class in org.pepstock.charba.client.configuration
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties for a specific sets of element(like bar, point, arc and line) properties.
Animations(AbstractDynamicConfiguration.IsProvider<IsAnimations>) - Constructor for class org.pepstock.charba.client.configuration.Animations
Builds the object by a animations provider used to get the animations element for storing properties.
animations - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
 
animations - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
animations - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
animations - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition
 
animations - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
Animations - Class in org.pepstock.charba.client.options
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animations properties, ANIMATIONS name space.
Animations(AbstractNode, Key, IsDefaultAnimations, NativeObject) - Constructor for class org.pepstock.charba.client.options.Animations
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
animations - Variable in class org.pepstock.charba.client.options.AnimationTransition
 
AnimationTransition - Class in org.pepstock.charba.client.options
Abstract options to define the animation for a specific update mode (transition).
AnimationTransition(Key, IsDefaultAnimationTransition, ChartEnvelop<NativeObject>, String) - Constructor for class org.pepstock.charba.client.options.AnimationTransition
Creates an animation transitions container for the UpdateConfiguration.
AnimationTransition(AbstractNode, Key, IsDefaultAnimationTransition, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.AnimationTransition
Creates an animation transitions container with the native object where ANIMATION property must be managed.
AnimationTransition.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
AnimationType - Enum in org.pepstock.charba.client.enums
Type of property in the animation object to determine the interpolator used.
AnimationType(String) - Constructor for enum org.pepstock.charba.client.enums.AnimationType
Creates with the property value to use in the native object.
annotation - Variable in class org.pepstock.charba.client.annotation.AnnotationContext
 
AnnotationBuilder - Class in org.pepstock.charba.client.utils
Utility to have an image to apply to canvas of chart in order to add HTML custom information on chart.
The utility is leveraging on svg+mxl and foreignObject elements.
The HTML content MUST be XML well-formed, following the xHTML specification, when passed as string.
This is the SVG XML tree, used:

AnnotationBuilder() - Constructor for class org.pepstock.charba.client.utils.AnnotationBuilder
To avoid any instantiation
AnnotationCachedMap - Class in org.pepstock.charba.client.annotation
Object which stores all annotations by their ID in the AnnotationPlugin.ID plugin, using a cached to store it.
AnnotationCachedMap() - Constructor for class org.pepstock.charba.client.annotation.AnnotationCachedMap
Creates an empty object with the cache for the annotations.
AnnotationContext - Class in org.pepstock.charba.client.annotation
The callback or handler context wrapper, created and passed by AnnotationPlugin.ID which contains the link to the native chart.
AnnotationContext(AbstractAnnotation, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.AnnotationContext
Creates the object with native object instance to be wrapped.
AnnotationDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptionsFactory.AnnotationDefaultsOptionsFactory
To avoid any instantiation.
AnnotationHelper - Class in org.pepstock.charba.client.annotation
Helpers to provides utilities in the AnnotationPlugin.ID plugin.
AnnotationHelper() - Constructor for class org.pepstock.charba.client.annotation.AnnotationHelper
To avoid any instantiation
AnnotationId - Interface in org.pepstock.charba.client.annotation
Represents the annotation id of a annotation configuration object in the AnnotationPlugin.ID plugin.
annotationInstancesCache - Variable in class org.pepstock.charba.client.annotation.AnnotationHelper
 
AnnotationMap - Class in org.pepstock.charba.client.annotation
Object which stores all annotations by their ID in the AnnotationPlugin.ID plugin.
AnnotationMap() - Constructor for class org.pepstock.charba.client.annotation.AnnotationMap
Creates an empty object.
AnnotationMap(NativeObject) - Constructor for class org.pepstock.charba.client.annotation.AnnotationMap
Creates the object using the instance of native object, passed as argument.
AnnotationOptions - Class in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin options where to set all configuration items needed to the plugin.
AnnotationOptions() - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
Creates new AnnotationPlugin.ID plugin options.
AnnotationOptions(IsChart) - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
Creates new AnnotationPlugin.ID plugin options, relating to chart instance for default.
AnnotationOptions(IsDefaultsAnnotationOptions) - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
Creates new AnnotationPlugin.ID plugin options.
AnnotationOptions(IsDefaultsAnnotationOptions, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
Creates new AnnotationPlugin.ID plugin options.
AnnotationOptions.Property - Enum in org.pepstock.charba.client.annotation
Name of properties of native object.
AnnotationOptionsFactory - Class in org.pepstock.charba.client.annotation
Factory to get the options (from chart) related to AnnotationPlugin.ID plugin.
AnnotationOptionsFactory() - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptionsFactory
To avoid any instantiation.
AnnotationOptionsFactory.AnnotationDefaultsOptionsFactory - Class in org.pepstock.charba.client.annotation
Internal factory to create options from default global option for the plugin
AnnotationPlugin - Class in org.pepstock.charba.client.annotation
Entry point of ANNOTATION plugin to enable the plugin.
The ANNOTATION plugin draws lines and boxes on the chart area.
The ANNOTATION plugin plugin works with line, bar, scatter and bubble charts that use linear, logarithmic, time, or category scales.
The ANNOTATION plugin plugin will not work on any chart that does not have exactly two axes, including pie, radar, and polar area charts.
AnnotationPlugin() - Constructor for class org.pepstock.charba.client.annotation.AnnotationPlugin
To avoid any instantiation
AnnotationPluginResource - Class in org.pepstock.charba.client.annotation
Contains the content of chartjs-plugin-annotation.min.js to inject.
AnnotationPluginResource() - Constructor for class org.pepstock.charba.client.annotation.AnnotationPluginResource
Creates the injectable resource with chartjs-plugin-annotation.min.js content.
annotationsCache - Variable in class org.pepstock.charba.client.annotation.AnnotationCachedMap
 
annotationsMap - Variable in class org.pepstock.charba.client.annotation.AnnotationOptions
 
AnnotationType - Enum in org.pepstock.charba.client.annotation
Defines the type of annotation.
AnnotationType(String, IsDefaultsAnnotation) - Constructor for enum org.pepstock.charba.client.annotation.AnnotationType
Creates an annotation type property value to use in the native object.
append(boolean) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Appends a boolean to the builder.
append(byte) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Appends a byte to the builder.
append(char) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Appends a char to the builder.
append(double) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Appends a double to the builder.
append(int) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Appends a integer to the builder.
append(SafeHtml) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Appends the contents of another safe html object.
appendChild(BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
Adds a node to the end of the list of children of a specified parent node.
If the given child is a reference to an existing node in the document, it moves it from its current position to the new position (there is no requirement to remove the node from its parent node before appending it to some other node).
appendEscaped(String) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Appends a string to the builder.
appendEscapedLines(String) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Appends a string to the builder, splitting the string if contains line separators.
appendHtmlConstant(String) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Appends a string without any escaping.
applyAreaBorder(Context2dItem) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Apply the border to selection area if required.
applyBackgroundColor(IsChart, LegendLabelItem, Div, int, int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Applies the background color to the color element.
applyBackgroundColorToChartElement(IsChart, String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Applies the background color CSS property in the chart HTML element.
applyBackgroundImageToChartElement(IsChart, String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Applies the background image CSS property in the chart HTML element.
applyBackgroundToChartElement(IsChart, String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Applies the background CSS property in the chart HTML element.
applyBorderColor(IsChart, LegendLabelItem, TableCell, int, int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Applies the border color to the color element.
applyBorderWidth(LegendLabelItem, TableCell) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Applies the border style to the color element and returns true if the border color must be applied.
applyConfiguration() - Method in class org.pepstock.charba.client.AbstractChart
Called before any drawing or reconfiguration in order that the chart which implements it can override options
applyConfiguration() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
 
applyDefaultsOnScales(List<Scale>, NativeObject, NativeObject) - Method in class org.pepstock.charba.client.commons.Merger
Applies the defaults to all scales (X and Y) defined for a chart.
applyFillProperties(Context2dItem, LegendItem) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
Applies the common configuration to context for fill designing by a LegendItem.
Used only for PointStyle drawing.
applyFillProperties(Context2dItem, String) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Applies the common configuration to context for fill designing.
applyingDefaults() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
 
applyingDefaults() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
 
applyingDefaults() - Method in class org.pepstock.charba.client.datalabels.LabelItem
 
applyingDefaults(T) - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
This is invoked before storing the plugins options as default.
Applies the default to the options passed as argument.
applyingDefaults(ChartEnvelop<String>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
This is invoked before storing the plugins options as default.
This is called set the options of plugin are stored as default, see GlobalOptions.getPlugins().
applyingDefaults() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
This is invoked before storing the plugins options as default.
applyingDefaults() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
 
applyLocaleToTimeScales(Scales, CLocale) - Method in class org.pepstock.charba.client.Defaults.NativeChartHandler
Applies the locale, taken from chart options, to all time or time series scales if the locale is not set.
applyPointStyle(IsChart, HtmlLegendItem, Div, int, int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Applies the background color to the color element.
applyPrecision(double, int) - Static method in class org.pepstock.charba.client.utils.Utilities
Converts a double in the a string setting the decimals places to maintain.
applyRegExp(String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
Parses the locale identifier by the regular expression.
Returns null if the argument is not consistent as locale.
applySnapshot(Context2dItem, boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
The snapshot is the image of chart (without any selection).
Every time the selection is updating, it removes the previous selection putting the original chart (image snapshot) and then draws new selection.
applyStrokeProperties(Context2dItem, int, LegendItem) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
Applies the common configuration to context for stroke designing, by a LegendItem.
Used only for PointStyle drawing.
applyStrokeProperties(Context2dItem, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Applies the common configuration to context for stroke designing.
applyStrokeProperties(Context2dItem, String, int, CapStyle, JoinStyle) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Applies the common configuration to context for stroke designing.
applyTemplate(String, Object...) - Static method in class org.pepstock.charba.client.utils.Utilities
Creates a string in order to change a template filling with the replacements.
The replacement must be set as following:
Arc - Class in org.pepstock.charba.client.configuration
Arcs are used in the polar area, doughnut and pie charts.
Arc(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Arc
Builds the object setting the java script options object and defaults options for arc.
arc - Variable in class org.pepstock.charba.client.configuration.Elements
 
arc - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
arc - Variable in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
arc(double, double, double, double, double, boolean) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Adds a circular arc to the current sub-path.
The arc method creates a circular arc centered at (x, y) with a radius of radius.
The path starts at "startAngle", ends at "endAngle", and travels in the direction given by "anticlockwise" (defaulting to clockwise).
arc(double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Adds a circular arc to the current sub-path.
The arc method creates a circular arc centered at (x, y) with a radius of radius.
The path starts at "startAngle", ends at "endAngle", and travels in the clockwise direction.
Arc - Class in org.pepstock.charba.client.options
Arcs are used in the polar area, doughnut and pie charts.
Arc(Elements, Key, IsDefaultArc, NativeObject) - Constructor for class org.pepstock.charba.client.options.Arc
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
arc - Variable in class org.pepstock.charba.client.options.Elements
 
Arc.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
ArcBorderRadius - Class in org.pepstock.charba.client.data
Defines the border radius for ARC data set element, applies the corner radius to all corners of the arc (outerStart, outerEnd, innerStart, and innerEnd).
ArcBorderRadius() - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius
Creates the object with an empty native object instance.
ArcBorderRadius(int) - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius
Creates the object using the argument to set the border radius size to all corners of the rectangle.
ArcBorderRadius(NativeObject) - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius
Creates the object with native object instance to be wrapped.
ArcBorderRadius.ArcBorderRadiusFactory - Class in org.pepstock.charba.client.data
Inner class to create arc border radius object by a native object.
ArcBorderRadius.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
ArcBorderRadiusFactory() - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius.ArcBorderRadiusFactory
To avoid any instantiation
arcTo(double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
adds a circular arc to the current sub-path, using the given control points and radius.
The arc is automatically connected to the path's latest point with a straight line, if necessary for the specified parameters.
This method is commonly used for making rounded corners.
Area - Class in org.pepstock.charba.client.colors
Contains the coordinates of an area.
Used inside the canvas object factory.
Area() - Constructor for class org.pepstock.charba.client.colors.Area
 
area - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
areValuesEquals() - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
Returns true if all values of object are equals.
Array - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
Array() - Constructor for class org.pepstock.charba.client.commons.Array
 
array - Variable in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
 
array - Variable in class org.pepstock.charba.client.commons.ArrayDoubleList
 
array - Variable in class org.pepstock.charba.client.commons.ArrayEnumList
 
array - Variable in class org.pepstock.charba.client.commons.ArrayImageList
 
array - Variable in class org.pepstock.charba.client.commons.ArrayIntegerList
 
array - Variable in class org.pepstock.charba.client.commons.ArrayObjectContainerList
 
array - Variable in class org.pepstock.charba.client.commons.ArrayObjectList
 
array - Variable in class org.pepstock.charba.client.commons.ArrayStringList
 
ARRAY - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script array Array with name "Array".
array - Variable in class org.pepstock.charba.client.data.Labels
 
ArrayChart - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of chart values.
ArrayChart() - Constructor for class org.pepstock.charba.client.commons.ArrayChart
To avoid any instantiation
ArrayDouble - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (doubles) values.
ArrayDouble() - Constructor for class org.pepstock.charba.client.commons.ArrayDouble
To avoid any instantiation
ArrayDoubleArray - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of arrays of numeric (doubles) values.
ArrayDoubleArray() - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleArray
To avoid any instantiation
ArrayDoubleArrayList<E extends NativeArrayContainer<ArrayDouble>> - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
ArrayDoubleArrayList(ArrayDoubleArray, NativeArrayContainerFactory<ArrayDouble, E>) - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleArrayList
Internal constructor used to set an array instance as back-end of the list.
ArrayDoubleArrayList() - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleArrayList
Creates an empty list
ArrayDoubleList - Class in org.pepstock.charba.client.commons
The user of this interface has precise control over where in the list each element is inserted.
ArrayDoubleList(ArrayDouble) - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleList
Internal constructor used to set an array instance as back-end of the list.
ArrayDoubleList() - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleList
Creates an empty list
ArrayEnumList<E extends Key> - Class in org.pepstock.charba.client.commons
The user of this interface has precise control over where in the list each element is inserted.
ArrayEnumList(E[], ArrayString) - Constructor for class org.pepstock.charba.client.commons.ArrayEnumList
Internal constructor used to set an array instance as back-end of the list.
ArrayEnumList(E[]) - Constructor for class org.pepstock.charba.client.commons.ArrayEnumList
Creates an empty list by all values of an enumeration.
ArrayGradient - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasGradientItem) values.
ArrayGradient() - Constructor for class org.pepstock.charba.client.commons.ArrayGradient
To avoid any instantiation
ArrayImage - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (ImageElement) values.
ArrayImage() - Constructor for class org.pepstock.charba.client.commons.ArrayImage
To avoid any instantiation
ArrayImageList - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
ArrayImageList(ArrayImage) - Constructor for class org.pepstock.charba.client.commons.ArrayImageList
Internal constructor used to set an array instance as back-end of the list.
ArrayImageList() - Constructor for class org.pepstock.charba.client.commons.ArrayImageList
Creates an empty list
ArrayInteger - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values.
ArrayInteger() - Constructor for class org.pepstock.charba.client.commons.ArrayInteger
To avoid any instantiation
ArrayIntegerList - Class in org.pepstock.charba.client.commons
The user of this interface has precise control over where in the list each element is inserted.
ArrayIntegerList(ArrayInteger) - Constructor for class org.pepstock.charba.client.commons.ArrayIntegerList
Internal constructor used to set an array instance as back-end of the list.
ArrayIntegerList() - Constructor for class org.pepstock.charba.client.commons.ArrayIntegerList
Creates an empty list
ArrayListHelper - Class in org.pepstock.charba.client.commons
Utility to create array list objects from java script arrays.
ArrayListHelper() - Constructor for class org.pepstock.charba.client.commons.ArrayListHelper
To avoid any instantiation
ArrayMixedObject - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous array of mixed type of object (extension of java script objects) values.
ArrayMixedObject() - Constructor for class org.pepstock.charba.client.commons.ArrayMixedObject
 
ArrayObject - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (extension of java script objects) values.
ArrayObject() - Constructor for class org.pepstock.charba.client.commons.ArrayObject
To avoid any instantiation
ArrayObjectContainerList<E extends NativeObjectContainer> - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
ArrayObjectContainerList(ArrayObject, NativeObjectContainerFactory<E>) - Constructor for class org.pepstock.charba.client.commons.ArrayObjectContainerList
Internal constructor used to set an array instance as back-end of the list.
ArrayObjectContainerList() - Constructor for class org.pepstock.charba.client.commons.ArrayObjectContainerList
Creates an empty list
ArrayObjectList - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
ArrayObjectList(ArrayObject) - Constructor for class org.pepstock.charba.client.commons.ArrayObjectList
Internal constructor used to set an array instance as back-end of the list.
ArrayObjectList() - Constructor for class org.pepstock.charba.client.commons.ArrayObjectList
Creates an empty list
ArrayPattern - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasPatternItem) values.
ArrayPattern() - Constructor for class org.pepstock.charba.client.commons.ArrayPattern
To avoid any instantiation
ArrayString - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values.
ArrayString() - Constructor for class org.pepstock.charba.client.commons.ArrayString
To avoid any instantiation
ArrayStringList - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
ArrayStringList(ArrayString) - Constructor for class org.pepstock.charba.client.commons.ArrayStringList
Internal constructor used to set an array instance as back-end of the list.
ArrayStringList() - Constructor for class org.pepstock.charba.client.commons.ArrayStringList
Creates an empty list
as() - Method in interface org.pepstock.charba.client.dom.IsCastable
Performs checked cast to lefthand-side type.
asDefault() - Method in class org.pepstock.charba.client.GlobalOptions
Returns the global options as default scaled options.
asPattern() - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Returns a CHARBA pattern, using the shape, background color, shape color and size.
ASSERT_EXCEPTION_MESSAGE - Static variable in class org.pepstock.charba.client.commons.Checker
 
assertCheck(boolean) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is true.
If not, throw a IllegalArgumentException.
assertCheck(boolean, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is true.
If not, throw a IllegalArgumentException.
assign(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
Causes the window to load and display the document at the URL specified.
After the navigation occurs, the user can navigate back to the page that called Location.assign() by pressing the "back" button.
asString() - Method in interface org.pepstock.charba.client.dom.safehtml.SafeHtml
Returns the object as HTML escaped string.
asString() - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
 
asTile() - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Returns a canvas pattern, using the shape, background color, shape color and size.
AtLeastOneDatasetHandler - Class in org.pepstock.charba.client.impl.callbacks
Implementation of legend click handler which disable the capability to hide the last visible dataset.
In this way, always a dataset is showed.
AtLeastOneDatasetHandler() - Constructor for class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
 
atob(String) - Static method in class org.pepstock.charba.client.utils.Window
Decode a base-64 encoded string
attached - Variable in class org.pepstock.charba.client.AbstractChart
 
AUTO_ROTATION - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Constant to use to set AUTO rotation of the label, to use in the rotation callback.
AUTO_ROTATION_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
autoFontSize - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
average() - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
Returns the average value of all values managed by object.
axis - Variable in class org.pepstock.charba.client.callbacks.ScaleContext
 
Axis - Class in org.pepstock.charba.client.configuration
Axes are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
It contains a number of config callbacks that can be used to change parameters in the scale at different points in the update process.
Axis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.Axis
Builds the object storing the chart instance.
axis - Variable in class org.pepstock.charba.client.configuration.AxisContainer
 
axis - Variable in class org.pepstock.charba.client.events.AxisClickEvent
 
Axis.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
AxisBuildTicksCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during ticks building.
axisBuildTicksCallback - Variable in class org.pepstock.charba.client.configuration.Axis
 
AxisCalculateTickRotationCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during tick rotation.
axisCalculateTickRotationCallback - Variable in class org.pepstock.charba.client.configuration.Axis
 
AxisClickEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the axis of the chart.
AxisClickEvent(BaseNativeEvent, ScaleItem, Axis, ScaleValueItem) - Constructor for class org.pepstock.charba.client.events.AxisClickEvent
Creates the event with axis related to the click
AxisClickEventHandler - Interface in org.pepstock.charba.client.events
Event handler for clicking on the chart axis.
AxisContainer - Class in org.pepstock.charba.client.configuration
Container of a axis.
AxisContainer(Axis) - Constructor for class org.pepstock.charba.client.configuration.AxisContainer
Creates the object with the axis instance
AxisDataLimitsCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during data limits determination.
axisDataLimitsCallback - Variable in class org.pepstock.charba.client.configuration.Axis
 
AxisDimensionsCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during setting dimensions.
axisDimensionsCallback - Variable in class org.pepstock.charba.client.configuration.Axis
 
AxisFitCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during fitting phase.
axisFitCallback - Variable in class org.pepstock.charba.client.configuration.Axis
 
AxisItem - Class in org.pepstock.charba.client.items
There are a number of configuration callbacks that can be used to change parameters in the scale at different points in the update process.
This is a wrapper of the CHART.JS item with all needed info about an axis.
Implements all set methods to change java script object properties.
AxisItem(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.AxisItem
Creates the item using an envelop of native java script object which contains all properties.
AxisKind - Enum in org.pepstock.charba.client.enums
Can be set to 'x', 'y' or 'r' to define which directions are used in axis.
AxisKind(String) - Constructor for enum org.pepstock.charba.client.enums.AxisKind
Creates with the property value to use in the native object.
axisKind - Variable in enum org.pepstock.charba.client.enums.DefaultScaleId
 
AxisPosition - Enum in org.pepstock.charba.client.enums
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
In this mode, either the axis option is specified or the axis ID starts with the letter 'x' or 'y'.
To position the axis with respect to a data value, set the position option to an object such as -20.
This will position the axis at a value of -20 on the axis with ID "x".
For cartesian axes, only 1 axis may be specified.
AxisPosition(String) - Constructor for enum org.pepstock.charba.client.enums.AxisPosition
Creates with the property value to use in the native object.
AxisTickToLabelConversionCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during ticks label conversion.
axisTickToLabelConversionCallback - Variable in class org.pepstock.charba.client.configuration.Axis
 
AxisType - Enum in org.pepstock.charba.client.enums
Axes are an integral part of a chart.
AxisType(String, DefaultScaleId, ScaleDataType) - Constructor for enum org.pepstock.charba.client.enums.AxisType
Creates with the property value to use in the native object.
AxisUpdateCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during updating.
axisUpdateCallback - Variable in class org.pepstock.charba.client.configuration.Axis
 

B

backdropColorCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
backdropColorCallback - Variable in class org.pepstock.charba.client.configuration.Tick
 
backdropColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
backdropColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
 
backdropPadding - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
backdropPadding - Variable in class org.pepstock.charba.client.configuration.Tick
 
backdropPadding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
backdropPadding - Variable in class org.pepstock.charba.client.options.PointLabels
 
backdropPadding - Variable in class org.pepstock.charba.client.options.Ticks
 
BACKGROUND_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.BackgroundColorHandler
 
BACKGROUND_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
backgroundColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
 
backgroundColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
 
backgroundColorCallback - Variable in class org.pepstock.charba.client.configuration.Segment
 
backgroundColorCallback - Variable in class org.pepstock.charba.client.data.Dataset
 
backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.BackgroundColorHandler
 
backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
 
backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
 
backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
BackgroundColorHandler - Class in org.pepstock.charba.client.annotation
Base object to map the background color options.
BackgroundColorHandler(AbstractAnnotation, IsDefaultsBackgroundColorHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.BackgroundColorHandler
Creates a background color handler with the native object where background color properties must be managed and the default value to use when the property does not exist.
BackgroundColorHandler(AbstractAnnotation, IsDefaultsBackgroundColorHandler, NativeObject, String) - Constructor for class org.pepstock.charba.client.annotation.BackgroundColorHandler
Creates a background color handler with the native object where background color properties must be managed and the default value to use when the property does not exist.
backgroundColorHandler - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
 
backgroundColorHandler - Variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
 
backgroundColorHandler - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
backgroundColorHandler - Variable in class org.pepstock.charba.client.annotation.PointAnnotation
 
BackgroundColorHandler.Property - Enum in org.pepstock.charba.client.annotation
Name of properties of native object.
BackSlashedLine - Class in org.pepstock.charba.client.colors.tiles
BACK SLASH drawer to design a back slash in the tile.
It designs a slash in the the following tile sections (A, B and C):

BackSlashedLine() - Constructor for class org.pepstock.charba.client.colors.tiles.BackSlashedLine
 
Bar - Class in org.pepstock.charba.client.configuration
Bar elements are used to represent the bars in a bar chart.
Bar(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Bar
Builds the object with options, root and setting the bar element.
bar - Variable in class org.pepstock.charba.client.configuration.Elements
 
bar - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
bar - Variable in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
Bar - Class in org.pepstock.charba.client.options
Bar elements are used to represent the bars in a bar chart.
Bar(Elements, Key, IsDefaultBar, NativeObject) - Constructor for class org.pepstock.charba.client.options.Bar
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
bar - Variable in class org.pepstock.charba.client.options.Elements
 
Bar.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
BarBorderRadius - Class in org.pepstock.charba.client.data
Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).
BarBorderRadius() - Constructor for class org.pepstock.charba.client.data.BarBorderRadius
Creates the object with an empty native object instance.
BarBorderRadius(int) - Constructor for class org.pepstock.charba.client.data.BarBorderRadius
Creates the object using the argument to set the border radius size to all corners of the rectangle.
BarBorderRadius(NativeObject) - Constructor for class org.pepstock.charba.client.data.BarBorderRadius
Creates the object with native object instance to be wrapped.
BarBorderRadius.BarBorderRadiusFactory - Class in org.pepstock.charba.client.data
Inner class to create bar border radius object by a native object.
BarBorderRadius.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
BarBorderRadiusFactory() - Constructor for class org.pepstock.charba.client.data.BarBorderRadius.BarBorderRadiusFactory
To avoid any instantiation
BarBorderWidth - Class in org.pepstock.charba.client.data
Defines the border width for BAR data set (left, top, right, bottom).
BarBorderWidth() - Constructor for class org.pepstock.charba.client.data.BarBorderWidth
Creates the object with an empty native object instance.
BarBorderWidth(int) - Constructor for class org.pepstock.charba.client.data.BarBorderWidth
Creates the object using the argument to set the border width size to all corners of the rectangle.
BarBorderWidth(NativeObject) - Constructor for class org.pepstock.charba.client.data.BarBorderWidth
Creates the object with native object instance to be wrapped.
BarBorderWidth.BarBorderWidthFactory - Class in org.pepstock.charba.client.data
Inner class to create bar border width object by a native object.
BarBorderWidthCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderWidth, hoverBorderWidth, pointBorderWidth or pointHoverBorderWidth property at runtime, using the chart instance and the context, Only for BarDataset.
BarBorderWidthFactory() - Constructor for class org.pepstock.charba.client.data.BarBorderWidth.BarBorderWidthFactory
To avoid any instantiation
BarChart - Class in org.pepstock.charba.client
BAR chart implementation.
A bar chart provides a way of showing data values represented as vertical bars.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
BarChart() - Constructor for class org.pepstock.charba.client.BarChart
Builds the object.
BarChart(Type) - Constructor for class org.pepstock.charba.client.BarChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
BarChart(Type, boolean) - Constructor for class org.pepstock.charba.client.BarChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
BarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
BAR chart GWT WIDGET implementation.
A bar chart provides a way of showing data values represented as vertical bars.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
BarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.BarChartWidget
Builds the object.
BarChartWidget(BarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.BarChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
BarDataset - Class in org.pepstock.charba.client.data
The bar chart allows a number of properties to be specified for each data set.
BarDataset() - Constructor for class org.pepstock.charba.client.data.BarDataset
Creates a data set.
It uses the global options has default.
BarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
Creates a data set.
It uses the global options has default.
BarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BarDataset
Creates the data set using a default.
BarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
Creates the data set using a default.
BarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
Creates the data set using chart type related to the data set.
BarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
Creates the data set using a default and chart type related to the data set.
BarDataset.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
BarDatasetOptionsHandler - Class in org.pepstock.charba.client.options
Manages the BAR dataset properties of options in order to use the same logic between datasets and options/configuration.
BarDatasetOptionsHandler(AbstractNode, IsDefaultTypedDataset, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Creates an bar options handler with an envelop of the native object where properties must be managed and the default value to use when the property does not exist.
BarDatasetOptionsHandler(AbstractNode, IsDefaultTypedDataset, NativeObject) - Constructor for class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Creates an bar options handler with the native object where properties must be managed and the default value to use when the property does not exist.
BarDatasetOptionsHandler.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
BarOptions - Class in org.pepstock.charba.client.configuration
Specific options for BAR chart.
BarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.BarOptions
Builds the object storing the chart instance and default values.
barOptionsHandler - Variable in class org.pepstock.charba.client.data.BarDataset
 
barOptionsHandler - Variable in class org.pepstock.charba.client.options.TypedDataset
 
BarStackHandler - Class in org.pepstock.charba.client.data
Utility to manage the stack option on bar/horizontal chart datasets.
BarStackHandler(NativeObject) - Constructor for class org.pepstock.charba.client.data.BarStackHandler
Creates the utility using data set native object.
barStackHandler - Variable in class org.pepstock.charba.client.data.StackedBarDataset
 
barStackHandler - Variable in class org.pepstock.charba.client.data.StackedHorizontalBarDataset
 
barStackHandler - Variable in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
barStackHandler - Variable in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
 
BarStackHandler.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
BaseAttribute - Class in org.pepstock.charba.client.dom
Represents one of a DOM element's attributes as an object.
BaseAttribute() - Constructor for class org.pepstock.charba.client.dom.BaseAttribute
 
BaseBoxItem - Class in org.pepstock.charba.client.items
Base object which maps the CHART.JS chart items which represents a box.
This is a wrapper of the CHART.JS item with all needed info.
Implements all get methods to change java script object properties.
BaseBoxItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.BaseBoxItem
Creates the item using a native java script object which contains all properties.
BaseBoxItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
BaseBoxNodeItem - Class in org.pepstock.charba.client.items
Base object which maps the CHART.JS chart items and represents main nodes of chart java script object.
This is a wrapper of the CHART.JS item with all needed info.
Implements all get methods to change java script object properties.
BaseBoxNodeItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.BaseBoxNodeItem
Creates the item using a native java script object which contains all properties.
BaseBoxNodeItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
BaseCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set base property at runtime for BarDataset.
baseCallback - Variable in class org.pepstock.charba.client.data.BarDataset
 
baseCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
 
BaseContext(IsChart, NativeObject) - Constructor for class org.pepstock.charba.client.configuration.Segment.BaseContext
Creates the object with native object instance to be wrapped.
BaseContext - Class in org.pepstock.charba.client.impl.charts
Utility object which is creating a native object, setting chart and type, in order to be able to create a ChartContext without CHART.JS, for callbacks of meter and gauge charts.
BaseContext(IsChart) - Constructor for class org.pepstock.charba.client.impl.charts.BaseContext
Creates the object with native object instance to be wrapped.
BaseContext.Property - Enum in org.pepstock.charba.client.impl.charts
Name of properties of native object.
BaseDocument - Class in org.pepstock.charba.client.dom
Represents any web page loaded in the browser and serves as an entry point in the the web page's content, which is the DOM tree.
It provides functionality globally to the document, like how to obtain the page's URL and create new elements in the document.
BaseDocument() - Constructor for class org.pepstock.charba.client.dom.BaseDocument
To avoid any instantiation
BaseElement - Class in org.pepstock.charba.client.dom
Base class from which all element objects (objects that represent elements) in a document inherit.
It only has methods and properties common to all kinds of elements.
BaseElement() - Constructor for class org.pepstock.charba.client.dom.BaseElement
To avoid any instantiation
BaseEnvelop<T> - Class in org.pepstock.charba.client.commons
This object is a container of hidden object.
BaseEnvelop() - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
Create an envelop with a null content.
BaseEnvelop(boolean) - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
Create an envelop with a null content and a flag to set if the content can be nullable.
BaseEnvelop(T) - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
Create an envelop with the content passed as argument.
BaseEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
BaseEvent - Class in org.pepstock.charba.client.dom
Represents an event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events.
BaseEvent() - Constructor for class org.pepstock.charba.client.dom.BaseEvent
To avoid any instantiation
BaseEventTarget - Class in org.pepstock.charba.client.dom
Base DOM entity extended by objects that can receive events and may have listeners for them.
BaseEventTarget() - Constructor for class org.pepstock.charba.client.dom.BaseEventTarget
To avoid any instantiation
BaseEventTarget.EventListenerCallback - Interface in org.pepstock.charba.client.dom
The object which receives a notification when an event of the specified type occurs.
Represents an object that can handle an event dispatched by a element.
BaseEventTypes - Class in org.pepstock.charba.client.dom
Constant strings representing a subset of native base events.
BaseEventTypes() - Constructor for class org.pepstock.charba.client.dom.BaseEventTypes
To avoid any instantiation
BaseFormatOptions<D extends IsDefaultBaseFormatOptions> - Class in org.pepstock.charba.client.intl
Intl base options where the locale matcher and numbering system are common properties.
BaseFormatOptions(D) - Constructor for class org.pepstock.charba.client.intl.BaseFormatOptions
This constructor is called only internally in order to use the locale matcher options to check if a locale is supported.
BaseFormatOptions(NativeObject, D) - Constructor for class org.pepstock.charba.client.intl.BaseFormatOptions
Creates the object with native object instance to be wrapped.
BaseFormatOptions.Property - Enum in org.pepstock.charba.client.intl
Name of properties of native object.
BaseHtmlDocument - Class in org.pepstock.charba.client.dom
Extends the document to include methods and properties that are specific to HTML documents.
BaseHtmlDocument() - Constructor for class org.pepstock.charba.client.dom.BaseHtmlDocument
To avoid any instantiation
BaseHtmlElement - Class in org.pepstock.charba.client.dom
Represents any HTML element.
BaseHtmlElement() - Constructor for class org.pepstock.charba.client.dom.BaseHtmlElement
To avoid any instantiation
BaseLocation - Class in org.pepstock.charba.client.dom
Represents the location (URL) of the object it is linked to.
Changes done on it are reflected on the object it relates to.
BaseLocation() - Constructor for class org.pepstock.charba.client.dom.BaseLocation
To avoid any instantiation
BaseLocationUtils - Class in org.pepstock.charba.client.dom
Parses the query string of location in order to provide the parameters as a map.
BaseLocationUtils() - Constructor for class org.pepstock.charba.client.dom.BaseLocationUtils
To avoid any instantiation
BaseMeterChart<D extends MeterDataset> - Class in org.pepstock.charba.client.impl.charts
This is an abstract meter chart, inherited by a meter and gauge charts.
BaseMeterChart(Type) - Constructor for class org.pepstock.charba.client.impl.charts.BaseMeterChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
BaseMeterController - Class in org.pepstock.charba.client.impl.charts
Controller implementation to create charts like meter of gauges, extending doughnut chart.
BaseMeterController(ControllerType) - Constructor for class org.pepstock.charba.client.impl.charts.BaseMeterController
Creates the controller using the type passed as argument.
BaseMeterController.BaseMeterControllerProvier - Class in org.pepstock.charba.client.impl.charts
Inner class which is implementing a ControllerProvider to create a base meter controller.
BaseMeterControllerProvier() - Constructor for class org.pepstock.charba.client.impl.charts.BaseMeterController.BaseMeterControllerProvier
 
BaseNativeEvent - Class in org.pepstock.charba.client.dom
Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes.
BaseNativeEvent() - Constructor for class org.pepstock.charba.client.dom.BaseNativeEvent
To avoid any instantiation
BaseNavigator - Class in org.pepstock.charba.client.dom
Represents the state and the identity of the user agent.
It allows scripts to query it and to register themselves to carry on some activities.
BaseNavigator() - Constructor for class org.pepstock.charba.client.dom.BaseNavigator
To avoid any instantiation
BaseNode - Class in org.pepstock.charba.client.dom
A object from which various types of DOM objects inherit, allowing those types to be treated similarly.
BaseNode() - Constructor for class org.pepstock.charba.client.dom.BaseNode
To avoid any instantiation
BaseStyleProperties - Class in org.pepstock.charba.client.dom
Represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
BaseStyleProperties() - Constructor for class org.pepstock.charba.client.dom.BaseStyleProperties
To avoid any instantiation
BaseTouch - Class in org.pepstock.charba.client.dom
Represents a single contact point on a touch-sensitive device
The contact point is commonly a finger or stylus and the device may be a touchscreen or trackpad.
BaseTouch() - Constructor for class org.pepstock.charba.client.dom.BaseTouch
To avoid any instantiation
beforeBodyCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
beforeBuildTicksCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
beforeBuildTicksCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeCalculateTickRotationCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
beforeDataLimitsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
beforeDataLimitsCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeDatasetDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeDatasetsDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeDatasetsUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeDatasetUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeElementsUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeEventCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeFitCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
beforeFooterCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
beforeInitCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeLabelCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
beforeLayoutCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeRenderCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeSetDimensionsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
beforeTickToLabelConversionCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
beforeTitleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
beforeTooltipDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beforeUpdateCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
 
beforeUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
beginPath() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Starts a new path by emptying the list of sub-paths.
Call this method when you want to create a new path.
BETWEEN_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
 
betweenOrDefault(int, int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is between minimum and maximum passed values and returns it.
betweenOrDefault(double, double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is between minimum and maximum passed values and returns it.
betweenOrMaximum(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is between minimum and maximum passed values and returns it.
betweenOrMaximum(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is between minimum and maximum passed values and returns it.
betweenOrMinimum(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is between minimum and maximum passed values and returns it.
betweenOrMinimum(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is between minimum and maximum passed values and returns it.
bezierCurveTo(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Adds a cubic Bézier curve to the current sub-path.
It requires three points: the first two are control points and the third one is the end point.
The starting point is the latest point in the current path.
BLANK - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for BLANK, " ".
blue - Variable in class org.pepstock.charba.client.colors.Color
 
Body - Class in org.pepstock.charba.client.dom.elements
Represents the content of an HTML document.
There can be only one body element in a document.
Body() - Constructor for class org.pepstock.charba.client.dom.elements.Body
To avoid any instantiation
bodyCallback - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
bodyFont - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
bodyFont - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
bodyFont - Variable in class org.pepstock.charba.client.options.Tooltips
 
BOOLEAN - Static variable in class org.pepstock.charba.client.items.Undefined
Default value for BOOLEAN instances, Boolean.FALSE.
BORDER_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
BORDER_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
BORDER_DASH_OFFSET_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
BORDER_DASH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
BORDER_RADIUS_EMPTY_ARRAY - Static variable in class org.pepstock.charba.client.data.BarDataset
 
BORDER_RADIUS_EMPTY_ARRAY - Static variable in class org.pepstock.charba.client.data.PieDataset
 
BORDER_RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
BORDER_WIDTH - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default border width of selection cleaner element
Used only when use selection style is set to true.
BORDER_WIDTH_EMPTY_ARRAY - Static variable in class org.pepstock.charba.client.data.BarDataset
 
BORDER_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
BORDER_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
BorderAlign - Enum in org.pepstock.charba.client.enums
Property to set the border alignment on chart datasets.
BorderAlign(String) - Constructor for enum org.pepstock.charba.client.enums.BorderAlign
Creates with the property value to use in the native object.
BorderAlignCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderAlign property at runtime.
borderAlignCallback - Variable in class org.pepstock.charba.client.data.BorderAlignHandler
 
borderAlignCallbackProxy - Variable in class org.pepstock.charba.client.data.BorderAlignHandler
 
BorderAlignHandler - Class in org.pepstock.charba.client.data
Utility to manage the border alignment on chart datasets.
BorderAlignHandler(NativeObject, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BorderAlignHandler
Creates the utility using data set native object.
borderAlignHandler - Variable in class org.pepstock.charba.client.data.PieDataset
 
borderAlignHandler - Variable in class org.pepstock.charba.client.data.PolarAreaDataset
 
BorderAlignHandler.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
borderCapStyleCallback - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderCapStyleCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
borderCapStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderCapStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
borderColor - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
 
borderColorCallback - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderColorCallback - Variable in class org.pepstock.charba.client.data.Dataset
 
borderColorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
borderColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderColorCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
 
borderColorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
BorderDashCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderDash property at runtime.
borderDashCallback - Variable in class org.pepstock.charba.client.configuration.RadialAngleLines
 
borderDashCallback - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderDashCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
borderDashCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
borderDashCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialAngleLines
 
borderDashCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderDashCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
BorderDashOffsetCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderDashOffset property at runtime.
borderDashOffsetCallback - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
 
borderDashOffsetCallback - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderDashOffsetCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
borderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
borderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
 
borderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
borderItemsHandler - Variable in class org.pepstock.charba.client.data.BarDataset
 
BorderItemsHandler - Class in org.pepstock.charba.client.data
Utility class which can provide methods to manage properties related to borders of the element.
Some options could be border width and border radius.
BorderItemsHandler(NativeObject) - Constructor for class org.pepstock.charba.client.data.BorderItemsHandler
Creates the object with native object instance to be wrapped.
borderItemsHandler - Variable in class org.pepstock.charba.client.data.PieDataset
 
BorderItemType - Enum in org.pepstock.charba.client.enums
Property which map the border width and border radius types on BarDataset.
BorderItemType(String) - Constructor for enum org.pepstock.charba.client.enums.BorderItemType
Creates with the property value to use in the native object.
borderJoinStyleCallback - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderJoinStyleCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
borderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
borderRadius - Variable in class org.pepstock.charba.client.items.LegendItem
 
BorderRadiusCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderRadius or hoverBorderRadius property at runtime.
borderRadiusCallback - Variable in class org.pepstock.charba.client.data.BarDataset
 
borderRadiusCallback - Variable in class org.pepstock.charba.client.data.PieDataset
 
borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
 
borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.PieDataset
 
borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
BorderRadiusItem - Class in org.pepstock.charba.client.items
Defines the border radius for legend item element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).
BorderRadiusItem(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.items.BorderRadiusItem
Creates the object with native object instance to be wrapped.
BorderRadiusItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
BorderSkipped - Enum in org.pepstock.charba.client.enums
Property to set the border position on chart datasets.
This setting is used to avoid drawing the bar stroke at the base of the fill.
BorderSkipped(String) - Constructor for enum org.pepstock.charba.client.enums.BorderSkipped
Creates with the property value to use in the native object.
BorderSkippedCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderSkipped property at runtime.
borderSkippedCallback - Variable in class org.pepstock.charba.client.data.BarDataset
 
borderSkippedCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
 
BorderStyle - Enum in org.pepstock.charba.client.dom.enums
Enumerates the sets the line style for all four sides of an element's border.
BorderStyle(String) - Constructor for enum org.pepstock.charba.client.dom.enums.BorderStyle
Creates with the property value to use in the native object.
borderWidth - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
 
borderWidthCallback - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderWidthCallback - Variable in class org.pepstock.charba.client.data.BarDataset
 
borderWidthCallback - Variable in class org.pepstock.charba.client.data.Dataset
 
borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
 
borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
 
borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
 
borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
bottom - Variable in class org.pepstock.charba.client.colors.Area
 
bottom - Variable in class org.pepstock.charba.client.impl.plugins.SelectionArea
 
Bounds - Enum in org.pepstock.charba.client.enums
Controls the scale boundary strategy (bypassed by minimum/maximum time options).
Bounds(String) - Constructor for enum org.pepstock.charba.client.enums.Bounds
Creates with the property value to use in the native object.
Box - Class in org.pepstock.charba.client.colors.tiles
BOX drawer to design a box in the tile.
It designs a box in the the following tile sections (A and B):

Box() - Constructor for class org.pepstock.charba.client.colors.tiles.Box
 
BoxAnnotation - Class in org.pepstock.charba.client.annotation
Implements a BOX annotation which draws a box in the a chart.
If one of the axes is not specified, the box will take the entire chart dimension.
The 4 coordinates, xMin, xMax, yMin, yMax are optional.
BoxAnnotation() - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
Creates a box annotation to be added to an AnnotationOptions instance.
The annotation id is calculated automatically.
BoxAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
Creates a box annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
BoxAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
Creates a box annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
BoxAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
Creates a box annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object.
BoxAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
Creates a box annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object.
BoxAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
Creates a box annotation to be added to an AnnotationOptions instance, using the native object and defaults passed as argument.
BoxAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
Creates the object wrapping an existing native object.
BoxAnnotation.Property - Enum in org.pepstock.charba.client.annotation
Name of properties of native object.
BoxHandler - Class in org.pepstock.charba.client.options
Base object to map the box dimension options.
BoxHandler(AbstractNode, IsDefaultBoxHandler, NativeObject) - Constructor for class org.pepstock.charba.client.options.BoxHandler
Creates a box handler with the native object where box dimension properties must be managed and the default value to use when the property does not exist.
boxHandler - Variable in class org.pepstock.charba.client.options.LegendLabels
 
boxHandler - Variable in class org.pepstock.charba.client.options.Tooltips
 
BoxHandler.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
BrewerScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
Contains all scheme definitions to map the Color Brewer schemes.
To configure ColorSchemes.ID plugin, where category is "brewer".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
BrewerScheme(String, String...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
Builds a scheme using argument as list of colors in HEX format.
brighter() - Method in interface org.pepstock.charba.client.colors.IsColor
Creates a new color that is a brighter version of this color.
brighter(double) - Method in interface org.pepstock.charba.client.colors.IsColor
Creates a new color that is a brighter version of this color.
btoa(String) - Static method in class org.pepstock.charba.client.utils.Window
Encodes a string in base-64.
BubbleChart - Class in org.pepstock.charba.client
BUBBLE chart implementation.
A bubble chart is used to display three dimensions of data at the same time.
The location of the bubble is determined by the first two dimensions and the corresponding horizontal and vertical axes.
The third dimension is represented by the size of the individual bubbles.
BubbleChart() - Constructor for class org.pepstock.charba.client.BubbleChart
Builds the object.
BubbleChart(Type) - Constructor for class org.pepstock.charba.client.BubbleChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
BubbleChartWidget - Class in org.pepstock.charba.client.gwt.widgets
BUBBLE chart GWT WIDGET implementation.
A bubble chart is used to display three dimensions of data at the same time.
The location of the bubble is determined by the first two dimensions and the corresponding horizontal and vertical axes.
The third dimension is represented by the size of the individual bubbles.
BubbleChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
Builds the object.
BubbleChartWidget(BubbleChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
BubbleDataset - Class in org.pepstock.charba.client.data
The chart allows a number of properties to be specified for each data set.
BubbleDataset() - Constructor for class org.pepstock.charba.client.data.BubbleDataset
Creates a data set.
It uses the global options has default.
BubbleDataset(boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
Creates a data set.
It uses the global options has default.
BubbleDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
Creates the data set using a default.
BubbleDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
Creates the data set using a default.
BubbleDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
Creates the data set using chart type related to the data set.
BubbleDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
Creates the data set using a default and chart type related to the data set.
BubbleDataset.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
BubbleOptions - Class in org.pepstock.charba.client.configuration
Specific options for BUBBLE chart.
BubbleOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.BubbleOptions
Builds the object storing the chart instance.
build(int, int, int) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Creates a color using red, green and blue channels.
build(int, int, int, double) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Creates a color by red, green, blue and alpha
build() - Method in class org.pepstock.charba.client.colors.GradientBuilder
Builds and returns a gradient instance.
build(NativeObject) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
Creates a gradient, previously stored in the a native java script object.
build() - Method in class org.pepstock.charba.client.colors.PatternBuilder
Builds and returns a pattern instance.
build(NativeObject) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
Creates a pattern, previously stored in the a native java script object
build() - Static method in class org.pepstock.charba.client.data.Labels
Builds new label object
build() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Returns a configured labels options.
build() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
Returns a configured plugin options.
build() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Returns a configured plugin options.
build() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
Returns an instance of locale created from the fields set on this builder.
build(String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
Returns an instance of locale created from the fields set on this builder.
build() - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Returns a configured labels options.
build() - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
Returns a update configuration item.
build(BaseHtmlElement, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
Creates an image to apply to canvas with the HTML content (passed as DOM element) and width and height of the resulted image.
build(String, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
Creates an image to apply to canvas with the HTML content (MUST BE XML well-formed) and width and height of the resulted image.
buildByHexValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Parses HEX value translating in the a color.
buildByHexValue(String, boolean) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Parses HEX value translating in the a color.
buildByHSLAValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Parses HSL value translating in the a color.
buildByHSLValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Parses HSL value translating in the a color.
buildByRGBAValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Parses RGBA value translating in the a color.
buildByRGBValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Parses RGB value translating in the a color.
buildColorCell(IsChart, HtmlLegendId, HtmlLegendItem) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Builds a TableCell which should contains and represents the color of dataset.
builder - Variable in class org.pepstock.charba.client.controllers.ControllerTemplate
 
builder - Variable in class org.pepstock.charba.client.datalabels.AbstractBuilder
 
builder - Variable in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
 
builder - Variable in class org.pepstock.charba.client.labels.LabelBuilder
 
builder - Variable in class org.pepstock.charba.client.resources.AbstractInjectableResource
 
buildLabelCell(IsChart, HtmlLegendId, LegendLabelItem, HtmlLegendItemCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Builds a TableCell which should contains and represents the label of dataset.
buildLegend(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Builds the legend for the passed chart using Table as model.
buildMessage(String, String) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
Creates the message for the exception.
buildMessage(String, String) - Static method in class org.pepstock.charba.client.controllers.ControllerTypeChecker
Creates the message for the exception.
buildMessage(String, String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
Creates the message for the exception.
buildTile(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
buildTitleCell(IsChart, Legend, HtmlLegendTitleCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Builds a TableCell which should contains and represents the title of legend.
buildWithValidatedContent(String, String, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
Creates the images to be returned, managing the cache of them.

C

calculateEase(IsChart, MeterOptions, MeterDataset) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
Calculates the easing based on circumference of the data set element.
calculateFontSize(Context2dItem, String, double, FontStyle, String) - Method in class org.pepstock.charba.client.colors.tiles.CharacterShape
Calculates the font size based on available space of the tile.
calculateFontSize(Context2dItem, int, String, FontItem) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
Calculates the font size based on available space in the square in the doughnut inner radius.
calculatePointsX(SelectionCleaner) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Calculates X coordinates and items for selection cleaner element by alignment and rendering
calculatePointsY(SelectionCleaner) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Calculates Y coordinates and items for selection cleaner element by position.
calculateSelectionCleanerHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Calculates the height of selection cleaner element and sets all values for label and image as well.
Height is composed by:
border width padding image height or font size padding border width
calculateSelectionCleanerPositions() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Calculates X and Y coordinates for selection cleaner element and for image and label
calculateSelectionCleanerWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Calculates the width of selection cleaner element and sets all values for label and image as well.
Width is composed by:
border width padding image width or label width or image width plus label width with spacing padding border width
Calendar - Enum in org.pepstock.charba.client.intl.enums
Enumerates the calendar to manage the dates.
Calendar(String) - Constructor for enum org.pepstock.charba.client.intl.enums.Calendar
Creates with the property value to use in the native object.
call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyArrayCallback
Method of function to be called to provide an array property.
call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyBooleanCallback
Method of function to be called to provide a boolean property.
call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyDoubleCallback
Method of function to be called to provide a double property.
call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyHandlerCallback
Method of function to be called to provide events generated by annotations.
call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyIntegerCallback
Method of function to be called to provide a integer property.
call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyNativeObjectCallback
Method of function to be called to provide a native object property.
call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyObjectCallback
Method of function to be called to provide a object property.
call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyStringCallback
Method of function to be called to provide a string property.
call() - Method in interface org.pepstock.charba.client.commons.CallbackProxy.Proxy
Call method the function proxy implemented in the additional java script source.
call(double, int, ArrayString) - Method in interface org.pepstock.charba.client.configuration.CategoryTickHandler.ProxyTickCallback
Method of function to be called when tick is created.
call(NativeObject, ArrayObject, Chart) - Method in interface org.pepstock.charba.client.configuration.ConfigurationOptions.ProxyChartEventCallback
Method of function to be called when a event on chart is triggered.
call(Chart, NativeObject) - Method in interface org.pepstock.charba.client.configuration.ConfigurationOptions.ProxyChartResizeCallback
Method of function to be called when a resize event on chart is triggered.
call(NativeObject, NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.configuration.Legend.ProxyLegendEventCallback
Method of function to be called when a event on the legend is raised.
call(NativeObject, Chart) - Method in interface org.pepstock.charba.client.configuration.LegendLabels.ProxyFilterCallback
Method of function to be called to filter legend items out of the legend.
call(Chart) - Method in interface org.pepstock.charba.client.configuration.LegendLabels.ProxyGenerateLabelsCallback
Method of function to be called to generate legend items for each thing in the legend.
call(NativeObject, NativeObject, Chart) - Method in interface org.pepstock.charba.client.configuration.LegendLabels.ProxyItemSortCallback
Method of function to be called to allow sorting of legend items.
call(double, int, ArrayDouble) - Method in interface org.pepstock.charba.client.configuration.LinearTickHandler.ProxyTickCallback
Method of function to be called when tick is created.
call(String, int) - Method in interface org.pepstock.charba.client.configuration.RadialPointLabels.ProxyPointLabelCallback
Method of function to be called to transform data labels to point labels.
call(String, int, ArrayObject) - Method in interface org.pepstock.charba.client.configuration.TimeTickHandler.ProxyTickCallback
Method of function to be called when tick is created.
call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.Tooltips.ProxyExternalCallback
Method of function to be called to hook in the the tooltip rendering process so that you can render the tooltip in your own custom way.
call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.Tooltips.ProxyFilterCallback
Method of function to be called to filter tooltip items
call(NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.configuration.Tooltips.ProxyItemSortCallback
Method of function to be called to allow sorting of tooltip items.
call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyLabelCallback
Method of function to be called to manage the label.
call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyLabelColorCallback
Method of function to be called to have label color for the item.
call(ArrayObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyTooltipsCallback
Method of function to be called to invoke a tooltip callback on elements.
call() - Method in class org.pepstock.charba.client.controllers.NativeFunction
Calls a function and sets its this to the provided value.
Arguments can be passed as they are but not implemented here.
call(ControllerContext) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyDrawCallback
Draw the representation of the dataset.
call(ControllerContext) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyInitializeCallback
Initializes the controller.
call(ControllerContext) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyLinkScalesCallback
Ensures that the data set represented by this controller is linked to a scale.
Overridden to helpers.noop in the polar area and doughnut controllers as these chart types using a single scale.
call(ControllerContext, int, int) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyParseCallback
Create the meta data for data set.
call(ControllerContext, String) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyUpdateCallback
Update the elements in response to new data.
call(Object, NativeObject) - Method in interface org.pepstock.charba.client.datalabels.LabelItem.ProxyFormatterCallback
Method of function to be called to provide the value by custom formatter.
call(BaseNativeEvent) - Method in interface org.pepstock.charba.client.dom.BaseEventTarget.EventListenerCallback
A function that is called whenever an event of the specified type occurs.
call(Chart, NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.plugins.WrapperPlugin.ProxyWithoutReturnValueCallback
Called without providing any value.
call(Chart, NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.plugins.WrapperPlugin.ProxyWithReturnValueCallback
Called with return value.
call(NativeObject, ArrayObject, NativeObject) - Method in interface org.pepstock.charba.client.positioner.Positioner.ProxyPositionerCallback
Method of function to be called to invoke a custom positioner for tooltips.
call(String, Object) - Method in interface org.pepstock.charba.client.utils.JSON.Replacer
Method of function to alter the behavior of the stringification process.
call() - Method in interface org.pepstock.charba.client.utils.Window.AsyncCallback
Method of function to be called for setTimeout and setInterval methods.
call(Object) - Method in interface org.pepstock.charba.client.utils.WindowHelper.OnBeforePrintCallback
Method of function to be called on before print.
callback - Variable in class org.pepstock.charba.client.configuration.AbstractTickHandler
 
callback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
callback - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
 
callbackGradientsContainer - Variable in class org.pepstock.charba.client.data.Dataset
 
callbackPatternsContainer - Variable in class org.pepstock.charba.client.data.Dataset
 
CallbackPropertyHandler<T> - Class in org.pepstock.charba.client.commons
It is managing property where can set a callback.
It uses a cache in order to be able to use the callback even if defined at default or chart options level, both for chart or plugin options.
CallbackPropertyHandler(Key) - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyHandler
Creates the object storing the property key to manage.
CallbackPropertyHandler.CallbackWrapper<T> - Class in org.pepstock.charba.client.commons
Internal class to wrap the java callback instance and its scopes.
This is the value type of the map.
CallbackPropertyManager - Class in org.pepstock.charba.client.commons
It is managing the notification to CallbackPropertyHandler when some callbacks are defined at chart level.
This is implemented in order to remove unused callbacks from cache.
CallbackPropertyManager() - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyManager
To avoid any instantiation
CallbackPropertyManager.CallbackPropertyNotifier - Class in org.pepstock.charba.client.commons
Internal class to listen when a chart instance will be destroy, in order to notify all CallbackPropertyHandlers to remove the scope from callbacks.
CallbackPropertyNotifier() - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyManager.CallbackPropertyNotifier
 
CallbackProxy<T> - Class in org.pepstock.charba.client.commons
This is a native object which wraps a java script object created by JsHelper.
This object is used to get a proxy instance which is able to call a java script function passing also this java script value, to maintain the environment when required.
CallbackProxy() - Constructor for class org.pepstock.charba.client.commons.CallbackProxy
 
callbackProxy - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
 
CallbackProxy.Proxy - Interface in org.pepstock.charba.client.commons
It's a java script function which maps the function proxy implemented in the additional java script source.
callbacks - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
CALLBACKS - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
 
callbacks - Variable in class org.pepstock.charba.client.options.Tooltips
 
CallbacksEnvelop<T> - Class in org.pepstock.charba.client.callbacks
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
CallbacksEnvelop(T) - Constructor for class org.pepstock.charba.client.callbacks.CallbacksEnvelop
Create an envelop with the content passed as argument.
CallbacksEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.callbacks.CallbacksEnvelop
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
CallbackWrapper(T) - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
Creates the wrapper with the java callback instance.
CallbackWrapper(Dataset, Dataset.CanvasObjectKey, Scriptable<Object, DatasetContext>, String) - Constructor for class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
Creates the object, getting all arguments n order to manage the data set callback.
callbackWrappers - Variable in class org.pepstock.charba.client.data.AbstractContainer
 
CANADA - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.CANADA.
CANADA_FRENCH - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.CANADA, for Language.FRENCH.
cancel() - Method in class org.pepstock.charba.client.utils.CSchedulerRegistration
Cancels the task scheduling is not started yet.
canvas - Variable in class org.pepstock.charba.client.AbstractChart
 
canvas - Variable in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
 
canvas - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
 
Canvas - Class in org.pepstock.charba.client.dom.elements
Represents a DOM element that enables drawing graphics and animations with own the canvas scripting API.
Canvas() - Constructor for class org.pepstock.charba.client.dom.elements.Canvas
To avoid any instantiation
CANVAS_NOT_SUPPORTED_MESSAGE - Static variable in class org.pepstock.charba.client.AbstractChart
 
CANVAS_NOT_SUPPORTED_MESSAGE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
 
CANVAS_PATTERNS - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
 
canvasCallbackProxy - Variable in class org.pepstock.charba.client.AbstractChart
 
CanvasGradientItem - Class in org.pepstock.charba.client.dom.elements
Represents an opaque object describing a gradient.
CanvasGradientItem() - Constructor for class org.pepstock.charba.client.dom.elements.CanvasGradientItem
To avoid any instantiation
CanvasObject - Class in org.pepstock.charba.client.colors
Base object for pattern and gradient instances, based on canvas element.
CanvasObject(String) - Constructor for class org.pepstock.charba.client.colors.CanvasObject
Creates a canvas object setting the id passed as argument.
CanvasObject(NativeObject) - Constructor for class org.pepstock.charba.client.colors.CanvasObject
Creates a canvas object by a native object.
CanvasObject.InternalGradient - Class in org.pepstock.charba.client.colors
Internal class which is mapping a CanvasGradientItem or CanvasPatternItem, casted to a NativeObject, in order to add the canvas object id.
CanvasObject.Property - Enum in org.pepstock.charba.client.colors
Name of properties of native object.
CanvasObjectFactory - Class in org.pepstock.charba.client.colors
Abstract utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a canvas gradient or pattern must be created.
CanvasObjectFactory(Key) - Constructor for class org.pepstock.charba.client.colors.CanvasObjectFactory
Creates the object using the scope of this factory.
CanvasObjectHandler - Class in org.pepstock.charba.client.data
Internal plugin, set by data object before a chart is initializing.
This plugin is added to the chart ONLY if the data set is configured to have patterns and gradients.
It cleans up where the chart is destroyed or resized.
CanvasObjectHandler() - Constructor for class org.pepstock.charba.client.data.CanvasObjectHandler
To avoid any instantiation
canvasObjectHandling - Variable in class org.pepstock.charba.client.data.Data
 
CanvasObjectProperty(String, boolean) - Constructor for enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
Creates with the property value to use in the native object.
canvasPatternItem - Variable in class org.pepstock.charba.client.colors.PatternBuilder
 
CanvasPatternItem - Class in org.pepstock.charba.client.dom.elements
Represents an opaque object describing a pattern, based on an image or a canvas.
CanvasPatternItem() - Constructor for class org.pepstock.charba.client.dom.elements.CanvasPatternItem
To avoid any instantiation
canvasSupported - Variable in class org.pepstock.charba.client.dom.DOMBuilder
 
CapStyle - Enum in org.pepstock.charba.client.enums
Determines how the end points of every line are drawn.
There are three possible values for this property and those are: butt, round and square.
CapStyle(String) - Constructor for enum org.pepstock.charba.client.enums.CapStyle
Creates with the property value to use in the native object.
CapStyleCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderCapStyle property at runtime.
CartesianAxis<T extends CartesianTick> - Class in org.pepstock.charba.client.configuration
Axes are an integral part of a chart.
CartesianAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianAxis
Builds the object storing the chart instance and cartesian axis type.
CartesianCategoryAxis - Class in org.pepstock.charba.client.configuration
This object is used to map defined axis as category.
CartesianCategoryAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Builds the object storing the chart instance.
CartesianCategoryAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Builds the object storing the chart instance.
CartesianCategoryAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Builds the object storing the chart instance.
CartesianCategoryAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Builds the object storing the chart instance and axis type.
CartesianCategoryAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Builds the object storing the chart instance and axis type.
CartesianCategoryAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Builds the object storing the chart instance and axis type.
CartesianCategoryTick - Class in org.pepstock.charba.client.configuration
The category scale provides the following options for configuring tick marks.
The labels are drawn from one of the label arrays included in the chart data.
CartesianCategoryTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryTick
Builds the object storing the axis instance.
CartesianLinearAxis - Class in org.pepstock.charba.client.configuration
This object is used to map defined axis as linear.
CartesianLinearAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
Builds the object storing the chart instance.
CartesianLinearAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
Builds the object storing the chart instance.
CartesianLinearAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
Builds the object storing the chart instance.
CartesianLinearAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
Builds the object storing the chart instance and axis type.
CartesianLinearAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
Builds the object storing the chart instance and axis type.
CartesianLinearAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
Builds the object storing the chart instance and axis type.
CartesianLinearTick - Class in org.pepstock.charba.client.configuration
The linear scale is use to chart numerical data.
It can be placed on either the x or y axis.
The scatter chart type automatically configures a line chart to use one of these scales for the x axis.
As the name suggests, linear interpolation is used to determine where a value lies on the axis.
CartesianLinearTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearTick
Builds the object storing the axis instance.
CartesianLogarithmicAxis - Class in org.pepstock.charba.client.configuration
This object is used to map defined axis as logarithmic.
CartesianLogarithmicAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Builds the object storing the chart instance.
CartesianLogarithmicAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Builds the object storing the chart instance.
CartesianLogarithmicAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Builds the object storing the chart instance.
CartesianLogarithmicAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Builds the object storing the chart instance and axis type.
CartesianLogarithmicAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Builds the object storing the chart instance and axis type.
CartesianLogarithmicAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Builds the object storing the chart instance and axis type.
CartesianLogarithmicTick - Class in org.pepstock.charba.client.configuration
The logarithmic scale is use to chart numerical data.
CartesianLogarithmicTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
Builds the object storing the axis instance.
CartesianNumericTick - Class in org.pepstock.charba.client.configuration
A numeric scale is use to chart numerical data and this class represents the tick of a numeric scale.
CartesianNumericTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianNumericTick
Builds the object storing the axis instance.
CartesianScaleTitle - Class in org.pepstock.charba.client.configuration
When creating a chart, you want to tell the viewer what data they are viewing.
CartesianScaleTitle(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianScaleTitle
Builds the object storing the axis which this scale title belongs to.
CartesianTick - Class in org.pepstock.charba.client.configuration
Common tick configuration, for cartesian axes.
CartesianTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianTick
Builds the object storing the axis instance.
CartesianTimeAxis - Class in org.pepstock.charba.client.configuration
This object is used to map defined axis as time.
CartesianTimeAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
Builds the object storing the chart instance.
CartesianTimeAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
Builds the object storing the chart instance.
CartesianTimeAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
Builds the object storing the chart instance.
CartesianTimeAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
Builds the object storing the chart instance and axis type.
CartesianTimeAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
Builds the object storing the chart instance and axis type.
CartesianTimeAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
Builds the object storing the chart instance and axis type.
CartesianTimeAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
Builds the object storing the chart instance and cartesian axis type.
CartesianTimeSeriesAxis - Class in org.pepstock.charba.client.configuration
This object is used to map defined axis as time series.
CartesianTimeSeriesAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
Builds the object storing the chart instance.
CartesianTimeSeriesAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
Builds the object storing the chart instance.
CartesianTimeSeriesAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
Builds the object storing the chart instance.
CartesianTimeSeriesAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
Builds the object storing the chart instance and axis type.
CartesianTimeSeriesAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
Builds the object storing the chart instance and axis type.
CartesianTimeSeriesAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
Builds the object storing the chart instance and axis type.
CartesianTimeTick - Class in org.pepstock.charba.client.configuration
The time scale is use to chart time data.
It can be placed on either the x or y axis.
CartesianTimeTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeTick
Builds the object storing the axis instance.
cast(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
Performs unchecked cast to a type.
Using this method can have an incorrect type of the object to the rest of the system which will result in hard to debug problems.
cast(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
Performs unchecked cast to a type.
Using this method can have an incorrect type of the object to the rest of the system which will result in hard to debug problems.
CastHelper - Class in org.pepstock.charba.client.dom.elements
Utility to cast elements created in the other DOM tree engines in the a Charba one.
CastHelper() - Constructor for class org.pepstock.charba.client.dom.elements.CastHelper
To avoid any instantiation
category() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
Returns the color scheme category.
CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
 
category - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
 
category() - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
 
CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
 
CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
 
category() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
 
CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
 
CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
 
CategoryTickCallback - Interface in org.pepstock.charba.client.callbacks
Interface to implement if wants to change the tick marks to include information about the data type, for cartesian category axes.
CategoryTickHandler - Class in org.pepstock.charba.client.configuration
Base object to map an axis tick for CATEGORY axes, CartesianCategoryAxis.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration.
CategoryTickHandler(Axis, CartesianCategoryTick) - Constructor for class org.pepstock.charba.client.configuration.CategoryTickHandler
Builds the object storing the axis instance and options element, based on different kind of axis.
CategoryTickHandler.ProxyTickCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback when tick is created.
Must be an interface with only 1 method.
Center - Class in org.pepstock.charba.client.colors
Contains the coordinates of a center of arc.
Used inside the canvas object factory.
Center() - Constructor for class org.pepstock.charba.client.colors.Center
 
changed - Variable in class org.pepstock.charba.client.data.AbstractContainer
 
character - Variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
 
CHARACTER_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
Name of shape to draw a character, "char".
CharacterShape - Class in org.pepstock.charba.client.colors.tiles
This is a shape which can draw a character on the tile.
This object is also a shape drawer.
The font size is calculated automatically based on tile size.
It designs a char in the the following tile sections (A and B):
CharacterShape(String) - Constructor for class org.pepstock.charba.client.colors.tiles.CharacterShape
Creates a shape with a character as shape, using the default font family
CharacterShape(String, String) - Constructor for class org.pepstock.charba.client.colors.tiles.CharacterShape
Creates a shape with a character as shape using passed font family.
CharacterToEscape(String, String) - Constructor for enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
Creates the object by the value to find and the replacement.
Charba - Class in org.pepstock.charba.client
Entry point to initialize and inject all Charba modules.
This utility MUST be called as first statement before using Charba.
Charba() - Constructor for class org.pepstock.charba.client.Charba
To avoid any instantiation
CHARBA - Static variable in class org.pepstock.charba.client.colors.Color
Main color linked to CHARBA, #f27173.
CHARBA_PREFIX_SCRIPT_ELEMENT_ID - Static variable in class org.pepstock.charba.client.Injector
 
CHARBA_PROPERTY_KEY_PREFIX - Static variable in class org.pepstock.charba.client.utils.JSONReplacerConstants
 
charbaPrefixPackageName - Variable in class org.pepstock.charba.client.InjectorPrefixHelper
 
chart - Variable in class org.pepstock.charba.client.AbstractChart
 
chart - Variable in class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
 
Chart - Class in org.pepstock.charba.client
Native object which import the CHART java script object of CHART.JS.
The Chart the entry point of CHART.JS.
Chart(Context2dItem, NativeObject) - Constructor for class org.pepstock.charba.client.Chart
Builds CHART object at CHART.JS level.
This constructor MUST be empty.
chart - Variable in class org.pepstock.charba.client.ChartNode
 
CHART - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as chart with name "Chart", (internal of CHART.JS).
chart - Variable in class org.pepstock.charba.client.configuration.Animation
 
chart - Variable in class org.pepstock.charba.client.configuration.ChartContainer
 
chart - Variable in class org.pepstock.charba.client.data.Data
 
chart - Variable in class org.pepstock.charba.client.events.DatasetSelectionEvent
 
chart - Variable in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
chart - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
 
chart - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
chart - Variable in class org.pepstock.charba.client.options.ExtendedOptions
 
chart(Type) - Method in class org.pepstock.charba.client.Overrides
Returns an options instance, to use as default options, based of type of chart.
CHART_ADAPTERS_DATE - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as chart adapters date with name "CharbaChartAdaptersDate", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant.
CHART_CLICK_TYPES - Static variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
CHART_CONTROLLER_CONTEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as chart controller context with name "CharbaControllerContext", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant.
CHART_HELPERS - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as chart helper with name "CharbaChartHelpers", (internal of CHART.JS).
CHART_PREFIX_ID - Static variable in class org.pepstock.charba.client.dom.DOMBuilder
 
CHART_SCRIPTABLE_OPTIONS_CONTEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as chart scriptable options context with name "CharbaScriptableOptionsContext", (internal of Charba).
chartArea - Variable in class org.pepstock.charba.client.ChartNode
 
ChartAreaNode - Class in org.pepstock.charba.client.items
Object which maps the chart area item of CHART.JS chart java script object.
This is a wrapper of the CHART.JS item with all needed info.
ChartAreaNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ChartAreaNode
Creates the item using envelop with the native java script object which contains all properties.
ChartBackgroundColor - Class in org.pepstock.charba.client.impl.plugins
A plugin implementation to set the background color, gradient or pattern of chart.
If added to defaults, without any configuration, the chart will have a ChartBackgroundColor.DEFAULT_BACKGROUND_COLOR background color.
ChartBackgroundColor() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Default constructor with ChartBackgroundColor.DEFAULT_BACKGROUND_COLOR background color.
ChartBackgroundColor(IsColor) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Builds the object with the default background color for all charts.
ChartBackgroundColor(String) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Builds the object with the default background color for all charts.
ChartBackgroundColor(Gradient) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Builds the object with the default gradient for all charts.
ChartBackgroundColor(Pattern) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Builds the object with the default pattern for all charts.
ChartBackgroundColorDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
Default configuration options of ChartBackgroundColor.ID plugin.
ChartBackgroundColorDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorDefaultOptions
To avoid any instantiation
ChartBackgroundColorDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory.ChartBackgroundColorDefaultsOptionsFactory
To avoid any instantiation.
ChartBackgroundColorOptions - Class in org.pepstock.charba.client.impl.plugins
Configuration options of ChartBackgroundColor.ID plugin.
ChartBackgroundColorOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values.
ChartBackgroundColorOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global.
ChartBackgroundColorOptions(IsChartBackgroundColorDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Builds new object with default options.
ChartBackgroundColorOptions(IsChartBackgroundColorDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Builds the object with a java script object stored in the options.
ChartBackgroundColorOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
Name of properties of native object.
ChartBackgroundColorOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Factory to get the options (ONLY for chart and not global options) related to ChartBackgroundColor.ID plugin.
ChartBackgroundColorOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory
To avoid any instantiation.
ChartBackgroundColorOptionsFactory.ChartBackgroundColorDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Internal factory to create options from default global option for the plugin
ChartBackgroundGradientFactory - Class in org.pepstock.charba.client.impl.plugins
Utility used by CHART ChartBackgroundColor.ID PLUGIN.
Utility class which creates a canvas gradient java script object using a Charba gradient.
A Charba gradient describes how a DOM canvas gradient must be created.
ChartBackgroundGradientFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
To avoid any instantiation
ChartClickEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the chart.
ChartClickEvent(ChartEventContext, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.ChartClickEvent
Creates the event with a list of items with dataset references related to the click
ChartClickEventHandler - Interface in org.pepstock.charba.client.events
Event handler for clicking on the chart.
ChartContainer - Class in org.pepstock.charba.client.configuration
Container of a chart instance.
ChartContainer(IsChart) - Constructor for class org.pepstock.charba.client.configuration.ChartContainer
Creates the chart configuration object with the chart instance
ChartContext - Class in org.pepstock.charba.client.callbacks
Abstract implementation to map the context used as argument on options, data sets, scales and plugins callbacks.
All context implementations have got a property which is a reference to the chart instance.
ChartContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.ChartContext
Creates the object with native object instance to be wrapped.
ChartContext.Property - Enum in org.pepstock.charba.client.callbacks
Name of properties of native object.
ChartEnvelop<T> - Class in org.pepstock.charba.client
This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode.
ChartEnvelop() - Constructor for class org.pepstock.charba.client.ChartEnvelop
Create an envelop with a null content.
ChartEnvelop(boolean) - Constructor for class org.pepstock.charba.client.ChartEnvelop
Create an envelop with a null content and a flag to set if the content can be nullable.
ChartEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.ChartEnvelop
Create an envelop with the content passed as argument.
ChartEnvelop(T) - Constructor for class org.pepstock.charba.client.ChartEnvelop
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
ChartEventContext - Class in org.pepstock.charba.client.events
This is the class which can wrap a CHART.JS event.
ChartEventContext(Chart) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
Creates the object with the chart instance, creating a change native event.
ChartEventContext(Chart, BaseNativeEvent) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
Creates the object with the chart instance, creating a change native event.
ChartEventContext(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
Creates the object with envelop envelop with the native object instance to be wrapped.
ChartEventContext(ItemsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
Creates the object with envelop envelop with the native object instance to be wrapped.
ChartEventContext.Property - Enum in org.pepstock.charba.client.events
Name of properties of native object.
ChartEventHandler - Interface in org.pepstock.charba.client.events
Common interface for all chart event handlers, used to recognize when the chart event handlers (and only the chart ones) have been activated.
ChartEventProperty - Enum in org.pepstock.charba.client.enums
Enumerates the name of options property to set the callbacks to chart events.
ChartEventProperty(String) - Constructor for enum org.pepstock.charba.client.enums.ChartEventProperty
Creates with the property value to use in the native object.
ChartHoverEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user hovers on the chart.
ChartHoverEvent(ChartEventContext, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.ChartHoverEvent
Creates the event with a list of items with dataset references related to the hover
ChartHoverEventHandler - Interface in org.pepstock.charba.client.events
Event handler for hovering on the chart.
chartId - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
 
chartJs() - Method in interface org.pepstock.charba.client.resources.DeferredResourcesBundle
Contains text representation of native chart.js code.
CHARTJS - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
 
ChartJsResource - Class in org.pepstock.charba.client.resources
Contains the content of chart.min.js to inject.
ChartJsResource() - Constructor for class org.pepstock.charba.client.resources.ChartJsResource
Creates the injectable resource with chart.min.js content.
ChartNode - Class in org.pepstock.charba.client
This is a wrapper of CHART.JS CHART instance in order to provide all properties of chart java script instance, set at runtime.
ChartNode(String, Chart) - Constructor for class org.pepstock.charba.client.ChartNode
Creates the object wrapping a CHART instance.
ChartObserver - Class in org.pepstock.charba.client
Internal singleton utility which provides the ability to watch for attach and detach changes being made to the DOM tree for a chart instance.
ChartObserver() - Constructor for class org.pepstock.charba.client.ChartObserver
TO avoid any instantiation
ChartOptions - Class in org.pepstock.charba.client
This object is mapping the default options related to the chart type.
ChartOptions(Type, NativeObject, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.ChartOptions
Creates the item using a native java script object which contains all properties and the default values to apply when the properties are not set.
chartOptions - Variable in class org.pepstock.charba.client.Defaults
 
ChartPointer - Class in org.pepstock.charba.client.impl.plugins
This plugin is changing the cursor when mouse over on dataset, title on canvas if a dataset selection, title handler have been defined.
ChartPointer() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointer
To avoid any instantiation
ChartPointerDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
Configuration options of ChartPointer.ID plugin.
ChartPointerDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerDefaultOptions
To avoid any instantiation
ChartPointerDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory.ChartPointerDefaultsOptionsFactory
To avoid any instantiation.
ChartPointerOptions - Class in org.pepstock.charba.client.impl.plugins
Configuration options of ChartPointer.ID plugin.
It manages the cursor to adopt when the cursor is over the dataset item and when not.
ChartPointerOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values.
ChartPointerOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global.
ChartPointerOptions(IsChartPointerDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Builds the object with the default global ones
ChartPointerOptions(IsChartPointerDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Builds the object with a java script object stored in the options and the default global ones
ChartPointerOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
Name of properties of native object.
ChartPointerOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Factory to get the options (form chart or from default global ones) related to ChartPointer.ID plugin.
ChartPointerOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory
To avoid any instantiation.
ChartPointerOptionsFactory.ChartPointerDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Internal factory to create options from default global option for the plugin
ChartResizeEvent - Class in org.pepstock.charba.client.events
Event which is fired when the chart has been resized.
ChartResizeEvent(ChartEventContext, SizeItem) - Constructor for class org.pepstock.charba.client.events.ChartResizeEvent
Creates the event with a item with new size of the chart
ChartResizeEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart resize event managing.
ChartRunnableWrapper(IsChart, ChartTimerTask) - Constructor for class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
Creates the runnable wrapping a custom task.
Charts - Class in org.pepstock.charba.client
Is a static reference which collects all chart instances to be able to enable global plugins.
Charts() - Constructor for class org.pepstock.charba.client.Charts
To avoid any instantiation
CHARTS_INSTANCES - Static variable in class org.pepstock.charba.client.Charts
 
ChartsLifecycleListener - Interface in org.pepstock.charba.client
Interface to catch the initialization, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts.
Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins.
ChartTimerTask - Interface in org.pepstock.charba.client
Interface which defines a timer task executable by a chart instance.
ChartType - Enum in org.pepstock.charba.client
Enumerates all out-of-the-box types of a chart.
ChartType(String, ScaleType) - Constructor for enum org.pepstock.charba.client.ChartType
Creates the type with scale type of this kind of chart.
chartType - Variable in class org.pepstock.charba.client.controllers.ControllerType
 
check(String) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
Checks if the passed id is compliant with the constraints of property key.
A scale id
can not contain any non-URL-safe characters cannot contain upper case letters
check(PropertyKey) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
Checks if the passed id is compliant with the constraints of property key.
A scale id
can not contain any non-URL-safe characters cannot contain upper case letters
check(Controller) - Method in class org.pepstock.charba.client.controllers.Controllers
Checks the consistency of controller type and creates a wrapper.
check(Type) - Static method in class org.pepstock.charba.client.controllers.ControllerTypeChecker
Checks if the controller is compliant with the constraints of controller type.
A controller type
can not start with a dot or an underscore can not contain any invalid characters (letters, numbers and underscore are allowed)
check(String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
Checks if the plugin is compliant with the constraints of plugin id.
A plugin id
can not start with a dot or an underscore can not contain any non-URL-safe characters cannot contain upper case letters should be something short, but also reasonably descriptive
checkAlphaWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.ColorUtil
Any double between 0.0d and 1.0d (inclusive) is valid.
checkAndAddToParent() - Method in class org.pepstock.charba.client.commons.AbstractNode
Called recursively when a property has been set in the item.
This is mandatory because it could happen that the parent item is not present, therefore it must be added.
checkAndGet() - Method in class org.pepstock.charba.client.configuration.AbstractDynamicConfiguration
Gets the options element instance from provider checking if is consistent.
checkAndGet() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Gets the AbstractNode instance checking if is consistent.
checkAndGet(ConfigurationOptions) - Static method in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
Checks if the configuration is consistent, otherwise will emit an IllegalArgumentException.
checkAndGetAnnotationID(String, AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
Returns the ID of the annotation checking is consistent.
checkAndGetBeforeContinue(IsChart, boolean) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Returns the returned boolean value of "before" methods of plugin.
It checks if returning false and then stopping the chart drawing, the counter must be decremented in order to be always aligned with overriding parameter of Plugin.onBeginDrawing(IsChart, boolean).
checkAndGetDateTimeResourceName(AbstractInjectableResource, ResourceName) - Method in class org.pepstock.charba.client.resources.EmbeddedResources
Checks and get the resource, passed as argument, with the resource name.
When you are injecting date library and adapters, it is mandatory they have the correct name, fixed by CHARBA constraints.
If the resource does not have the right name, throws an IllegalArgumentException.
checkAndGetDefaultAxis() - Method in class org.pepstock.charba.client.options.Scale
Returns the axis kind checking the scale id and the axis type defaults.
checkAndGetDrawImageArgument(T) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Checks if the object passed as argument is consistent.
If not, throws a IllegalArgumentException.
checkAndGetIfBetween(int, int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkAndGetIfBetween(double, double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkAndGetIfConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
Check if chart passed as argument is not null and its id is not null as well, and if mandatory methods of interface will return consistent instances.
If not, throw a IllegalArgumentException or returns the chart instance.
checkAndGetIfGreaterThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkAndGetIfGreaterThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkAndGetIfLessThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkAndGetIfLessThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkAndGetIfNegative(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw a IllegalArgumentException.
checkAndGetIfNegative(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw a IllegalArgumentException.
checkAndGetIfPositive(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a positive number (zero is included).
If not, throw a IllegalArgumentException.
checkAndGetIfPositive(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a positive number (zero is included).
If not, throw a IllegalArgumentException.
checkAndGetIfValid(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw a IllegalArgumentException.
checkAndGetIfValid(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw a IllegalArgumentException.
checkAndGetIfValid(T, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw a IllegalArgumentException.
checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.Envelop
Checks if envelop passed as argument is not null and its content is not null as well.
If not, throw a IllegalArgumentException.
checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.Key
Checks if key passed as argument is not null and its value is not null as well.
If not, throw a IllegalArgumentException, otherwise it returns the key.
checkAndGetIfValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
Check if chart passed as argument is not null and its id is not null as well.
If not, throw a IllegalArgumentException or returns the chart instance.
checkAndGetIfValid(AnimationCollectionKey) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
Checks if collection passed as argument is not null and its value is not null as well.
If not, throw a IllegalArgumentException, otherwise it returns the argument.
checkAndGetIfValid(AnimationPropertyKey) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
Checks if property passed as argument is not null and its value is not null as well.
If not, throw a IllegalArgumentException, otherwise it returns the key.
checkAndGetIfValid(TransitionKey) - Static method in interface org.pepstock.charba.client.options.TransitionKey
Checks if mode passed as argument is not null.
If not, throw a IllegalArgumentException, otherwise it returns the argument.
checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.Type
Checks if type passed as argument is not null and its scale type is not null as well.
If not, throw a IllegalArgumentException, otherwise it returns the key.
checkAndGetObject(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
Checks if the object passed as argument is consistent and returns it is not null.
If argument is not consistent, throws an IllegalArgumentException.
checkAndGetPercentage(double, BarDatasetOptionsHandler.Property) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Any double between 0d and 1d (inclusive) is valid.
checkAndGetScaleId(Scale) - Method in class org.pepstock.charba.client.options.ExtendedScales
Checks and returns a scale id, retrieved from a scale instance.
checkAndGetScaleID(String, ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
Returns the ID of the scale checking the default ones, DefaultScaleId.
checkAndGetValue(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
Checks a color value if consistent, returning the RGBA representation, otherwise null.
checkAndLoadActiveElementForDataset(Dataset, int, int[], List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.data.Data
Manages every single data set adding a ActiveDatasetElement is consistent.
checkAndLoadParametersMap(BaseLocation) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtils
Checks the consistency of parameters map and loads it if not yet done or if URL query string is change.
checkAndManageCanvasListeners(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Checks and manage the canvas event listeners for title and axes click events.
If the argument is true, it will add the event listener if is the first adding, otherwise it will remove the listener if is the last handler.
checkAndPerformAttachement(BaseElement, boolean) - Method in class org.pepstock.charba.client.ChartObserver
Checks if the element is related to a chart instance and if true, notify the chart of the attach or detach.
checkAndSetId(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
Checks if the id already stored and if not, creates a new internal id in the native object container counter.
checkAndSetId(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
Checks if the id already stored and if not, creates a new internal id in the native object container counter.
checkArgumentsConsistency(Object, Object, String) - Method in class org.pepstock.charba.client.commons.Merger
Checks if arguments are not null or not consistent.
checkByDatasetIndex(IsChart, int) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
Checks if there is at least one data set visible on top of the data set index which must be hidden.
checkByIndex(IsChart, int) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
Checks if there is at least one dataset visible on top of the index which must be hidden.
checkChannelWithinBounds(int) - Static method in class org.pepstock.charba.client.colors.ColorUtil
Any integer between 0 and 255 (inclusive) is valid.
checkDatasets(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Returns true if all data sets of bar chart have got the IndexAxis.X.
checkDefaultValuesArgument(T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Checks if the argument, which is assuming is a default values instance, is consistent.
If not, throws IllegalArgumentException.
Checker - Class in org.pepstock.charba.client.commons
Utility which provides a set o methods to check the values of numbers.
Checker() - Constructor for class org.pepstock.charba.client.commons.Checker
To avoid any instantiation
checkIfBetween(int, int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkIfBetween(double, double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkIfConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
Check if chart passed as argument is not null and its id is not null as well, and if mandatory methods of interface will return consistent instances.
If not, throw a IllegalArgumentException.
checkIfDataPointsMustBeUsed() - Method in class org.pepstock.charba.client.data.Dataset
Checks if it can use data as double.
checkIfEqualTo(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if both values passed as argument are equals.
If not, throw a IllegalArgumentException.
checkIfEqualTo(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if both values passed as argument are equals.
If not, throw a IllegalArgumentException.
checkIfGreaterThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkIfGreaterThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkIfLessThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkIfLessThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw a IllegalArgumentException.
checkIfNegative(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw a IllegalArgumentException.
checkIfNegative(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw a IllegalArgumentException.
checkIfNotEqualTo(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if both values passed as argument are not equals.
If not, throw a IllegalArgumentException.
checkIfNotEqualTo(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if both values passed as argument are not equals.
If not, throw a IllegalArgumentException.
checkIfPositive(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a positive number (zero is included).
If not, throw a IllegalArgumentException.
checkIfPositive(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a positive number (zero is included).
If not, throw a IllegalArgumentException.
checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
 
checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Checks if the key passed as argument is a key already used for other context properties.
checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.ScaleContext
 
checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.SegmentContext
 
checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.TooltipContext
 
checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.labels.LabelsContext
 
checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.zoom.ZoomContext
 
checkIfValid(AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
Checks if id passed as argument is not null and its value is not null as well and could be a valid annotation configuration object id.
If not, throw a IllegalArgumentException.
checkIfValid(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
Checks if id passed as argument is not null and its value is not null as well and could be a valid annotation configuration object id.
If not, throw a IllegalArgumentException.
checkIfValid(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
Checks if the passed color is consistent, that means with a right red, green, blue and alpha values.
If not consistent, an IllegalArgumentException will be thrown.
checkIfValid(IsShape) - Static method in interface org.pepstock.charba.client.colors.tiles.IsShape
Checks if shape passed as argument is not null and its methods are not returning null as well.
If not, throw a IllegalArgumentException.
checkIfValid(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is valid.
If not, throw a IllegalArgumentException.
checkIfValid(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is valid.
If not, throw a IllegalArgumentException.
checkIfValid(Object, String) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is valid.
If not, throw a IllegalArgumentException.
checkIfValid(Envelop) - Static method in interface org.pepstock.charba.client.commons.Envelop
Checks if envelop passed as argument is not null and its content is not null as well.
If not, throw a IllegalArgumentException.
checkIfValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
Checks if key passed as argument is not null and its value is not null as well.
If not, throw a IllegalArgumentException.
checkIfValid(PropertyKey) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
Checks if id passed as argument is not null and its value is not null as well and could be a valid property key.
If not, throw a IllegalArgumentException.
checkIfValid(String) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
Checks if id passed as argument is not null and its value is not null as well and could be a valid property key.
If not, throw a IllegalArgumentException.
checkIfValid(Controller) - Static method in interface org.pepstock.charba.client.Controller
Checks if key passed as argument is not null and its type is valid as well.
checkIfValid(DataLabelId) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
Checks if id passed as argument is not null and its value is not null as well and could be a valid label configuration object id.
If not, throw a IllegalArgumentException.
checkIfValid(IsThreshold) - Static method in interface org.pepstock.charba.client.impl.charts.IsThreshold
Checks if threshold passed as argument is not null and its properties are not null.
checkIfValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
Checks if chart passed as argument is not null and its id is not null as well.
If not, throw a IllegalArgumentException.
checkIfValid(LabelId) - Static method in interface org.pepstock.charba.client.labels.LabelId
Checks if id passed as argument is not null and its value is not null as well and could be a valid label configuration object id.
If not, throw a IllegalArgumentException.
checkIfValid(AnimationCollectionKey) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
Checks if type passed as argument is not null and its type is not null as well.
If not, throw a IllegalArgumentException.
checkIfValid(AnimationPropertyKey) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
Checks if type passed as argument is not null and its type is not null as well.
If not, throw a IllegalArgumentException.
checkIfValid(ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
Checks if scale id passed as argument is not null and its value is not null as well and could be a valid scale id.
If not, throw a IllegalArgumentException.
checkIfValid(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
Checks if scale id passed as argument is not null and its value is not null as well and could be a valid scale id.
If not, throw a IllegalArgumentException.
checkIfValid(TransitionKey) - Static method in interface org.pepstock.charba.client.options.TransitionKey
Checks if type passed as argument is not null.
If not, throw a IllegalArgumentException.
checkIfValid(Type) - Static method in interface org.pepstock.charba.client.Type
Checks if type passed as argument is not null and its scale type is not null as well.
If not, throw a IllegalArgumentException.
checkIndexAxis(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Returns true if the chart has got IndexAxis.X where applicable.
checkLevel() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Checks the threshold status for this dataset, comparing the value with thresholds.
checkNativeObject(Key, ObjectType) - Method in class org.pepstock.charba.client.colors.CanvasObject
Checks if a property exists and if its type is equals to the object type passed as argument.
If not, an IllegalArgumentException will throw.
checkOffsetWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.GradientColor
Any double between 0.0d and 1.0d (inclusive) is valid.
checkParent(BaseHtmlElement) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
Scans recursively the element to get a parent DOM element which has got TD as tag name.
checkPluginIdConsistency(Key, AbstractPluginOptions) - Method in class org.pepstock.charba.client.options.Plugins
Checks if the plugin id, passed as key, is equals to plugin options.
If not, an IllegalArgumentException will be thrown.
checkPluginIdConsistency(Key, AbstractPluginOptionsFactory<?>) - Method in class org.pepstock.charba.client.options.Plugins
Checks if the plugin id, passed as key, is equals to plugin options factory.
If not, an IllegalArgumentException will be thrown.
checkRange(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Checks if the index is in the right range.
checkRange(int) - Method in class org.pepstock.charba.client.data.Labels
Checks if the index is in the right range.
If the index is out of bounds, throws an exception.
checkTimeSeriesItems(List<DataPoint>) - Static method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Checks if the list of data points, passed as argument, have got the properties to be time series items (time and Y value).
If not, a IllegalArgumentException will be thrown.
childKey - Variable in class org.pepstock.charba.client.commons.AbstractNode
 
CHINA - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.CHINA.
CLAMP_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
ClampCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set clamp property at runtime, using the plugin context.
clampCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
className - Variable in enum org.pepstock.charba.client.resources.ResourceName
 
cleanSelection(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Clears the selection on the chart.
cleanSelection(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Clears the selection on the chart and set if an event should fire on clear action.
clear() - Method in class org.pepstock.charba.client.AbstractChart
Will clear the chart canvas.
clear() - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
Clears all stored annotations
clear() - Method in class org.pepstock.charba.client.annotation.AnnotationMap
Clears all stored annotations.
clear() - Method in class org.pepstock.charba.client.Chart
Will clear the chart canvas.
Used extensively internally between animation frames.
clear(IsChart) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Clears the cache of loaded patterns and gradients, needed when a chart is destroy.
clear() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayDouble
Removes all of the elements from this array.
clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Removes all of the elements from this array.
clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayGradient
Removes all of the elements from this object.
clear() - Method in class org.pepstock.charba.client.commons.ArrayImage
Removes all of the elements from this object.
clear() - Method in class org.pepstock.charba.client.commons.ArrayImageList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayInteger
Removes all of the elements from this object.
clear() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Removes all of the elements from this array.
clear() - Method in class org.pepstock.charba.client.commons.ArrayObject
Removes all of the elements from this array.
clear() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayPattern
Removes all of the elements from this object.
clear() - Method in class org.pepstock.charba.client.commons.ArrayString
Removes all of the elements from this array.
clear() - Method in class org.pepstock.charba.client.commons.ArrayStringList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
Removes all of the elements from this array.
clear() - Method in interface org.pepstock.charba.client.IsChart
Will clear the chart canvas.
clear() - Method in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
Cancels a timeout previously established.
clearCallbackPatternsAndGradients() - Method in class org.pepstock.charba.client.data.Dataset
Clears the cache of patterns and gradients created by callbacks.
clearHtmlLegendItems(HtmlLegendItem) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Clears all cached instance of point style by chart instance, wrapper in the a legend item.
clearInterval(int) - Static method in class org.pepstock.charba.client.utils.Window
cancels a timed, repeating action which was previously established by a call to Window.setInterval(AsyncCallback, int) method.
clearRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Erases the pixels in a rectangular area by setting them to transparent black.
clearTimeout(int) - Static method in class org.pepstock.charba.client.utils.Window
Cancels a timeout previously established by calling Window.setTimeout(AsyncCallback, int) method.
CLICK - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "click" type.
CLICK_EVENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.Listeners
 
CLICK_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
ClickCallback - Interface in org.pepstock.charba.client.annotation.listeners
Callback interface of AnnotationPlugin.ID plugin that is called once click is fired.
clickCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
clickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
clickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Legend
 
clickCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
 
clickEventCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.Listeners
 
ClickEventHandler - Interface in org.pepstock.charba.client.datalabels.events
Callback interface of DataLabelsPlugin.ID plugin to manage CLICK events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returns true, the label is updated with the new context and the chart re-rendered.
Clip - Class in org.pepstock.charba.client.data
Defines how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
If sets false, that means that CHART.JS will use chart area dimension.
With false value, the properties will be: Left is 0 Top is 0 Right is area right Bottom is area bottom
Clip() - Constructor for class org.pepstock.charba.client.data.Clip
Creates the object with an empty native object instance.
Clip(double) - Constructor for class org.pepstock.charba.client.data.Clip
Creates the object with the same clip value for all dimensions.
Clip(NativeObject) - Constructor for class org.pepstock.charba.client.data.Clip
Creates the object with native object instance to be wrapped.
clip() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Turns the current or given path in the the current clipping region.
It replaces any previous clipping region..
CLIP_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
ClipCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set clip property at runtime, using the plugin context.
clipCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
CLocale - Class in org.pepstock.charba.client.intl
Unicode represents locales with a string, called a locale identifier.
The locale identifier consists of a language identifier and extension tags.
Language identifiers are the core of the locale, consisting of language, script, and region subtags.
Additional information about the locale is stored in the optional extension tags.
Extension tags hold information about locale aspects such as calendar type, clock type, and numbering system type.
A Unicode BCP 47 locale identifier consists of
a language code (optionally) a script code, (optionally) a region (or country) code (optionally) one or more variant codes (optionally) one or more extension sequences
See MDN page for more details.
LOCALE auto recognition
The locale client property can be specified using either a meta tag, as part of the query string in the host page’s URL or from default platform locale.
If all cases are specified, the query string takes precedence, then meta data and finally the navigator language.
CLocale(String, Language, Script, Region, String) - Constructor for class org.pepstock.charba.client.intl.CLocale
Creates a locale using all arguments.
CLocaleBuilder - Class in org.pepstock.charba.client.intl
The builder is used to build instances of CLocale from values configured by the setters.
A CLocale object created by a builder is well-formed and can be transformed to a well-formed IETF BCP 47 language and it's also cached.
CLocaleBuilder(Language) - Constructor for class org.pepstock.charba.client.intl.CLocaleBuilder
Constructs a builder by the language passed as argument.
CLocaleBuilder.LocaleRegExpGroups - Class in org.pepstock.charba.client.intl
This object is mapping the result of RegExpResult.groups(NativeObjectContainerFactory) in order to get the tokens of regexp result.
CLocaleBuilder.LocaleRegExpGroups.Property - Enum in org.pepstock.charba.client.intl
Name of properties of native object.
CLocaleBuilder.LocaleRegExpGroupsFactory - Class in org.pepstock.charba.client.intl
Internal native object factory to pass to RegExpResult.groups(NativeObjectContainerFactory) method in order to read the regular expression tokens, by the key set in the regular expression pattern.
clone(NativeObject) - Method in class org.pepstock.charba.client.Helpers
Returns a deep copy of source without keeping references on objects and arrays.
clone(NativeObject) - Method in class org.pepstock.charba.client.NativeHelpers
Returns a deep copy of source without keeping references on objects and arrays.
cloneDefaults - Variable in class org.pepstock.charba.client.controllers.ControllerType
 
cloneNode(boolean) - Method in class org.pepstock.charba.client.dom.BaseNode
Clone the node, and optionally, all of its contents.
CLOSE_ROUND_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for CLOSE round bracket, ")".
CLOSE_SQUARE_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for CLOSE square bracket, "]".
closePath() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Causes the point of the pen to move back to the start of the current sub-path.
It tries to draw a straight line from the current point to the start.
If the shape has already been closed or has only one point, this function does nothing.
code2chars - Variable in enum org.pepstock.charba.client.intl.Language
 
code3chars - Variable in enum org.pepstock.charba.client.intl.Language
 
collection - Variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
COLON - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for COLON, ":".
Color - Class in org.pepstock.charba.client.colors
This class contains information about a color.
You can requests a specific alpha (starting form source color and cloning it).
Color(int, int, int) - Constructor for class org.pepstock.charba.client.colors.Color
Creates the color with RGB values.
Color(int, int, int, double) - Constructor for class org.pepstock.charba.client.colors.Color
Creates the color with RGB values.
color - Variable in enum org.pepstock.charba.client.colors.GoogleChartColor
 
color - Variable in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
color - Variable in enum org.pepstock.charba.client.colors.HtmlColor
 
color - Variable in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
 
color - Variable in class org.pepstock.charba.client.impl.charts.Threshold
 
color - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
COLOR_000000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#000000"        
COLOR_000000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#000000"        
COLOR_000046 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#000046"        
COLOR_000080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#000080"        
COLOR_0000CD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0000CD"        
COLOR_0000FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0000FF"        
COLOR_000428 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#000428"        
COLOR_000C40 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#000C40"        
COLOR_001510 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#001510"        
COLOR_00223E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00223E"        
COLOR_002E5D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#002E5D"        
COLOR_00349E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#00349e"        
COLOR_003973 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#003973"        
COLOR_003C30 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#003c30"        
COLOR_003D4D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#003D4D"        
COLOR_00416A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00416A"        
COLOR_00441B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#00441b"        
COLOR_004529 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#004529"        
COLOR_00467F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00467F"        
COLOR_004680 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#004680"        
COLOR_004D7A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#004D7A"        
COLOR_004E8F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#004E8F"        
COLOR_004E92 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#004E92"        
COLOR_004FF9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#004FF9"        
COLOR_0052D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0052D4"        
COLOR_005824 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#005824"        
COLOR_005A32 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#005a32"        
COLOR_005AA7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#005AA7"        
COLOR_005BD3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#005bd3"        
COLOR_005C97 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#005C97"        
COLOR_0066CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0066cc"        
COLOR_006837 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#006837"        
COLOR_006BA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#006ba4"        
COLOR_006D2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#006d2c"        
COLOR_0072FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0072FF"        
COLOR_007991 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#007991"        
COLOR_007FC3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#007FC3"        
COLOR_008080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#008080"        
COLOR_0082C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0082C8"        
COLOR_0083B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0083B0"        
COLOR_0083FE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0083FE"        
COLOR_0085CA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0085CA"        
COLOR_008793 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#008793"        
COLOR_008837 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#008837"        
COLOR_0099F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0099F7"        
COLOR_009DD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#009dd9"        
COLOR_009FFC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#009FFC"        
COLOR_009FFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#009FFF"        
COLOR_00A2B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#00a2b3"        
COLOR_00A2E6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#00a2e6"        
COLOR_00A651 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00A651"        
COLOR_00ADDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#00addc"        
COLOR_00B09B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00B09B"        
COLOR_00B4DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00B4DB"        
COLOR_00BF72 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00BF72"        
COLOR_00BF8F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00BF8F"        
COLOR_00C3FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00C3FF"        
COLOR_00C6BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#00c6bb"        
COLOR_00C6FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00C6FF"        
COLOR_00C996 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00C996"        
COLOR_00C9FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00C9FF"        
COLOR_00CDAC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00CDAC"        
COLOR_00D2FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00D2FF"        
COLOR_00D9F5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00D9F5"        
COLOR_00DBDE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00DBDE"        
COLOR_00F260 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00F260"        
COLOR_00F5A0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00F5A0"        
COLOR_00FFF0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#00FFF0"        
COLOR_014636 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#014636"        
COLOR_016450 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#016450"        
COLOR_01665E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#01665e"        
COLOR_016C59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#016c59"        
COLOR_018571 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#018571"        
COLOR_021B79 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#021B79"        
COLOR_023858 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#023858"        
COLOR_023C0D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#023C0D"        
COLOR_027B8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#027b8e"        
COLOR_02818A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#02818a"        
COLOR_029676 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#029676"        
COLOR_02AAB0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#02AAB0"        
COLOR_03001E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#03001E"        
COLOR_034E7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#034e7b"        
COLOR_045A8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#045a8d"        
COLOR_051937 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#051937"        
COLOR_052F61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#052f61"        
COLOR_053061 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#053061"        
COLOR_05386B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#05386B"        
COLOR_056B3B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#056B3B"        
COLOR_0570B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0570b0"        
COLOR_0571B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0571b0"        
COLOR_0575E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0575E6"        
COLOR_05E0DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#05e0db"        
COLOR_061161 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#061161"        
COLOR_061700 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#061700"        
COLOR_06BEB6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#06BEB6"        
COLOR_073779 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#073779"        
COLOR_076585 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#076585"        
COLOR_081D58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#081d58"        
COLOR_08306B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#08306b"        
COLOR_084081 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#084081"        
COLOR_084594 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#084594"        
COLOR_085078 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#085078"        
COLOR_08519C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#08519c"        
COLOR_08589E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#08589e"        
COLOR_0868AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0868ac"        
COLOR_08A1D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#08a1d9"        
COLOR_08CC78 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#08cc78"        
COLOR_091E3A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#091E3A"        
COLOR_093028 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#093028"        
COLOR_093637 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#093637"        
COLOR_09622A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#09622a"        
COLOR_0989B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0989b1"        
COLOR_0A2A88 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0A2A88"        
COLOR_0A96E4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0a96e4"        
COLOR_0ABFBC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0ABFBC"        
COLOR_0B486B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0B486B"        
COLOR_0B8793 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0B8793"        
COLOR_0BD0D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0bd0d9"        
COLOR_0C0C6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0C0C6D"        
COLOR_0C2C84 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0c2c84"        
COLOR_0C5986 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0c5986"        
COLOR_0CEBEB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0CEBEB"        
COLOR_0D335E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0d335e"        
COLOR_0D8BE6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0d8be6"        
COLOR_0ED2F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0ED2F7"        
COLOR_0F0C29 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0F0C29"        
COLOR_0F2027 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0F2027"        
COLOR_0F3443 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0F3443"        
COLOR_0F6FC6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#0f6fc6"        
COLOR_0F9B0F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#0F9B0F"        
COLOR_108DC7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#108DC7"        
COLOR_10CF9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#10cf9b"        
COLOR_111111 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#111111"        
COLOR_114357 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#114357"        
COLOR_1170AA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1170aa"        
COLOR_11998E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#11998E"        
COLOR_11FFBD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#11FFBD"        
COLOR_12A2A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#12a2a8"        
COLOR_12C2E9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#12C2E9"        
COLOR_12D8FA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#12D8FA"        
COLOR_12FFF7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#12FFF7"        
COLOR_134E5E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#134E5E"        
COLOR_135058 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#135058"        
COLOR_136A8A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#136A8A"        
COLOR_141517 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#141517"        
COLOR_141E30 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#141E30"        
COLOR_146C36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#146c36"        
COLOR_1488CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1488CC"        
COLOR_14967C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#14967c"        
COLOR_152331 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#152331"        
COLOR_155799 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#155799"        
COLOR_1565C0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1565C0"        
COLOR_159957 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#159957"        
COLOR_16222A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#16222A"        
COLOR_16A085 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#16A085"        
COLOR_16BFFD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#16BFFD"        
COLOR_17BECF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#17becf"        
COLOR_17C7BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#17c7ba"        
COLOR_181818 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#181818"        
COLOR_182848 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#182848"        
COLOR_185A9D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#185A9D"        
COLOR_190A05 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#190A05"        
COLOR_191654 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#191654"        
COLOR_19547B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#19547B"        
COLOR_1A1A1A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1a1a1a"        
COLOR_1A2980 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1A2980"        
COLOR_1A2A6C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1A2A6C"        
COLOR_1A7232 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1a7232"        
COLOR_1A9641 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1a9641"        
COLOR_1A9850 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1a9850"        
COLOR_1AB39F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1ab39f"        
COLOR_1B4430 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1b4430"        
COLOR_1B587C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1b587c"        
COLOR_1B7837 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1b7837"        
COLOR_1B9E77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1b9e77"        
COLOR_1BA3C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1ba3c6"        
COLOR_1C4596 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1c4596"        
COLOR_1C5998 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1c5998"        
COLOR_1C713B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1c713b"        
COLOR_1C73B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1c73b1"        
COLOR_1C9099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1c9099"        
COLOR_1C92D2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1C92D2"        
COLOR_1CADE4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1cade4"        
COLOR_1CB5E0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1CB5E0"        
COLOR_1CD8D2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1CD8D2"        
COLOR_1CEFFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1CEFFF"        
COLOR_1D2671 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1D2671"        
COLOR_1D2B64 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1D2B64"        
COLOR_1D4350 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1D4350"        
COLOR_1D5B57 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1d5b57"        
COLOR_1D86CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1d86cd"        
COLOR_1D91C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1d91c0"        
COLOR_1D976C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1D976C"        
COLOR_1DA1F2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1DA1F2"        
COLOR_1E130C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1E130C"        
COLOR_1E1E1E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1e1e1e"        
COLOR_1E3C72 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1E3C72"        
COLOR_1E7735 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1e7735"        
COLOR_1E90FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1E90FF"        
COLOR_1E9600 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1E9600"        
COLOR_1F1C18 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1F1C18"        
COLOR_1F1C2C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1F1C2C"        
COLOR_1F4037 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1F4037"        
COLOR_1F77B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1f77b4"        
COLOR_1F78B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1f78b4"        
COLOR_1F83B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#1f83b4"        
COLOR_1FA2FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1FA2FF"        
COLOR_1FDDFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#1FDDFF"        
COLOR_20002C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#20002C"        
COLOR_200122 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#200122"        
COLOR_203A43 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#203A43"        
COLOR_2046A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2046a5"        
COLOR_20768C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#20768c"        
COLOR_20BDFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#20BDFF"        
COLOR_20E3B2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#20E3B2"        
COLOR_21449B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#21449b"        
COLOR_215F00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#215F00"        
COLOR_2166AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2166ac"        
COLOR_2171B5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2171b5"        
COLOR_2193B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2193B0"        
COLOR_2196F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2196F3"        
COLOR_21B087 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#21b087"        
COLOR_225EA8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#225ea8"        
COLOR_22763F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#22763f"        
COLOR_228B22 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#228B22"        
COLOR_22C1C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#22C1C3"        
COLOR_23074D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#23074D"        
COLOR_232526 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#232526"        
COLOR_237A57 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#237A57"        
COLOR_238443 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#238443"        
COLOR_238B45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#238b45"        
COLOR_2397E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2397e2"        
COLOR_240B36 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#240B36"        
COLOR_24243E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#24243E"        
COLOR_243B55 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#243B55"        
COLOR_244A58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#244a58"        
COLOR_24693D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#24693d"        
COLOR_24C6DC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#24C6DC"        
COLOR_24FE41 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#24FE41"        
COLOR_252525 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#252525"        
COLOR_253494 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#253494"        
COLOR_256F3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#256f3d"        
COLOR_257740 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#257740"        
COLOR_26456E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#26456e"        
COLOR_2657EB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2657EB"        
COLOR_267871 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#267871"        
COLOR_2683C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2683c6"        
COLOR_26897E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#26897e"        
COLOR_26A0DA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#26A0DA"        
COLOR_26D0CE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#26D0CE"        
COLOR_274046 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#274046"        
COLOR_276419 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#276419"        
COLOR_2774AE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2774AE"        
COLOR_27763D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#27763d"        
COLOR_27823B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#27823b"        
COLOR_27CED7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#27ced7"        
COLOR_282828 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#282828"        
COLOR_283048 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#283048"        
COLOR_283C86 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#283C86"        
COLOR_283E51 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#283E51"        
COLOR_292E49 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#292E49"        
COLOR_29323C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#29323C"        
COLOR_294171 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#294171"        
COLOR_2948FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2948FF"        
COLOR_297839 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#297839"        
COLOR_297FD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#297fd5"        
COLOR_2980B9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2980B9"        
COLOR_29EAC4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#29EAC4"        
COLOR_29FFC6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#29FFC6"        
COLOR_2A0845 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2A0845"        
COLOR_2A2D3E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2A2D3E"        
COLOR_2A5298 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2A5298"        
COLOR_2A5783 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2a5783"        
COLOR_2ADA53 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2ADA53"        
COLOR_2B2C49 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2B2C49"        
COLOR_2B32B2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2B32B2"        
COLOR_2B5876 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2B5876"        
COLOR_2B5C8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2b5c8a"        
COLOR_2B7C40 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2b7c40"        
COLOR_2B83BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2b83ba"        
COLOR_2B8CBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2b8cbe"        
COLOR_2BC0E4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2BC0E4"        
COLOR_2C3E50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2C3E50"        
COLOR_2C5364 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2C5364"        
COLOR_2C5985 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2c5985"        
COLOR_2C69B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2c69b0"        
COLOR_2C7744 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2C7744"        
COLOR_2C7BB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2c7bb6"        
COLOR_2C7C9F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2c7c9f"        
COLOR_2C7FB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2c7fb8"        
COLOR_2C9C89 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2c9c89"        
COLOR_2CA02C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2ca02c"        
COLOR_2CA030 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2ca030"        
COLOR_2CA25F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2ca25f"        
COLOR_2CB5C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2cb5c0"        
COLOR_2D004B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2d004b"        
COLOR_2D608A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2d608a"        
COLOR_2D7D45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2d7d45"        
COLOR_2D9EE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2D9EE0"        
COLOR_2DA2BF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2da2bf"        
COLOR_2E1437 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2E1437"        
COLOR_2E5A87 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2e5a87"        
COLOR_2E5F8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2e5f8a"        
COLOR_2EBF91 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2EBF91"        
COLOR_2F0743 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2F0743"        
COLOR_2F3C35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2f3c35"        
COLOR_2F6790 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2f6790"        
COLOR_2F7336 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2F7336"        
COLOR_2F80ED - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#2F80ED"        
COLOR_2F8E41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2f8e41"        
COLOR_2FA3EE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#2fa3ee"        
COLOR_302B63 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#302B63"        
COLOR_304352 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#304352"        
COLOR_305D8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#305d8a"        
COLOR_308344 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#308344"        
COLOR_309143 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#309143"        
COLOR_309343 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#309343"        
COLOR_30ACEC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#30acec"        
COLOR_30BCAD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#30bcad"        
COLOR_30E8BF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#30E8BF"        
COLOR_313695 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#313695"        
COLOR_314755 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#314755"        
COLOR_316F96 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#316f96"        
COLOR_3182BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3182bd"        
COLOR_31A1B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#31a1b3"        
COLOR_31A354 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#31a354"        
COLOR_31B6FD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#31b6fd"        
COLOR_324966 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#324966"        
COLOR_32779B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#32779b"        
COLOR_3288BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3288bd"        
COLOR_32A251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#32a251"        
COLOR_32C7A9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#32c7a9"        
COLOR_33001B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#33001B"        
COLOR_3300FC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3300FC"        
COLOR_330F42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#330f42"        
COLOR_333333 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#333333"        
COLOR_333333 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#333333"        
COLOR_333399 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#333399"        
COLOR_3333FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3333ff"        
COLOR_334D50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#334D50"        
COLOR_33608C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#33608c"        
COLOR_339444 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#339444"        
COLOR_3399FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3399ff"        
COLOR_33A02C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#33a02c"        
COLOR_33A65C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#33a65c"        
COLOR_347EA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#347ea1"        
COLOR_34844A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#34844a"        
COLOR_348AC7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#348AC7"        
COLOR_348F50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#348F50"        
COLOR_3494BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3494ba"        
COLOR_3494E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3494E6"        
COLOR_3498DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3498DB"        
COLOR_34E89E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#34E89E"        
COLOR_355C7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#355C7D"        
COLOR_3586A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3586a7"        
COLOR_358EAD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#358ead"        
COLOR_35978F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#35978f"        
COLOR_35ACA2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#35aca2"        
COLOR_360033 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#360033"        
COLOR_363795 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#363795"        
COLOR_3679A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3679a8"        
COLOR_3690C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3690c0"        
COLOR_36B1C7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#36B1C7"        
COLOR_36D1DC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#36D1DC"        
COLOR_373B44 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#373B44"        
COLOR_376491 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#376491"        
COLOR_377EB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#377eb8"        
COLOR_37A76F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#37a76f"        
COLOR_383838 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#383838"        
COLOR_386CB0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#386cb0"        
COLOR_3891A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3891a7"        
COLOR_3896C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3896c4"        
COLOR_38EF7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#38EF7D"        
COLOR_393939 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#393939"        
COLOR_39639D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#39639d"        
COLOR_396AFC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#396AFC"        
COLOR_39737C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#39737c"        
COLOR_398949 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#398949"        
COLOR_39B87F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#39b87f"        
COLOR_3A1C71 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3A1C71"        
COLOR_3A6073 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3A6073"        
COLOR_3A6186 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3A6186"        
COLOR_3A7BD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3A7BD5"        
COLOR_3A87B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3a87b7"        
COLOR_3A8A4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3a8a4d"        
COLOR_3B4371 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3B4371"        
COLOR_3B8D99 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3B8D99"        
COLOR_3B95C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3b95c4"        
COLOR_3B96B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3b96b2"        
COLOR_3C1053 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3C1053"        
COLOR_3C3B3F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3C3B3F"        
COLOR_3C8200 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3c8200"        
COLOR_3C9770 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3c9770"        
COLOR_3CA55C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3CA55C"        
COLOR_3CA8BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3ca8bc"        
COLOR_3CB7CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3cb7cc"        
COLOR_3CD3AD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3CD3AD"        
COLOR_3D6A98 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3d6a98"        
COLOR_3D72B4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3D72B4"        
COLOR_3D7EAA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3D7EAA"        
COLOR_3E5151 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3E5151"        
COLOR_3E8853 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3e8853"        
COLOR_3F007D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3f007d"        
COLOR_3F2B96 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3F2B96"        
COLOR_3F3F3F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#3f3f3f"        
COLOR_3F4C6B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3F4C6B"        
COLOR_3F5EFB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3F5EFB"        
COLOR_3FADA8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#3FADA8"        
COLOR_40004B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#40004b"        
COLOR_403A3E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#403A3E"        
COLOR_403B4A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#403B4A"        
COLOR_404040 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#404040"        
COLOR_40619D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#40619d"        
COLOR_4083CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4083cf"        
COLOR_40914F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#40914f"        
COLOR_40BAD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#40bad2"        
COLOR_40E0D0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#40E0D0"        
COLOR_41295A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#41295A"        
COLOR_414345 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#414345"        
COLOR_414451 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#414451"        
COLOR_414D0B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#414D0B"        
COLOR_418AB3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#418ab3"        
COLOR_419EB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#419eb6"        
COLOR_41AB5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#41ab5d"        
COLOR_41AE76 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#41ae76"        
COLOR_41AEBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#41aebd"        
COLOR_41B6C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#41b6c4"        
COLOR_41B7C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#41b7c4"        
COLOR_42275A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#42275A"        
COLOR_423E5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#423e5c"        
COLOR_424E5B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#424e5b"        
COLOR_4284DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4284DB"        
COLOR_4286F4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4286F4"        
COLOR_428F49 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#428f49"        
COLOR_428F4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#428f4d"        
COLOR_4292C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4292c6"        
COLOR_42BA97 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#42ba97"        
COLOR_434343 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#434343"        
COLOR_4364F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4364F7"        
COLOR_437A9F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#437a9f"        
COLOR_438086 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#438086"        
COLOR_4389A2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4389A2"        
COLOR_4393C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4393c3"        
COLOR_439EB7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#439eb7"        
COLOR_43A2CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#43a2ca"        
COLOR_43ADD0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#43ADD0"        
COLOR_43C6AC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#43C6AC"        
COLOR_43CEA2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#43CEA2"        
COLOR_44709D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#44709d"        
COLOR_4472C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4472c4"        
COLOR_4484BA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4484BA"        
COLOR_44914E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#44914e"        
COLOR_44A08D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#44A08D"        
COLOR_44C1A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#44c1a3"        
COLOR_4568DC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4568DC"        
COLOR_4575B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4575b4"        
COLOR_4576A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4576a3"        
COLOR_457FCA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#457FCA"        
COLOR_4584D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4584d3"        
COLOR_45934D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#45934d"        
COLOR_45A247 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#45A247"        
COLOR_45A5ED - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#45a5ed"        
COLOR_45B649 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#45B649"        
COLOR_466F9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#466f9d"        
COLOR_46B298 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#46b298"        
COLOR_46B2B5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#46b2b5"        
COLOR_474B78 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#474b78"        
COLOR_475A8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#475a8d"        
COLOR_4775E7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4775e7"        
COLOR_4776E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4776E6"        
COLOR_477BD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#477bd1"        
COLOR_479751 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#479751"        
COLOR_480048 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#480048"        
COLOR_485563 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#485563"        
COLOR_4878A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4878a6"        
COLOR_48B1BF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#48B1BF"        
COLOR_49006A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#49006a"        
COLOR_493240 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#493240"        
COLOR_49525E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#49525e"        
COLOR_49964F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#49964f"        
COLOR_499894 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#499894"        
COLOR_49A09D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#49A09D"        
COLOR_4A00E0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4A00E0"        
COLOR_4A0505 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4a0505"        
COLOR_4A1486 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4a1486"        
COLOR_4A569D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4A569D"        
COLOR_4A66AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4a66ac"        
COLOR_4A8C1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4a8c1c"        
COLOR_4A9BDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4a9bdc"        
COLOR_4A9CCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4a9ccc"        
COLOR_4AB5C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4ab5c4"        
COLOR_4AC29A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4AC29A"        
COLOR_4B0082 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4B0082"        
COLOR_4B1248 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4B1248"        
COLOR_4B134F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4B134F"        
COLOR_4B4B4B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4b4b4b"        
COLOR_4B5A60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4b5a60"        
COLOR_4B6CB7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4B6CB7"        
COLOR_4B79A1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4B79A1"        
COLOR_4B859E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4B859E"        
COLOR_4B9B5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4b9b5f"        
COLOR_4BA5BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4ba5ba"        
COLOR_4BACC6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4bacc6"        
COLOR_4BAF73 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4baf73"        
COLOR_4BC0C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4BC0C8"        
COLOR_4BCAAD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4bcaad"        
COLOR_4C5A6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4c5a6a"        
COLOR_4C6F75 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4c6f75"        
COLOR_4CA198 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4ca198"        
COLOR_4CA1AF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4CA1AF"        
COLOR_4CA2CD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4CA2CD"        
COLOR_4CB8C4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4CB8C4"        
COLOR_4D004B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4d004b"        
COLOR_4D1434 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4d1434"        
COLOR_4D4D4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4d4d4d"        
COLOR_4D9221 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4d9221"        
COLOR_4DA0B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4DA0B0"        
COLOR_4DAC26 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4dac26"        
COLOR_4DADCF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4dadcf"        
COLOR_4DAF4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4daf4a"        
COLOR_4E2020 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4E2020"        
COLOR_4E4376 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4E4376"        
COLOR_4E54C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4E54C8"        
COLOR_4E66B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4e66b2"        
COLOR_4E67C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4e67c8"        
COLOR_4E79A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4e79a7"        
COLOR_4E7FAB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4e7fab"        
COLOR_4E7FAC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4e7fac"        
COLOR_4E8542 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4e8542"        
COLOR_4E9F50 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4e9f50"        
COLOR_4EA5D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4ea5d1"        
COLOR_4EA6DC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4ea6dc"        
COLOR_4EB3CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4eb3cf"        
COLOR_4EB3D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4eb3d3"        
COLOR_4ECDC4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#4ECDC4"        
COLOR_4F5864 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4f5864"        
COLOR_4F6980 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4f6980"        
COLOR_4F7CBA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4f7cba"        
COLOR_4F81AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4f81af"        
COLOR_4F81BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4f81bd"        
COLOR_4F9E53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#4f9e53"        
COLOR_5039C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5039c6"        
COLOR_504539 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#504539"        
COLOR_506E94 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#506e94"        
COLOR_508709 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#508709"        
COLOR_50B4C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#50b4c8"        
COLOR_50BEA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#50bea3"        
COLOR_50C49F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#50c49f"        
COLOR_50C9C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#50C9C3"        
COLOR_511818 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#511818"        
COLOR_512DA8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#512DA8"        
COLOR_514A9D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#514A9D"        
COLOR_516395 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#516395"        
COLOR_516B8B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#516B8B"        
COLOR_519C51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#519c51"        
COLOR_51A6C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#51a6c2"        
COLOR_51B364 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#51b364"        
COLOR_51C2A9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#51c2a9"        
COLOR_51C3F9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#51c3f9"        
COLOR_525252 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#525252"        
COLOR_525252 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#525252"        
COLOR_526DB0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#526db0"        
COLOR_528A02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#528a02"        
COLOR_529985 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#529985"        
COLOR_529C51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#529c51"        
COLOR_52C234 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#52C234"        
COLOR_53548A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#53548a"        
COLOR_536976 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#536976"        
COLOR_5383AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5383af"        
COLOR_539E52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#539e52"        
COLOR_542788 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#542788"        
COLOR_54278F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#54278f"        
COLOR_542D90 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#542d90"        
COLOR_543005 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#543005"        
COLOR_5430BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5430bb"        
COLOR_5433FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5433FF"        
COLOR_544A7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#544A7D"        
COLOR_5485B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5485b2"        
COLOR_549E39 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#549e39"        
COLOR_54A021 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#54a021"        
COLOR_553876 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#553876"        
COLOR_554023 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#554023"        
COLOR_555F6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#555f6a"        
COLOR_556270 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#556270"        
COLOR_559633 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#559633"        
COLOR_55992B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#55992b"        
COLOR_55AD89 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#55ad89"        
COLOR_5614B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5614B0"        
COLOR_565656 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#565656"        
COLOR_5691C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5691C8"        
COLOR_569735 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#569735"        
COLOR_56AB2F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#56AB2F"        
COLOR_56B4D3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#56B4D3"        
COLOR_56CCF2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#56CCF2"        
COLOR_575757 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#575757"        
COLOR_57606C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#57606c"        
COLOR_57A337 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#57a337"        
COLOR_580101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#580101"        
COLOR_585858 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#585858"        
COLOR_586215 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#586215"        
COLOR_586EA6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#586ea6"        
COLOR_58B6C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#58b6c0"        
COLOR_59504E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#59504e"        
COLOR_595959 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#595959"        
COLOR_5982DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5982db"        
COLOR_598AB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#598ab5"        
COLOR_59A14F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#59a14f"        
COLOR_59A253 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#59a253"        
COLOR_59ACBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#59acbe"        
COLOR_59B0B9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#59b0b9"        
COLOR_59C173 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#59C173"        
COLOR_59CDE9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#59CDE9"        
COLOR_5A1705 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5a1705"        
COLOR_5A3F37 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5A3F37"        
COLOR_5AA2AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5aa2ae"        
COLOR_5AA355 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5aa355"        
COLOR_5AA6C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5aa6c0"        
COLOR_5AAE61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5aae61"        
COLOR_5AB4AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5ab4ac"        
COLOR_5B6570 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5b6570"        
COLOR_5B86E5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5B86E5"        
COLOR_5B8CB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5b8cb8"        
COLOR_5B8FBC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5b8fbc"        
COLOR_5B9BD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5b9bd5"        
COLOR_5B9EA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5b9ea4"        
COLOR_5BB226 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5BB226"        
COLOR_5BD078 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5bd078"        
COLOR_5C258D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5C258D"        
COLOR_5C6068 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5c6068"        
COLOR_5C7852 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5C7852"        
COLOR_5C8DB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5c8db8"        
COLOR_5C92B5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5c92b5"        
COLOR_5CB644 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5CB644"        
COLOR_5CDB95 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5CDB95"        
COLOR_5D26C1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5D26C1"        
COLOR_5D4157 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5D4157"        
COLOR_5D5AD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5d5ad2"        
COLOR_5D739A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5d739a"        
COLOR_5DCEAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5dceaf"        
COLOR_5E3C99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5e3c99"        
COLOR_5E4FA2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5e4fa2"        
COLOR_5EA049 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5ea049"        
COLOR_5EC795 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5ec795"        
COLOR_5ECCF3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5eccf3"        
COLOR_5F2C82 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5F2C82"        
COLOR_5F5654 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5f5654"        
COLOR_5F5A41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5f5a41"        
COLOR_5F5F5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5f5f5f"        
COLOR_5F9C9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5f9c9d"        
COLOR_5F9ED1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5f9ed1"        
COLOR_5FA2CE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5fa2ce"        
COLOR_5FBB68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#5fbb68"        
COLOR_5FC3E4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#5FC3E4"        
COLOR_6025F5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6025F5"        
COLOR_603813 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#603813"        
COLOR_604878 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#604878"        
COLOR_605C3C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#605C3C"        
COLOR_60636A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#60636a"        
COLOR_606372 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#606372"        
COLOR_606C88 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#606C88"        
COLOR_6076B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6076b4"        
COLOR_607D8B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#607D8B"        
COLOR_608F3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#608f3d"        
COLOR_60A24D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#60a24d"        
COLOR_60B5CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#60b5cc"        
COLOR_61045F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#61045F"        
COLOR_614385 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#614385"        
COLOR_615D9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#615d9a"        
COLOR_616161 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#616161"        
COLOR_61625E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#61625e"        
COLOR_616C77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#616c77"        
COLOR_6190E8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6190E8"        
COLOR_61A956 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#61a956"        
COLOR_6283AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6283ad"        
COLOR_629DD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#629dd1"        
COLOR_62A39F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#62a39f"        
COLOR_636363 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#636363"        
COLOR_636363 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#636363"        
COLOR_636FA4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#636FA4"        
COLOR_6388B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6388b4"        
COLOR_63891F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#63891f"        
COLOR_638B66 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#638b66"        
COLOR_6394BE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6394be"        
COLOR_63A0CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#63a0cc"        
COLOR_63A537 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#63a537"        
COLOR_640F10 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#640f10"        
COLOR_641345 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#641345"        
COLOR_642B73 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#642B73"        
COLOR_6441A5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6441A5"        
COLOR_645135 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#645135"        
COLOR_649173 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#649173"        
COLOR_64965E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#64965E"        
COLOR_64969F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#64969f"        
COLOR_64A73B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#64a73b"        
COLOR_64B3F4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#64B3F4"        
COLOR_64CDCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#64cdcc"        
COLOR_64F38C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#64F38C"        
COLOR_654EA3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#654EA3"        
COLOR_656A59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#656a59"        
COLOR_657689 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#657689"        
COLOR_6585CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6585cf"        
COLOR_659999 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#659999"        
COLOR_65C7F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#65C7F7"        
COLOR_660066 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#660066"        
COLOR_660075 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#660075"        
COLOR_662506 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#662506"        
COLOR_663366 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#663366"        
COLOR_66553E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#66553e"        
COLOR_665C51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#665c51"        
COLOR_665EB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#665eb8"        
COLOR_666600 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#666600"        
COLOR_666666 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#666666"        
COLOR_666699 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#666699"        
COLOR_667559 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#667559"        
COLOR_667DB6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#667DB6"        
COLOR_66A61E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#66a61e"        
COLOR_66B1CE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#66b1ce"        
COLOR_66B2C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#66b2c2"        
COLOR_66BD63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#66bd63"        
COLOR_66C2A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#66c2a4"        
COLOR_66C2A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#66c2a5"        
COLOR_66FF00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#66FF00"        
COLOR_67000D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67000d"        
COLOR_67001F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67001f"        
COLOR_673AB7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#673AB7"        
COLOR_67737C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67737c"        
COLOR_67787B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67787b"        
COLOR_67924B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67924b"        
COLOR_67A956 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67a956"        
COLOR_67A9CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67a9cf"        
COLOR_67ADD4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67add4"        
COLOR_67AF5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67af5c"        
COLOR_67B26F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#67B26F"        
COLOR_67BF5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#67bf5c"        
COLOR_68007F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#68007f"        
COLOR_6892A0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6892a0"        
COLOR_6997AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6997af"        
COLOR_69A761 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#69a761"        
COLOR_69AA56 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#69aa56"        
COLOR_69B764 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#69b764"        
COLOR_69C5BE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#69c5be"        
COLOR_69FFFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#69ffff"        
COLOR_6A3093 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6A3093"        
COLOR_6A3D9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6a3d9a"        
COLOR_6A51A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6a51a3"        
COLOR_6A82FB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6A82FB"        
COLOR_6A9113 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6A9113"        
COLOR_6A9BC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6a9bc3"        
COLOR_6A9E1F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6a9e1f"        
COLOR_6A9EC5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6a9ec5"        
COLOR_6AAC90 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6aac90"        
COLOR_6AAC91 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6aac91"        
COLOR_6B4A0B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6b4a0b"        
COLOR_6B6149 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6b6149"        
COLOR_6B6B6B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6b6b6b"        
COLOR_6B6B83 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6B6B83"        
COLOR_6B9BC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6b9bc7"        
COLOR_6BA3D6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6ba3d6"        
COLOR_6BAED6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6baed6"        
COLOR_6BB1C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6bb1c9"        
COLOR_6BB76D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6bb76d"        
COLOR_6BE585 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6BE585"        
COLOR_6C5B7B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6C5B7B"        
COLOR_6C6260 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6c6260"        
COLOR_6C9E6E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6c9e6e"        
COLOR_6CAE59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6cae59"        
COLOR_6D6027 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6D6027"        
COLOR_6DA6BE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6DA6BE"        
COLOR_6DCCDA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6dccda"        
COLOR_6DD5ED - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6DD5ED"        
COLOR_6DD5FA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6DD5FA"        
COLOR_6DE304 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6de304"        
COLOR_6E016B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6e016b"        
COLOR_6E48AA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6E48AA"        
COLOR_6E7A81 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6e7a81"        
COLOR_6E9EC2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6e9ec2"        
COLOR_6EA0B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6ea0b0"        
COLOR_6EB663 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6eb663"        
COLOR_6F0000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6F0000"        
COLOR_6F63BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6f63bb"        
COLOR_6F6C7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6f6c7d"        
COLOR_6F6F6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6f6f6f"        
COLOR_6F6F74 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6f6f74"        
COLOR_6F777D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6f777d"        
COLOR_6F8183 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6f8183"        
COLOR_6FB1FC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#6FB1FC"        
COLOR_6FB899 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6fb899"        
COLOR_6FEBA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#6feba0"        
COLOR_707C83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#707c83"        
COLOR_70A525 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#70a525"        
COLOR_70AD47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#70ad47"        
COLOR_70E1F5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#70E1F5"        
COLOR_70E2FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#70E2FF"        
COLOR_71685A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#71685a"        
COLOR_71685C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#71685c"        
COLOR_71B280 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#71B280"        
COLOR_71B2BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#71b2bc"        
COLOR_726056 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#726056"        
COLOR_727A17 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#727A17"        
COLOR_727CA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#727ca3"        
COLOR_728653 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#728653"        
COLOR_729ECE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#729ece"        
COLOR_72A376 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#72a376"        
COLOR_72A3C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#72a3c9"        
COLOR_72BAC6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#72bac6"        
COLOR_72C6EF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#72C6EF"        
COLOR_7303C0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7303C0"        
COLOR_730E00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#730e00"        
COLOR_732BEA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#732bea"        
COLOR_732E9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#732e9a"        
COLOR_733678 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#733678"        
COLOR_734B6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#734B6D"        
COLOR_736967 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#736967"        
COLOR_736C5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#736c5d"        
COLOR_737373 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#737373"        
COLOR_738AC8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#738ac8"        
COLOR_73BA67 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#73ba67"        
COLOR_73C8A9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#73C8A9"        
COLOR_7411D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7411d0"        
COLOR_747474 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#747474"        
COLOR_7474BF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7474BF"        
COLOR_748560 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#748560"        
COLOR_748A2F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#748a2f"        
COLOR_748CBC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#748cbc"        
COLOR_749805 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#749805"        
COLOR_74A9CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#74a9cf"        
COLOR_74ADD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#74add1"        
COLOR_74AF72 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#74af72"        
COLOR_74C476 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#74c476"        
COLOR_74EBD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#74EBD5"        
COLOR_753A88 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#753A88"        
COLOR_755DD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#755dd9"        
COLOR_756BB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#756bb1"        
COLOR_7570B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7570b3"        
COLOR_757519 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#757519"        
COLOR_757F9A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#757F9A"        
COLOR_758085 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#758085"        
COLOR_758087 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#758087"        
COLOR_7598D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7598d9"        
COLOR_759AA5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#759aa5"        
COLOR_75B65D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#75b65d"        
COLOR_75BC69 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#75bc69"        
COLOR_75BDA7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#75bda7"        
COLOR_762A83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#762a83"        
COLOR_767676 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#767676"        
COLOR_767F8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#767f8b"        
COLOR_76AF56 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#76af56"        
COLOR_76B7B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#76b7b2"        
COLOR_76B852 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#76B852"        
COLOR_76C5EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#76c5ef"        
COLOR_777777 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#777777"        
COLOR_777C84 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#777c84"        
COLOR_77A1D3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#77A1D3"        
COLOR_77A2BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#77a2bb"        
COLOR_77A9CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#77a9cf"        
COLOR_77ACD3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#77acd3"        
COLOR_780206 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#780206"        
COLOR_786C71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#786c71"        
COLOR_7873C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7873c0"        
COLOR_78A641 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#78a641"        
COLOR_78AA5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#78aa5d"        
COLOR_78AC35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#78ac35"        
COLOR_78C679 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#78c679"        
COLOR_78FFD6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#78FFD6"        
COLOR_790A14 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#790a14"        
COLOR_79463D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#79463d"        
COLOR_794747 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#794747"        
COLOR_795FAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#795faf"        
COLOR_79706E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#79706e"        
COLOR_797B7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#797b7e"        
COLOR_799F0C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#799F0C"        
COLOR_79A8A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#79a8a4"        
COLOR_79AACF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#79aacf"        
COLOR_79CBCA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#79CBCA"        
COLOR_7A0177 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7a0177"        
COLOR_7A2828 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7A2828"        
COLOR_7A500A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7a500a"        
COLOR_7A6A60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7a6a60"        
COLOR_7A7A7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7a7a7a"        
COLOR_7A855D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7a855d"        
COLOR_7A8C8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7a8c8e"        
COLOR_7AA1D2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7AA1D2"        
COLOR_7ABC5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7abc5f"        
COLOR_7B3014 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7b3014"        
COLOR_7B3294 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7b3294"        
COLOR_7B4397 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7B4397"        
COLOR_7B66D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7b66d2"        
COLOR_7B848F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7b848f"        
COLOR_7B920A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7B920A"        
COLOR_7BA79D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7ba79d"        
COLOR_7BC6CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7BC6CC"        
COLOR_7BC8E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7bc8e2"        
COLOR_7BCCC4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7bccc4"        
COLOR_7C4D79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7c4d79"        
COLOR_7C7270 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7c7270"        
COLOR_7C878D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7c878d"        
COLOR_7C984A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7c984a"        
COLOR_7CCA62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7cca62"        
COLOR_7D3C4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7d3c4a"        
COLOR_7D639B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7d639b"        
COLOR_7D888D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7d888d"        
COLOR_7D8F8C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7d8f8c"        
COLOR_7DC1EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7dc1ef"        
COLOR_7DC370 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7dc370"        
COLOR_7E13E3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7e13e3"        
COLOR_7E6BC9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7e6bc9"        
COLOR_7E756D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7e756d"        
COLOR_7E848D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7e848d"        
COLOR_7E97AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7e97ad"        
COLOR_7EAED3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7eaed3"        
COLOR_7EB606 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7eb606"        
COLOR_7EC1CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7ec1ca"        
COLOR_7EC251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7ec251"        
COLOR_7EC6BC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7EC6BC"        
COLOR_7F0000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7f0000"        
COLOR_7F00FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7F00FF"        
COLOR_7F2704 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7f2704"        
COLOR_7F3B08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7f3b08"        
COLOR_7F5F52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7f5f52"        
COLOR_7F7F7F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7f7f7f"        
COLOR_7F7FD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#7F7FD5"        
COLOR_7F8FA9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7f8fa9"        
COLOR_7F9A71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7f9a71"        
COLOR_7FBC41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7fbc41"        
COLOR_7FBF7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7fbf7b"        
COLOR_7FC97F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7fc97f"        
COLOR_7FCDBB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7fcdbb"        
COLOR_7FD13B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#7fd13b"        
COLOR_800000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#800000"        
COLOR_800026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#800026"        
COLOR_800080 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#800080"        
COLOR_800080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#800080"        
COLOR_8064A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8064a2"        
COLOR_80716A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#80716a"        
COLOR_80737A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#80737a"        
COLOR_8073AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8073ac"        
COLOR_8074A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8074a8"        
COLOR_807774 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#807774"        
COLOR_807DBA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#807dba"        
COLOR_808080 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#808080"        
COLOR_808080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#808080"        
COLOR_808DA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#808da0"        
COLOR_808DA9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#808da9"        
COLOR_809EC2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#809ec2"        
COLOR_80B0D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#80b0d5"        
COLOR_80B1D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#80b1d3"        
COLOR_80B606 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#80b606"        
COLOR_80C34F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#80c34f"        
COLOR_80CDC1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#80cdc1"        
COLOR_810F7C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#810f7c"        
COLOR_81537F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#81537f"        
COLOR_8175AA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8175aa"        
COLOR_818183 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#818183"        
COLOR_818B3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#818b3d"        
COLOR_81BB42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#81bb42"        
COLOR_81FF8A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#81FF8A"        
COLOR_824F1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#824f1c"        
COLOR_826276 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#826276"        
COLOR_827752 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#827752"        
COLOR_828288 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#828288"        
COLOR_82853B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#82853b"        
COLOR_82C162 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#82c162"        
COLOR_833AB4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#833AB4"        
COLOR_834736 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#834736"        
COLOR_834D9B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#834D9B"        
COLOR_835B82 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#835b82"        
COLOR_8360C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8360C3"        
COLOR_838383 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#838383"        
COLOR_838D9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#838d9b"        
COLOR_83992A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#83992a"        
COLOR_839C41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#839c41"        
COLOR_83A4D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#83A4D4"        
COLOR_83C1C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#83c1c6"        
COLOR_846648 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#846648"        
COLOR_848058 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#848058"        
COLOR_848E93 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#848e93"        
COLOR_849DB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#849db1"        
COLOR_84AA33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#84aa33"        
COLOR_84AC9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#84ac9d"        
COLOR_84ACB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#84acb6"        
COLOR_84B457 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#84b457"        
COLOR_855D5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#855d5d"        
COLOR_85776D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#85776d"        
COLOR_859398 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#859398"        
COLOR_85CA77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#85ca77"        
COLOR_85D8CE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#85D8CE"        
COLOR_860908 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#860908"        
COLOR_865640 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#865640"        
COLOR_865986 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#865986"        
COLOR_867099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#867099"        
COLOR_867E7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#867e7b"        
COLOR_86A8E7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#86A8E7"        
COLOR_86B4A9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#86b4a9"        
COLOR_86BCB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#86bcb6"        
COLOR_86C157 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#86c157"        
COLOR_86CE24 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#86ce24"        
COLOR_86FDE8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#86FDE8"        
COLOR_870000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#870000"        
COLOR_873624 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#873624"        
COLOR_87706B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#87706b"        
COLOR_87795D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#87795d"        
COLOR_877F6C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#877f6c"        
COLOR_8784C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8784c7"        
COLOR_878787 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#878787"        
COLOR_87D180 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#87d180"        
COLOR_88419D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#88419d"        
COLOR_8856A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8856a7"        
COLOR_89216B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#89216B"        
COLOR_89253E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#89253E"        
COLOR_8971E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8971e1"        
COLOR_8976AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8976ac"        
COLOR_897B61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#897b61"        
COLOR_898989 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#898989"        
COLOR_89B8DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#89b8da"        
COLOR_89C8CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#89c8cc"        
COLOR_89FFFD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#89FFFD"        
COLOR_8A2387 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8A2387"        
COLOR_8A2BE2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8A2BE2"        
COLOR_8A60B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8a60b0"        
COLOR_8AB833 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8ab833"        
COLOR_8AC4A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8ac4a7"        
COLOR_8AC765 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8ac765"        
COLOR_8ACE7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8ace7e"        
COLOR_8B5D3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8b5d3d"        
COLOR_8B723D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8b723d"        
COLOR_8B7C6E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8b7c6e"        
COLOR_8B9598 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8b9598"        
COLOR_8BDEDA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8BDEDA"        
COLOR_8C2D04 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8c2d04"        
COLOR_8C510A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8c510a"        
COLOR_8C564B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8c564b"        
COLOR_8C5F86 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8c5f86"        
COLOR_8C6BB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8c6bb1"        
COLOR_8C73D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8c73d0"        
COLOR_8C7B70 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8c7b70"        
COLOR_8C8D86 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8c8d86"        
COLOR_8C96C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8c96c6"        
COLOR_8CA6DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8CA6DB"        
COLOR_8CAA7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8caa7e"        
COLOR_8CADAE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8cadae"        
COLOR_8CC2CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8cc2ca"        
COLOR_8CD17D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8cd17d"        
COLOR_8D34E0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8d34e0"        
COLOR_8D35D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8d35d1"        
COLOR_8D6374 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8d6374"        
COLOR_8D6974 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8d6974"        
COLOR_8D8481 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8d8481"        
COLOR_8D878B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8d878b"        
COLOR_8D89A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8d89a4"        
COLOR_8DA0CB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8da0cb"        
COLOR_8DAB8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8dab8e"        
COLOR_8DBFA8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8dbfa8"        
COLOR_8DC26F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8DC26F"        
COLOR_8DD3C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8dd3c7"        
COLOR_8E0152 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8e0152"        
COLOR_8E0E00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8E0E00"        
COLOR_8E2DE2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8E2DE2"        
COLOR_8E44AD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8E44AD"        
COLOR_8E54E9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8E54E9"        
COLOR_8E736A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8e736a"        
COLOR_8E887C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8e887c"        
COLOR_8E9EAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8E9EAB"        
COLOR_8EC0C1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8ec0c1"        
COLOR_8ED07F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8ed07f"        
COLOR_8F7A05 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8f7a05"        
COLOR_8F8782 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8f8782"        
COLOR_8F94FB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#8F94FB"        
COLOR_8FB08C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8fb08c"        
COLOR_8FD180 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8fd180"        
COLOR_8FD9FB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#8fd9fb"        
COLOR_903163 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#903163"        
COLOR_904E95 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#904E95"        
COLOR_90728F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#90728f"        
COLOR_907F76 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#907f76"        
COLOR_908342 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#908342"        
COLOR_909465 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#909465"        
COLOR_909CE1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#909ce1"        
COLOR_90AC97 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#90ac97"        
COLOR_90B960 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#90b960"        
COLOR_90BA4C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#90ba4c"        
COLOR_90BB23 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#90bb23"        
COLOR_90C226 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#90c226"        
COLOR_90CB68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#90cb68"        
COLOR_91003F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#91003f"        
COLOR_918485 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#918485"        
COLOR_918655 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#918655"        
COLOR_91B3D7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#91b3d7"        
COLOR_91BFDB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#91bfdb"        
COLOR_91CF60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#91cf60"        
COLOR_91D183 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#91d183"        
COLOR_91DCEA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#91dcea"        
COLOR_91EAE4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#91EAE4"        
COLOR_92278F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#92278f"        
COLOR_926591 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#926591"        
COLOR_928B70 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#928b70"        
COLOR_928DAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#928DAB"        
COLOR_929292 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#929292"        
COLOR_92A185 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#92a185"        
COLOR_92A9B9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#92a9b9"        
COLOR_92AA4C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#92aa4c"        
COLOR_92C0DF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#92c0df"        
COLOR_92C5DE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#92c5de"        
COLOR_92FE9D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#92FE9D"        
COLOR_93291E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#93291E"        
COLOR_939C9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#939c9e"        
COLOR_93A299 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#93a299"        
COLOR_93B958 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#93b958"        
COLOR_93E50D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#93e50d"        
COLOR_93EDC7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#93EDC7"        
COLOR_93F9B9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#93F9B9"        
COLOR_9400D3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#9400D3"        
COLOR_94147C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94147c"        
COLOR_9467BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9467bd"        
COLOR_94716B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#94716B"        
COLOR_94734E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94734e"        
COLOR_948C88 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#948c88"        
COLOR_948E99 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#948E99"        
COLOR_94917B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94917b"        
COLOR_94A088 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94a088"        
COLOR_94A323 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94a323"        
COLOR_94B6D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94b6d2"        
COLOR_94BB83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94bb83"        
COLOR_94C600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94c600"        
COLOR_94D0C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94d0c0"        
COLOR_94D6B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#94d6b7"        
COLOR_95008A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#95008A"        
COLOR_956251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#956251"        
COLOR_956B43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#956b43"        
COLOR_958B8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#958b8b"        
COLOR_959C9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#959c9e"        
COLOR_95A39D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#95a39d"        
COLOR_95C1DD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#95c1dd"        
COLOR_95C5B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#95c5b0"        
COLOR_95C5E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#95c5e1"        
COLOR_95CECF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#95cecf"        
COLOR_960B33 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#960B33"        
COLOR_964305 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#964305"        
COLOR_964D2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#964d2c"        
COLOR_968C8C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#968c8c"        
COLOR_969696 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#969696"        
COLOR_969FA7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#969fa7"        
COLOR_96C93D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#96C93D"        
COLOR_96DEDA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#96DEDA"        
COLOR_96E6A1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#96E6A1"        
COLOR_972109 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#972109"        
COLOR_9733EE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#9733EE"        
COLOR_9768A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9768a5"        
COLOR_9796F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#9796F0"        
COLOR_97CFD0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#97cfd0"        
COLOR_97E9D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#97e9d5"        
COLOR_980043 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#980043"        
COLOR_984EA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#984ea3"        
COLOR_989AAC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#989aac"        
COLOR_989CA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#989ca3"        
COLOR_98C723 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#98c723"        
COLOR_98D0C1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#98D0C1"        
COLOR_98D687 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#98d687"        
COLOR_98D9E4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#98d9e4"        
COLOR_98DF8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#98df8a"        
COLOR_990000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#990000"        
COLOR_99000D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#99000d"        
COLOR_993232 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#993232"        
COLOR_993366 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#993366"        
COLOR_9933FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9933ff"        
COLOR_993404 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#993404"        
COLOR_995688 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#995688"        
COLOR_9970AB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9970ab"        
COLOR_998EC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#998ec3"        
COLOR_998EE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#998EE0"        
COLOR_99987F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#99987f"        
COLOR_999966 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#999966"        
COLOR_999966 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#999966"        
COLOR_999999 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#999999"        
COLOR_9999FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9999ff"        
COLOR_99B059 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#99b059"        
COLOR_99CB38 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#99cb38"        
COLOR_99CC00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#99cc00"        
COLOR_99D594 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#99d594"        
COLOR_99D8C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#99d8c9"        
COLOR_99F2C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#99F2C8"        
COLOR_9A66CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9a66ca"        
COLOR_9A6A96 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9a6a96"        
COLOR_9A8478 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#9A8478"        
COLOR_9A92CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9a92cd"        
COLOR_9AC4E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9ac4e1"        
COLOR_9ACD4C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9acd4c"        
COLOR_9AD26D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9ad26d"        
COLOR_9B2D1F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b2d1f"        
COLOR_9B57D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b57d3"        
COLOR_9B6BF2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b6bf2"        
COLOR_9B6C34 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b6c34"        
COLOR_9B7362 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b7362"        
COLOR_9B75B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b75b2"        
COLOR_9B8357 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b8357"        
COLOR_9B9256 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b9256"        
COLOR_9B938F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b938f"        
COLOR_9B93C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b93c9"        
COLOR_9B9B9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9b9b9b"        
COLOR_9BAFB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9bafb5"        
COLOR_9BB05E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9bb05e"        
COLOR_9BBB59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9bbb59"        
COLOR_9BC5C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#9BC5C3"        
COLOR_9BC7E4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9bc7e4"        
COLOR_9C0001 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c0001"        
COLOR_9C007F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c007f"        
COLOR_9C0824 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c0824"        
COLOR_9C5238 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c5238"        
COLOR_9C5252 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c5252"        
COLOR_9C5B14 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c5b14"        
COLOR_9C6A6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c6a6a"        
COLOR_9C755F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c755f"        
COLOR_9C8265 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c8265"        
COLOR_9C85C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c85c0"        
COLOR_9C9290 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9c9290"        
COLOR_9CA383 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9ca383"        
COLOR_9CA3A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9ca3a4"        
COLOR_9CB084 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9cb084"        
COLOR_9CBEBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9cbebd"        
COLOR_9CECFB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#9CECFB"        
COLOR_9D09D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9d09d1"        
COLOR_9D50BB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#9D50BB"        
COLOR_9D7660 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9d7660"        
COLOR_9D90A0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9d90a0"        
COLOR_9D936F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9d936f"        
COLOR_9D983D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9d983d"        
COLOR_9DE61E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9de61e"        
COLOR_9E0142 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9e0142"        
COLOR_9E3A26 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9e3a26"        
COLOR_9E3D22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9e3d22"        
COLOR_9E5E9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9e5e9b"        
COLOR_9E8E5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9e8e5c"        
COLOR_9E9273 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9e9273"        
COLOR_9E9AC8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9e9ac8"        
COLOR_9EB060 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9eb060"        
COLOR_9EBCDA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9ebcda"        
COLOR_9EC544 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9ec544"        
COLOR_9ECAE1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9ecae1"        
COLOR_9EDAE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9edae5"        
COLOR_9F2936 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9f2936"        
COLOR_9F3632 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9f3632"        
COLOR_9F8351 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9f8351"        
COLOR_9F8F12 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9f8f12"        
COLOR_9FA0A8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#9FA0A8"        
COLOR_9FB8CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9fb8cd"        
COLOR_9FCD99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9fcd99"        
COLOR_9FDAFB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9fdafb"        
COLOR_9FE62F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#9fe62f"        
COLOR_9FFF5B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#9FFF5B"        
COLOR_A044FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A044FF"        
COLOR_A04DA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a04da3"        
COLOR_A08400 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a08400"        
COLOR_A09781 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a09781"        
COLOR_A0988C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a0988c"        
COLOR_A0A16A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a0a16a"        
COLOR_A0A7A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a0a7a8"        
COLOR_A0CBE8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a0cbe8"        
COLOR_A0D4EE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a0d4ee"        
COLOR_A0D571 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a0d571"        
COLOR_A16BB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a16bb1"        
COLOR_A17FE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A17FE0"        
COLOR_A19574 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a19574"        
COLOR_A1D5D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a1d5d2"        
COLOR_A1D68B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a1d68b"        
COLOR_A1D76A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a1d76a"        
COLOR_A1D99B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a1d99b"        
COLOR_A1DAB4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a1dab4"        
COLOR_A1FFCE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A1FFCE"        
COLOR_A23C33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a23c33"        
COLOR_A26DC2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a26dc2"        
COLOR_A27099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a27099"        
COLOR_A28E6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a28e6a"        
COLOR_A29996 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a29996"        
COLOR_A2A2A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a2a2a2"        
COLOR_A2AB58 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A2AB58"        
COLOR_A2B170 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a2b170"        
COLOR_A2B627 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a2b627"        
COLOR_A2C18F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a2c18f"        
COLOR_A2C816 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a2c816"        
COLOR_A2C8EC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a2c8ec"        
COLOR_A2CEAA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a2ceaa"        
COLOR_A2CF49 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a2cf49"        
COLOR_A3123A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a3123a"        
COLOR_A32323 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a32323"        
COLOR_A33202 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a33202"        
COLOR_A35DD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a35dd1"        
COLOR_A379BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a379bb"        
COLOR_A39FC9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a39fc9"        
COLOR_A3A101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a3a101"        
COLOR_A3ACB9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a3acb9"        
COLOR_A3BD5A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a3bd5a"        
COLOR_A3CCE9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a3cce9"        
COLOR_A43931 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A43931"        
COLOR_A46645 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a46645"        
COLOR_A4A4A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a4a4a4"        
COLOR_A4A4D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a4a4d5"        
COLOR_A4A9AB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a4a9ab"        
COLOR_A50026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a50026"        
COLOR_A50E82 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a50e82"        
COLOR_A50F15 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a50f15"        
COLOR_A5300F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5300f"        
COLOR_A53010 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a53010"        
COLOR_A55A43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a55a43"        
COLOR_A5644E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5644e"        
COLOR_A5A5A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5a5a5"        
COLOR_A5AB81 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5ab81"        
COLOR_A5ACAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5acaf"        
COLOR_A5B592 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5b592"        
COLOR_A5C249 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5c249"        
COLOR_A5CC82 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A5CC82"        
COLOR_A5CFE9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5cfe9"        
COLOR_A5D028 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5d028"        
COLOR_A5D848 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5d848"        
COLOR_A5DB96 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a5db96"        
COLOR_A5FECB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A5FECB"        
COLOR_A63212 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a63212"        
COLOR_A63603 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a63603"        
COLOR_A63D32 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a63d32"        
COLOR_A64122 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a64122"        
COLOR_A65628 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a65628"        
COLOR_A6611A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a6611a"        
COLOR_A666E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a666e1"        
COLOR_A6761D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a6761d"        
COLOR_A6987D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a6987d"        
COLOR_A699E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a699e8"        
COLOR_A6B727 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a6b727"        
COLOR_A6BDDB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a6bddb"        
COLOR_A6CEE3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a6cee3"        
COLOR_A6D854 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a6d854"        
COLOR_A6D96A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a6d96a"        
COLOR_A6DBA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a6dba0"        
COLOR_A6FFCB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A6FFCB"        
COLOR_A73737 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A73737"        
COLOR_A770EF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A770EF"        
COLOR_A7B789 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a7b789"        
COLOR_A7BFE8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A7BFE8"        
COLOR_A7EA52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a7ea52"        
COLOR_A80077 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A80077"        
COLOR_A811DA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A811DA"        
COLOR_A83279 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A83279"        
COLOR_A83E24 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a83e24"        
COLOR_A84415 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a84415"        
COLOR_A8786E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a8786e"        
COLOR_A8B97F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a8b97f"        
COLOR_A8C0FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A8C0FF"        
COLOR_A8CABA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A8CABA"        
COLOR_A8CDD7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a8cdd7"        
COLOR_A8CECF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A8CECF"        
COLOR_A8DDB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a8ddb5"        
COLOR_A8E063 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A8E063"        
COLOR_A8EB12 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A8EB12"        
COLOR_A8FF78 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#A8FF78"        
COLOR_A90C38 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a90c38"        
COLOR_A98D63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a98d63"        
COLOR_A9A09D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a9a09d"        
COLOR_A9A57C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a9a57c"        
COLOR_A9B5AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#a9b5ae"        
COLOR_AA076B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#AA076B"        
COLOR_AA2B1E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#aa2b1e"        
COLOR_AA3A38 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#AA3A38"        
COLOR_AA4B6B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#AA4B6B"        
COLOR_AA759D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#aa759d"        
COLOR_AA8780 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#aa8780"        
COLOR_AAFFA9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#AAFFA9"        
COLOR_AB6AD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ab6ad5"        
COLOR_ABABAB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ababab"        
COLOR_ABBAAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ABBAAB"        
COLOR_ABD9E9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#abd9e9"        
COLOR_ABDDA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#abdda4"        
COLOR_ABECD6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ABECD6"        
COLOR_AC3EC1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ac3ec1"        
COLOR_AC613C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ac613c"        
COLOR_AC66BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ac66bb"        
COLOR_AC7299 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ac7299"        
COLOR_AC8763 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ac8763"        
COLOR_AC956E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ac956e"        
COLOR_ACB0B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#acb0b1"        
COLOR_ACB6E5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ACB6E5"        
COLOR_ACBB78 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ACBB78"        
COLOR_ACD98D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#acd98d"        
COLOR_ACDC7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#acdc7a"        
COLOR_ACF7F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ACF7F0"        
COLOR_AD0101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad0101"        
COLOR_AD4433 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad4433"        
COLOR_AD5389 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#AD5389"        
COLOR_AD7D4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad7d4d"        
COLOR_AD8082 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad8082"        
COLOR_AD84C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad84c6"        
COLOR_AD8BC9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad8bc9"        
COLOR_AD8F67 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad8f67"        
COLOR_AD9024 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad9024"        
COLOR_AD9277 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad9277"        
COLOR_AD9D7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ad9d7b"        
COLOR_ADA996 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ADA996"        
COLOR_ADD100 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ADD100"        
COLOR_ADDD8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#addd8e"        
COLOR_AE017E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ae017e"        
COLOR_AE123A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ae123a"        
COLOR_AEAFA9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#aeafa9"        
COLOR_AEB795 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#aeb795"        
COLOR_AEBAD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#aebad5"        
COLOR_AEC7E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#aec7e8"        
COLOR_AEDCD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#aedcd5"        
COLOR_AF4623 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#af4623"        
COLOR_AF8DC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#af8dc3"        
COLOR_AFA14B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#afa14b"        
COLOR_AFBF41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#afbf41"        
COLOR_AFD6ED - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#afd6ed"        
COLOR_B01513 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b01513"        
COLOR_B06AB3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B06AB3"        
COLOR_B07AA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b07aa1"        
COLOR_B0A7A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b0a7a4"        
COLOR_B0CCB0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b0ccb0"        
COLOR_B0DAB9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B0DAB9"        
COLOR_B10026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b10026"        
COLOR_B10318 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b10318"        
COLOR_B10C1D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b10c1d"        
COLOR_B15928 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b15928"        
COLOR_B173A0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b173a0"        
COLOR_B19C7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b19c7d"        
COLOR_B1A089 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b1a089"        
COLOR_B1DE7F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b1de7f"        
COLOR_B20A2C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B20A2C"        
COLOR_B2182B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b2182b"        
COLOR_B21F1F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B21F1F"        
COLOR_B22600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b22600"        
COLOR_B2324B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b2324b"        
COLOR_B24223 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b24223"        
COLOR_B24592 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B24592"        
COLOR_B258D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b258d3"        
COLOR_B27BA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b27ba1"        
COLOR_B27D49 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b27d49"        
COLOR_B29F94 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B29F94"        
COLOR_B2ABD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b2abd2"        
COLOR_B2AD8F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b2ad8f"        
COLOR_B2B2B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b2b2b2"        
COLOR_B2C25B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b2c25b"        
COLOR_B2DF8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b2df8a"        
COLOR_B2E2E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b2e2e2"        
COLOR_B2FEFA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B2FEFA"        
COLOR_B30000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b30000"        
COLOR_B31166 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b31166"        
COLOR_B31217 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B31217"        
COLOR_B32C16 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b32c16"        
COLOR_B34D34 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b34d34"        
COLOR_B35806 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b35806"        
COLOR_B3B3B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b3b3b3"        
COLOR_B3B7B8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b3b7b8"        
COLOR_B3CDE3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b3cde3"        
COLOR_B3DE69 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b3de69"        
COLOR_B3E0A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b3e0a6"        
COLOR_B3E2CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b3e2cd"        
COLOR_B3FFAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B3FFAB"        
COLOR_B41F27 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b41f27"        
COLOR_B45EC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b45ec7"        
COLOR_B4936D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b4936d"        
COLOR_B4B19B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b4b19b"        
COLOR_B4B392 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b4b392"        
COLOR_B4B7B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b4b7b7"        
COLOR_B4D4DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b4d4da"        
COLOR_B50B1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b50b1b"        
COLOR_B523B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b523b4"        
COLOR_B54721 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b54721"        
COLOR_B560D4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b560d4"        
COLOR_B58B80 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b58b80"        
COLOR_B5AC49 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B5AC49"        
COLOR_B5AE53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b5ae53"        
COLOR_B5B9FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B5B9FF"        
COLOR_B5BB83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b5bb83"        
COLOR_B5C8E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b5c8e2"        
COLOR_B5DFFD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b5dffd"        
COLOR_B60A1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b60a1c"        
COLOR_B64926 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b64926"        
COLOR_B66353 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b66353"        
COLOR_B6992D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b6992d"        
COLOR_B6DF5E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b6df5e"        
COLOR_B6FBFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B6FBFF"        
COLOR_B71D3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b71d3e"        
COLOR_B71E42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b71e42"        
COLOR_B74D21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b74d21"        
COLOR_B77BB4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b77bb4"        
COLOR_B79891 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B79891"        
COLOR_B7AFAB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b7afab"        
COLOR_B7CDE2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b7cde2"        
COLOR_B7E6A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b7e6a7"        
COLOR_B80E0F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b80e0f"        
COLOR_B8163A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b8163a"        
COLOR_B81840 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b81840"        
COLOR_B83D68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b83d68"        
COLOR_B84B23 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b84b23"        
COLOR_B85636 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b85636"        
COLOR_B85A0D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b85a0d"        
COLOR_B882A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b882a6"        
COLOR_B88472 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b88472"        
COLOR_B8E186 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b8e186"        
COLOR_B91D73 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B91D73"        
COLOR_B92B27 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B92B27"        
COLOR_B993D6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B993D6"        
COLOR_B9A0A0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#B9A0A0"        
COLOR_B9A0B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b9a0b4"        
COLOR_B9A489 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b9a489"        
COLOR_B9AA97 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b9aa97"        
COLOR_B9AB6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b9ab6f"        
COLOR_B9CA1A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b9ca1a"        
COLOR_B9CA5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b9ca5d"        
COLOR_B9D7B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b9d7b7"        
COLOR_B9DDF1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#b9ddf1"        
COLOR_BA43B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ba43b4"        
COLOR_BA5370 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BA5370"        
COLOR_BA7E45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ba7e45"        
COLOR_BA8B02 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BA8B02"        
COLOR_BAA094 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#baa094"        
COLOR_BAB0AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bab0ac"        
COLOR_BAB2AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bab2ae"        
COLOR_BABABA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bababa"        
COLOR_BACC82 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bacc82"        
COLOR_BAD6AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bad6ad"        
COLOR_BAE4B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bae4b3"        
COLOR_BAE4BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bae4bc"        
COLOR_BB377D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BB377D"        
COLOR_BB5137 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bb5137"        
COLOR_BB6348 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bb6348"        
COLOR_BB7359 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bb7359"        
COLOR_BB7693 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bb7693"        
COLOR_BB8640 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bb8640"        
COLOR_BBC9E5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bbc9e5"        
COLOR_BBD2C5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BBD2C5"        
COLOR_BC451B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bc451b"        
COLOR_BC4623 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bc4623"        
COLOR_BC4E9C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BC4E9C"        
COLOR_BC72F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bc72f0"        
COLOR_BC80BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bc80bd"        
COLOR_BCBD22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bcbd22"        
COLOR_BCBDDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bcbddc"        
COLOR_BCBFBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bcbfbe"        
COLOR_BCCFB4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bccfb4"        
COLOR_BCE4D8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bce4d8"        
COLOR_BD0026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bd0026"        
COLOR_BD0A36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bd0a36"        
COLOR_BD1100 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bd1100"        
COLOR_BD1316 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bd1316"        
COLOR_BD273F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bd273f"        
COLOR_BD3F32 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BD3F32"        
COLOR_BD582C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bd582c"        
COLOR_BD6036 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bd6036"        
COLOR_BDBDBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bdbdbd"        
COLOR_BDC0BF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bdc0bf"        
COLOR_BDC3C7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BDC3C7"        
COLOR_BDC9E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bdc9e1"        
COLOR_BDD7E7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bdd7e7"        
COLOR_BDFFF3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BDFFF3"        
COLOR_BE0204 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#be0204"        
COLOR_BE2A3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#be2a3e"        
COLOR_BE5869 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BE5869"        
COLOR_BE89AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#be89ac"        
COLOR_BE93C5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BE93C5"        
COLOR_BEAE98 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#beae98"        
COLOR_BEAED4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#beaed4"        
COLOR_BEB6B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#beb6b2"        
COLOR_BEBADA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bebada"        
COLOR_BF5AE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BF5AE0"        
COLOR_BF5B17 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bf5b17"        
COLOR_BF5E00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bf5e00"        
COLOR_BF7B1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bf7b1b"        
COLOR_BF812D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bf812d"        
COLOR_BF974D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bf974d"        
COLOR_BFB202 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bfb202"        
COLOR_BFBB60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bfbb60"        
COLOR_BFBFA5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bfbfa5"        
COLOR_BFBFBF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bfbfbf"        
COLOR_BFD3E6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#bfd3e6"        
COLOR_BFE6BA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BFE6BA"        
COLOR_BFE9FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#BFE9FF"        
COLOR_C00000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c00000"        
COLOR_C02425 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C02425"        
COLOR_C0392B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C0392B"        
COLOR_C04848 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C04848"        
COLOR_C0504D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c0504d"        
COLOR_C06C84 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C06C84"        
COLOR_C08262 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c08262"        
COLOR_C0BEAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c0beaf"        
COLOR_C0C0AA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C0C0AA"        
COLOR_C0CF3A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c0cf3a"        
COLOR_C11A3B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c11a3b"        
COLOR_C14F22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c14f22"        
COLOR_C16941 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c16941"        
COLOR_C17529 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c17529"        
COLOR_C189B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c189b0"        
COLOR_C19859 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c19859"        
COLOR_C1A33B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c1a33b"        
COLOR_C1AD79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c1ad79"        
COLOR_C1B56B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c1b56b"        
COLOR_C1E6B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c1e6b4"        
COLOR_C21417 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c21417"        
COLOR_C21500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C21500"        
COLOR_C26B51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c26b51"        
COLOR_C2A5CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c2a5cf"        
COLOR_C2AD8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c2ad8d"        
COLOR_C2BC80 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c2bc80"        
COLOR_C2E59C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C2E59C"        
COLOR_C2E699 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c2e699"        
COLOR_C2E8C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c2e8c4"        
COLOR_C31432 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C31432"        
COLOR_C32D2E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c32d2e"        
COLOR_C33764 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C33764"        
COLOR_C3986D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c3986d"        
COLOR_C3BC3F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c3bc3f"        
COLOR_C3C3C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c3c3c3"        
COLOR_C3C55D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c3c55d"        
COLOR_C3CE3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c3ce3d"        
COLOR_C3E394 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c3e394"        
COLOR_C42F1A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c42f1a"        
COLOR_C43141 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c43141"        
COLOR_C46487 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c46487"        
COLOR_C4652D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c4652d"        
COLOR_C471ED - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C471ED"        
COLOR_C47247 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c47247"        
COLOR_C47810 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c47810"        
COLOR_C48FB2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c48fb2"        
COLOR_C49C94 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c49c94"        
COLOR_C4D8F3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c4d8f3"        
COLOR_C4E0E5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C4E0E5"        
COLOR_C4EAB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c4eab1"        
COLOR_C51B7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c51b7d"        
COLOR_C51B8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c51b8a"        
COLOR_C54F71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c54f71"        
COLOR_C5796D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C5796D"        
COLOR_C5A6E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c5a6e8"        
COLOR_C5B0D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c5b0d5"        
COLOR_C5BDB9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c5bdb9"        
COLOR_C5BFBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c5bfbe"        
COLOR_C5C7C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c5c7c6"        
COLOR_C61B1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c61b1b"        
COLOR_C62324 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c62324"        
COLOR_C6426E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C6426E"        
COLOR_C64847 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c64847"        
COLOR_C64A22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c64a22"        
COLOR_C66951 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c66951"        
COLOR_C6B178 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c6b178"        
COLOR_C6C1F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c6c1f0"        
COLOR_C6C6C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c6c6c6"        
COLOR_C6DBEF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c6dbef"        
COLOR_C6EBB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c6ebb8"        
COLOR_C6FFDD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C6FFDD"        
COLOR_C70F0C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c70f0c"        
COLOR_C7519C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c7519c"        
COLOR_C76402 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c76402"        
COLOR_C779D0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C779D0"        
COLOR_C799BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c799bc"        
COLOR_C7C7C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c7c7c7"        
COLOR_C7E298 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c7e298"        
COLOR_C7E9B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c7e9b4"        
COLOR_C7E9C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c7e9c0"        
COLOR_C7EAE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c7eae5"        
COLOR_C8133B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c8133b"        
COLOR_C82912 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c82912"        
COLOR_C830CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c830cc"        
COLOR_C84E89 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C84E89"        
COLOR_C85200 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c85200"        
COLOR_C89F5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c89f5d"        
COLOR_C8D0D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c8d0d9"        
COLOR_C913AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c913ad"        
COLOR_C92B14 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c92b14"        
COLOR_C94B4B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C94B4B"        
COLOR_C95F2B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c95f2b"        
COLOR_C96731 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c96731"        
COLOR_C9784D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c9784d"        
COLOR_C994C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c994c7"        
COLOR_C9972B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c9972b"        
COLOR_C99846 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C99846"        
COLOR_C9D6FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C9D6FF"        
COLOR_C9DAD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#c9dad2"        
COLOR_C9FFBF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#C9FFBF"        
COLOR_CA0020 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ca0020"        
COLOR_CA223C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ca223c"        
COLOR_CA3A42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ca3a42"        
COLOR_CA5422 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ca5422"        
COLOR_CA96B8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ca96b8"        
COLOR_CAB2D6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cab2d6"        
COLOR_CAC531 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CAC531"        
COLOR_CACACA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cacaca"        
COLOR_CADAF1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cadaf1"        
COLOR_CAE6C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cae6c0"        
COLOR_CB181D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cb181d"        
COLOR_CB2D3E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CB2D3E"        
COLOR_CB3066 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CB3066"        
COLOR_CB356B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CB356B"        
COLOR_CBAD6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CBAD6D"        
COLOR_CBB4D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CBB4D4"        
COLOR_CBC9E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cbc9e2"        
COLOR_CBCAA5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CBCAA5"        
COLOR_CBD5E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cbd5e8"        
COLOR_CC2B5E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CC2B5E"        
COLOR_CC312B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cc312b"        
COLOR_CC4C02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cc4c02"        
COLOR_CC5333 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CC5333"        
COLOR_CC5439 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cc5439"        
COLOR_CC86D1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CC86D1"        
COLOR_CC8E60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cc8e60"        
COLOR_CC8F63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cc8f63"        
COLOR_CC95C0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CC95C0"        
COLOR_CC9900 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cc9900"        
COLOR_CCAF0A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ccaf0a"        
COLOR_CCB22B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ccb22b"        
COLOR_CCB400 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ccb400"        
COLOR_CCC94D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ccc94d"        
COLOR_CCCCB2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CCCCB2"        
COLOR_CCCCCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cccccc"        
COLOR_CCCCFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ccccff"        
COLOR_CCEBC5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ccebc5"        
COLOR_CCECE6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ccece6"        
COLOR_CCFF00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CCFF00"        
COLOR_CCFF33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ccff33"        
COLOR_CCFFFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ccffff"        
COLOR_CD93FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CD93FF"        
COLOR_CD9C47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cd9c47"        
COLOR_CDB756 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cdb756"        
COLOR_CDC4C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cdc4c0"        
COLOR_CDCC5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cdcc5d"        
COLOR_CDCECD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cdcecd"        
COLOR_CE1256 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ce1256"        
COLOR_CE6633 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ce6633"        
COLOR_CE69BE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ce69be"        
COLOR_CE8451 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ce8451"        
COLOR_CE8D3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ce8d3e"        
COLOR_CEB966 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ceb966"        
COLOR_CEC597 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cec597"        
COLOR_CECB76 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cecb76"        
COLOR_CED7C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ced7c3"        
COLOR_CF1719 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cf1719"        
COLOR_CF3E53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cf3e53"        
COLOR_CF4F22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cf4f22"        
COLOR_CF543F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cf543f"        
COLOR_CF6DA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cf6da4"        
COLOR_CF7133 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cf7133"        
COLOR_CF8BF3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CF8BF3"        
COLOR_CF9DBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cf9dbe"        
COLOR_CFC60D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cfc60d"        
COLOR_CFCFCF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cfcfcf"        
COLOR_CFDCEF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#cfdcef"        
COLOR_CFDEF3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#CFDEF3"        
COLOR_COLUMN_ID_TEMPLATE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
 
COLOR_D01C8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d01c8b"        
COLOR_D04344 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d04344"        
COLOR_D04ED6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D04ED6"        
COLOR_D06B20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d06b20"        
COLOR_D092A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d092a7"        
COLOR_D098EE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d098ee"        
COLOR_D09A08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d09a08"        
COLOR_D0BE40 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d0be40"        
COLOR_D0D1E6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d0d1e6"        
COLOR_D0DCEF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d0dcef"        
COLOR_D0E0F6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d0e0f6"        
COLOR_D11719 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d11719"        
COLOR_D16349 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d16349"        
COLOR_D17DF9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d17df9"        
COLOR_D19049 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d19049"        
COLOR_D1913C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D1913C"        
COLOR_D1D1D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d1d1d1"        
COLOR_D1E5F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d1e5f0"        
COLOR_D23A21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d23a21"        
COLOR_D25921 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d25921"        
COLOR_D2610C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d2610c"        
COLOR_D2C2F1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d2c2f1"        
COLOR_D2CB6C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d2cb6c"        
COLOR_D2DA7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d2da7a"        
COLOR_D31027 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D31027"        
COLOR_D3293D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d3293d"        
COLOR_D34817 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d34817"        
COLOR_D35940 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d35940"        
COLOR_D36F68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d36f68"        
COLOR_D37295 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d37295"        
COLOR_D38312 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D38312"        
COLOR_D38C54 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d38c54"        
COLOR_D3959B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D3959B"        
COLOR_D39D38 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D39D38"        
COLOR_D3BA68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d3ba68"        
COLOR_D3C95F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d3c95f"        
COLOR_D3CBB8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D3CBB8"        
COLOR_D3CCE3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D3CCE3"        
COLOR_D3D3D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#D3D3D3"        
COLOR_D43E25 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d43e25"        
COLOR_D45B21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d45b21"        
COLOR_D4A3C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d4a3c3"        
COLOR_D4A6C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d4a6c8"        
COLOR_D4B95E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d4b95e"        
COLOR_D4B9DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d4b9da"        
COLOR_D4CCC8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d4ccc8"        
COLOR_D4D3DD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D4D3DD"        
COLOR_D4E6CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d4e6cc"        
COLOR_D4FC79 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D4FC79"        
COLOR_D53369 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D53369"        
COLOR_D5393D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d5393d"        
COLOR_D53DD0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d53dd0"        
COLOR_D53E4F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d53e4f"        
COLOR_D54773 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d54773"        
COLOR_D54C45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d54c45"        
COLOR_D55816 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d55816"        
COLOR_D5A4C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d5a4c4"        
COLOR_D5BB21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d5bb21"        
COLOR_D5D5D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d5d5d5"        
COLOR_D5DFEC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d5dfec"        
COLOR_D5F0CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d5f0ca"        
COLOR_D62728 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d62728"        
COLOR_D63A3A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d63a3a"        
COLOR_D64787 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d64787"        
COLOR_D64A3B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d64a3b"        
COLOR_D64C45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d64c45"        
COLOR_D6604D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d6604d"        
COLOR_D66D75 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D66D75"        
COLOR_D6862D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d6862d"        
COLOR_D6A4A4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D6A4A4"        
COLOR_D6AE7B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D6AE7B"        
COLOR_D70652 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D70652"        
COLOR_D7191C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d7191c"        
COLOR_D7301F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d7301f"        
COLOR_D73027 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d73027"        
COLOR_D74401 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d74401"        
COLOR_D75521 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d75521"        
COLOR_D76D77 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D76D77"        
COLOR_D7B5A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d7b5a6"        
COLOR_D7B5D8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d7b5d8"        
COLOR_D7CE9F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d7ce9f"        
COLOR_D7D2CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D7D2CC"        
COLOR_D7D447 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d7d447"        
COLOR_D7D5C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d7d5c5"        
COLOR_D7DDE8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D7DDE8"        
COLOR_D82526 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d82526"        
COLOR_D8392C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d8392c"        
COLOR_D85A13 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d85a13"        
COLOR_D898BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d898ba"        
COLOR_D89C63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d89c63"        
COLOR_D8B25C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d8b25c"        
COLOR_D8B365 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d8b365"        
COLOR_D8DAEB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d8daeb"        
COLOR_D94701 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d94701"        
COLOR_D94801 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d94801"        
COLOR_D95F02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d95f02"        
COLOR_D95F0E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d95f0e"        
COLOR_D97828 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d97828"        
COLOR_D99455 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d99455"        
COLOR_D99C3F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d99c3f"        
COLOR_D9A7C7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#D9A7C7"        
COLOR_D9D5C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d9d5c9"        
COLOR_D9D9D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d9d9d9"        
COLOR_D9EF8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d9ef8b"        
COLOR_D9F0A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d9f0a3"        
COLOR_D9F0D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#d9f0d3"        
COLOR_DA1F28 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#da1f28"        
COLOR_DA22FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DA22FF"        
COLOR_DA323F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#da323f"        
COLOR_DA4453 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DA4453"        
COLOR_DA5AF4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#da5af4"        
COLOR_DAABCB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#daabcb"        
COLOR_DAB6AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dab6af"        
COLOR_DAD299 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DAD299"        
COLOR_DADAEB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dadaeb"        
COLOR_DAE1EA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dae1ea"        
COLOR_DAE2F8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DAE2F8"        
COLOR_DB36A4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DB36A4"        
COLOR_DB5E20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#db5e20"        
COLOR_DBA13A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dba13a"        
COLOR_DBCF47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dbcf47"        
COLOR_DBD4B4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DBD4B4"        
COLOR_DBD4C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dbd4c5"        
COLOR_DBD5A4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DBD5A4"        
COLOR_DBD65C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DBD65C"        
COLOR_DBDB8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dbdb8d"        
COLOR_DBDBDB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DBDBDB"        
COLOR_DBE1EA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dbe1ea"        
COLOR_DBE6F6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DBE6F6"        
COLOR_DBE8B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dbe8b4"        
COLOR_DC2424 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DC2424"        
COLOR_DC2430 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DC2430"        
COLOR_DC281E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DC281E"        
COLOR_DC4930 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dc4930"        
COLOR_DC5447 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dc5447"        
COLOR_DC5924 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dc5924"        
COLOR_DC5FBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dc5fbd"        
COLOR_DCB64D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dcb64d"        
COLOR_DCD084 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dcd084"        
COLOR_DCD4D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dcd4d0"        
COLOR_DCE35B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DCE35B"        
COLOR_DCE8F8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dce8f8"        
COLOR_DCFFBD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DCFFBD"        
COLOR_DD1818 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DD1818"        
COLOR_DD1C77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dd1c77"        
COLOR_DD2476 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DD2476"        
COLOR_DD3497 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dd3497"        
COLOR_DD3E54 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DD3E54"        
COLOR_DD5E89 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DD5E89"        
COLOR_DD6B0D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dd6b0d"        
COLOR_DD8047 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dd8047"        
COLOR_DD9D31 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dd9d31"        
COLOR_DDB5D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ddb5d5"        
COLOR_DDC9B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ddc9b4"        
COLOR_DDD6F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DDD6F3"        
COLOR_DDDDDD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dddddd"        
COLOR_DDE6D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dde6d9"        
COLOR_DDEFBB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DDEFBB"        
COLOR_DDF53D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ddf53d"        
COLOR_DE2D26 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#de2d26"        
COLOR_DE478E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#de478e"        
COLOR_DE512B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DE512B"        
COLOR_DE5D1F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#de5d1f"        
COLOR_DE6161 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DE6161"        
COLOR_DE6262 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DE6262"        
COLOR_DE6C36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#de6c36"        
COLOR_DE77AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#de77ae"        
COLOR_DE7E18 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#de7e18"        
COLOR_DE8A41 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DE8A41"        
COLOR_DE9C3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#de9c3c"        
COLOR_DE9D5A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#de9d5a"        
COLOR_DEAE00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#deae00"        
COLOR_DEB340 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#deb340"        
COLOR_DEC18C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dec18c"        
COLOR_DECBA4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#DECBA4"        
COLOR_DECBE4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#decbe4"        
COLOR_DEEBF7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#deebf7"        
COLOR_DF2E28 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#df2e28"        
COLOR_DF513F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#df513f"        
COLOR_DF5327 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#df5327"        
COLOR_DF65B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#df65b0"        
COLOR_DFC27D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dfc27d"        
COLOR_DFD4D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dfd4d1"        
COLOR_DFF3B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#dff3b2"        
COLOR_E03426 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e03426"        
COLOR_E03531 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e03531"        
COLOR_E03B42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e03b42"        
COLOR_E04E35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e04e35"        
COLOR_E07602 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e07602"        
COLOR_E0773C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e0773c"        
COLOR_E08214 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e08214"        
COLOR_E0B2D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e0b2d2"        
COLOR_E0E0E0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e0e0e0"        
COLOR_E0E3E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e0e3e8"        
COLOR_E0EAFC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E0EAFC"        
COLOR_E0ECF4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e0ecf4"        
COLOR_E0F3DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e0f3db"        
COLOR_E0F3F8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e0f3f8"        
COLOR_E100FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E100FF"        
COLOR_E13B42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e13b42"        
COLOR_E15759 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e15759"        
COLOR_E15C48 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e15c48"        
COLOR_E17DC2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E17DC2"        
COLOR_E19825 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e19825"        
COLOR_E1DC53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e1dc53"        
COLOR_E1EEC3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E1EEC3"        
COLOR_E1F5C4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E1F5C4"        
COLOR_E25247 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e25247"        
COLOR_E25F48 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e25f48"        
COLOR_E26F08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e26f08"        
COLOR_E2751D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e2751d"        
COLOR_E28394 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e28394"        
COLOR_E28B55 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e28b55"        
COLOR_E29587 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E29587"        
COLOR_E29C36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e29c36"        
COLOR_E29D3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e29d3e"        
COLOR_E29F1D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e29f1d"        
COLOR_E2A562 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e2a562"        
COLOR_E2E2E2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E2E2E2"        
COLOR_E31A1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e31a1c"        
COLOR_E32D91 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e32d91"        
COLOR_E33D6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e33d6f"        
COLOR_E33E43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e33e43"        
COLOR_E33F43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e33f43"        
COLOR_E34A33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e34a33"        
COLOR_E35745 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e35745"        
COLOR_E35D5B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E35D5B"        
COLOR_E36420 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e36420"        
COLOR_E36621 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e36621"        
COLOR_E377C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e377c2"        
COLOR_E39802 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e39802"        
COLOR_E3A14F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e3a14f"        
COLOR_E3CD62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e3cd62"        
COLOR_E3D8CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e3d8cf"        
COLOR_E3F5DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e3f5db"        
COLOR_E40059 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e40059"        
COLOR_E41A1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e41a1c"        
COLOR_E43A15 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E43A15"        
COLOR_E44D26 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E44D26"        
COLOR_E45F3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e45f3c"        
COLOR_E4641E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e4641e"        
COLOR_E48312 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e48312"        
COLOR_E4AA63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e4aa63"        
COLOR_E4C402 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e4c402"        
COLOR_E4E4D9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E4E4D9"        
COLOR_E4E5E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E4E5E6"        
COLOR_E52D27 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E52D27"        
COLOR_E53935 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E53935"        
COLOR_E55D87 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E55D87"        
COLOR_E5AE6C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e5ae6c"        
COLOR_E5C494 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e5c494"        
COLOR_E5D8BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e5d8bd"        
COLOR_E5E5BE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E5E5BE"        
COLOR_E5E5E5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e5e5e5"        
COLOR_E5F5E0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e5f5e0"        
COLOR_E5F5F9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e5f5f9"        
COLOR_E64823 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e64823"        
COLOR_E65245 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E65245"        
COLOR_E6550D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6550d"        
COLOR_E6583E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6583e"        
COLOR_E65C00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E65C00"        
COLOR_E66101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e66101"        
COLOR_E66549 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e66549"        
COLOR_E66C7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e66c7d"        
COLOR_E68230 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e68230"        
COLOR_E68422 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e68422"        
COLOR_E684AE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E684AE"        
COLOR_E6AB02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6ab02"        
COLOR_E6AE8C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E6AE8C"        
COLOR_E6B729 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6b729"        
COLOR_E6B91E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6b91e"        
COLOR_E6B9D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6b9d9"        
COLOR_E6C069 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6c069"        
COLOR_E6DADA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E6DADA"        
COLOR_E6F598 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6f598"        
COLOR_E6F5C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6f5c9"        
COLOR_E6F5D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e6f5d0"        
COLOR_E7298A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e7298a"        
COLOR_E73827 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E73827"        
COLOR_E74545 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e74545"        
COLOR_E74C3C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E74C3C"        
COLOR_E76618 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e76618"        
COLOR_E7718A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e7718a"        
COLOR_E78AC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e78ac3"        
COLOR_E78D35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e78d35"        
COLOR_E7BC29 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e7bc29"        
COLOR_E7BF5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e7bf5f"        
COLOR_E7D4E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e7d4e8"        
COLOR_E7E1EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e7e1ef"        
COLOR_E7E9BB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E7E9BB"        
COLOR_E84C22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e84c22"        
COLOR_E86753 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e86753"        
COLOR_E87D37 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e87d37"        
COLOR_E88651 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e88651"        
COLOR_E8950E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e8950e"        
COLOR_E8B54D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e8b54d"        
COLOR_E8B777 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e8b777"        
COLOR_E8B7B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e8b7b7"        
COLOR_E8BC4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e8bc4a"        
COLOR_E8CBC0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E8CBC0"        
COLOR_E8E8E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e8e8e8"        
COLOR_E8EFFA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e8effa"        
COLOR_E94057 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E94057"        
COLOR_E94A00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e94a00"        
COLOR_E96443 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E96443"        
COLOR_E96B20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e96b20"        
COLOR_E9943A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e9943a"        
COLOR_E9A039 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e9a039"        
COLOR_E9A3C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e9a3c9"        
COLOR_E9BF35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e9bf35"        
COLOR_E9C39B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e9c39b"        
COLOR_E9D362 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E9D362"        
COLOR_E9DABE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#e9dabe"        
COLOR_E9E4F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#E9E4F0"        
COLOR_EA157A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ea157a"        
COLOR_EA384D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EA384D"        
COLOR_EA5E45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ea5e45"        
COLOR_EA6312 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ea6312"        
COLOR_EA6B73 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ea6b73"        
COLOR_EA8783 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ea8783"        
COLOR_EAAFC8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EAAFC8"        
COLOR_EAC085 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eac085"        
COLOR_EAC0BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eac0bd"        
COLOR_EAC1DF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eac1df"        
COLOR_EACDA3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EACDA3"        
COLOR_EAEAEA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EAEAEA"        
COLOR_EAECC6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EAECC6"        
COLOR_EB0000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EB0000"        
COLOR_EB1E2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eb1e2c"        
COLOR_EB3349 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EB3349"        
COLOR_EB5605 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eb5605"        
COLOR_EB5757 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EB5757"        
COLOR_EB6349 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eb6349"        
COLOR_EB641B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eb641b"        
COLOR_EB6615 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eb6615"        
COLOR_EB6C1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eb6c1c"        
COLOR_EB73B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eb73b3"        
COLOR_EB8F00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eb8f00"        
COLOR_EBC24B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ebc24b"        
COLOR_EBC994 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ebc994"        
COLOR_EBE1D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ebe1d9"        
COLOR_EBE717 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EBE717"        
COLOR_EC008C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EC008C"        
COLOR_EC2F4B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EC2F4B"        
COLOR_EC38BC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EC38BC"        
COLOR_EC5049 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ec5049"        
COLOR_EC534B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ec534b"        
COLOR_EC6EAD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EC6EAD"        
COLOR_EC6F66 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EC6F66"        
COLOR_EC7014 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ec7014"        
COLOR_EC7016 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ec7016"        
COLOR_ECD2AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ecd2ad"        
COLOR_ECDBDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ecdbdc"        
COLOR_ECE2F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ece2f0"        
COLOR_ECE7F2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ece7f2"        
COLOR_ECE9E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ECE9E6"        
COLOR_ED213A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ED213A"        
COLOR_ED4264 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ED4264"        
COLOR_ED444A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ed444a"        
COLOR_ED515C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ed515c"        
COLOR_ED665D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ed665d"        
COLOR_ED7846 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ed7846"        
COLOR_ED7D31 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ed7d31"        
COLOR_ED8F03 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#ED8F03"        
COLOR_ED97CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ed97ca"        
COLOR_EDC948 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#edc948"        
COLOR_EDDE5D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EDDE5D"        
COLOR_EDE574 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EDE574"        
COLOR_EDF8B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#edf8b1"        
COLOR_EDF8E9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#edf8e9"        
COLOR_EDF8FB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#edf8fb"        
COLOR_EE0979 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EE0979"        
COLOR_EE574D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ee574d"        
COLOR_EE7008 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ee7008"        
COLOR_EE7422 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ee7422"        
COLOR_EE9CA7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EE9CA7"        
COLOR_EEA849 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EEA849"        
COLOR_EEC9E5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eec9e5"        
COLOR_EECDA3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EECDA3"        
COLOR_EEDBBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eedbbd"        
COLOR_EEF2F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EEF2F3"        
COLOR_EF32D9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EF32D9"        
COLOR_EF3B2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ef3b2c"        
COLOR_EF3B36 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EF3B36"        
COLOR_EF473A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EF473A"        
COLOR_EF629F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EF629F"        
COLOR_EF6548 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ef6548"        
COLOR_EF654D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ef654d"        
COLOR_EF6F6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ef6f6a"        
COLOR_EF755F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ef755f"        
COLOR_EF8A0C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ef8a0c"        
COLOR_EF8A62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ef8a62"        
COLOR_EF8E38 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EF8E38"        
COLOR_EF9393 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EF9393"        
COLOR_EFAB16 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#efab16"        
COLOR_EFB251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#efb251"        
COLOR_EFE1A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#efe1a2"        
COLOR_EFEDF5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#efedf5"        
COLOR_EFEFBB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#EFEFBB"        
COLOR_EFF3FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#eff3ff"        
COLOR_F00000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F00000"        
COLOR_F0027F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0027f"        
COLOR_F02720 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f02720"        
COLOR_F03B20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f03b20"        
COLOR_F05053 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F05053"        
COLOR_F05C4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f05c4d"        
COLOR_F06511 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f06511"        
COLOR_F06719 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f06719"        
COLOR_F0751E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0751e"        
COLOR_F0774A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0774a"        
COLOR_F07E27 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f07e27"        
COLOR_F07F09 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f07f09"        
COLOR_F09415 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f09415"        
COLOR_F09819 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F09819"        
COLOR_F0A22E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0a22e"        
COLOR_F0ACF7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F0ACF7"        
COLOR_F0AD00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0ad00"        
COLOR_F0B763 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0b763"        
COLOR_F0BD27 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0bd27"        
COLOR_F0C27B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F0C27B"        
COLOR_F0C294 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0c294"        
COLOR_F0CB35 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F0CB35"        
COLOR_F0DCCD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0dccd"        
COLOR_F0DDCD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0ddcd"        
COLOR_F0F0F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0f0f0"        
COLOR_F0F2F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F0F2F0"        
COLOR_F0F9E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f0f9e8"        
COLOR_F11712 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F11712"        
COLOR_F12711 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F12711"        
COLOR_F14124 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f14124"        
COLOR_F15F79 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F15F79"        
COLOR_F16529 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F16529"        
COLOR_F16913 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f16913"        
COLOR_F1788D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f1788d"        
COLOR_F1A340 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f1a340"        
COLOR_F1B015 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f1b015"        
COLOR_F1B6DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f1b6da"        
COLOR_F1CE63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f1ce63"        
COLOR_F1E2CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f1e2cc"        
COLOR_F1EEF6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f1eef6"        
COLOR_F1F2B5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F1F2B5"        
COLOR_F1FAED - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f1faed"        
COLOR_F24099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f24099"        
COLOR_F26C64 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f26c64"        
COLOR_F2709C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F2709C"        
COLOR_F27121 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F27121"        
COLOR_F28026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f28026"        
COLOR_F2882D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f2882d"        
COLOR_F28E2B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f28e2b"        
COLOR_F29492 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F29492"        
COLOR_F2994A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F2994A"        
COLOR_F2C94C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F2C94C"        
COLOR_F2D1D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f2d1d2"        
COLOR_F2D908 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f2d908"        
COLOR_F2EC86 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f2ec86"        
COLOR_F2F0F7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f2f0f7"        
COLOR_F2F2F2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F2F2F2"        
COLOR_F2F2F2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f2f2f2"        
COLOR_F2FABF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f2fabf"        
COLOR_F2FCFE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F2FCFE"        
COLOR_F36222 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F36222"        
COLOR_F36754 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f36754"        
COLOR_F37335 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F37335"        
COLOR_F38B2F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f38b2f"        
COLOR_F3904F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F3904F"        
COLOR_F3A183 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F3A183"        
COLOR_F3A447 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f3a447"        
COLOR_F3A546 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f3a546"        
COLOR_F3E0C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f3e0c2"        
COLOR_F3F3F3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f3f3f3"        
COLOR_F3F7FD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f3f7fd"        
COLOR_F3F9A7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F3F9A7"        
COLOR_F44336 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F44336"        
COLOR_F45C43 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F45C43"        
COLOR_F46B45 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F46B45"        
COLOR_F46B55 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f46b55"        
COLOR_F46D43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f46d43"        
COLOR_F4737A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f4737a"        
COLOR_F4791F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F4791F"        
COLOR_F47942 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f47942"        
COLOR_F47F4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f47f4a"        
COLOR_F49234 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f49234"        
COLOR_F49538 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f49538"        
COLOR_F498B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f498b6"        
COLOR_F4A582 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f4a582"        
COLOR_F4C4F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F4C4F3"        
COLOR_F4CAE4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f4cae4"        
COLOR_F4D03F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F4D03F"        
COLOR_F4D166 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f4d166"        
COLOR_F4DE3A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f4de3a"        
COLOR_F4E2D8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F4E2D8"        
COLOR_F56217 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F56217"        
COLOR_F56617 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f56617"        
COLOR_F5715D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f5715d"        
COLOR_F57667 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f57667"        
COLOR_F59C3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f59c3c"        
COLOR_F5A645 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f5a645"        
COLOR_F5AF19 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F5AF19"        
COLOR_F5C040 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f5c040"        
COLOR_F5C201 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f5c201"        
COLOR_F5C75F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f5c75f"        
COLOR_F5CAC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f5cac7"        
COLOR_F5CD2D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f5cd2d"        
COLOR_F5D9C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f5d9c2"        
COLOR_F5F5F5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#F5F5F5"        
COLOR_F64971 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f64971"        
COLOR_F64F59 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F64F59"        
COLOR_F69035 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f69035"        
COLOR_F69200 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f69200"        
COLOR_F69E41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f69e41"        
COLOR_F6A21D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f6a21d"        
COLOR_F6BA57 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f6ba57"        
COLOR_F6BC58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f6bc58"        
COLOR_F6C760 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f6c760"        
COLOR_F6D29C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f6d29c"        
COLOR_F6E8C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f6e8c3"        
COLOR_F6EFF7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f6eff7"        
COLOR_F768A1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f768a1"        
COLOR_F7705B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7705b"        
COLOR_F7797D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F7797D"        
COLOR_F77B66 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f77b66"        
COLOR_F781BF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f781bf"        
COLOR_F7894B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7894b"        
COLOR_F7901E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7901e"        
COLOR_F7941E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F7941E"        
COLOR_F79646 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f79646"        
COLOR_F7971E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F7971E"        
COLOR_F79D00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F79D00"        
COLOR_F7A84A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7a84a"        
COLOR_F7AE54 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7ae54"        
COLOR_F7B254 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7b254"        
COLOR_F7B6D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7b6d2"        
COLOR_F7B733 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F7B733"        
COLOR_F7BB97 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F7BB97"        
COLOR_F7C480 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7c480"        
COLOR_F7C577 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7c577"        
COLOR_F7D42A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7d42a"        
COLOR_F7F0AC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F7F0AC"        
COLOR_F7F4F9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7f4f9"        
COLOR_F7F7F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F7F7F7"        
COLOR_F7F7F7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7f7f7"        
COLOR_F7F8F8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F7F8F8"        
COLOR_F7FBFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7fbff"        
COLOR_F7FCB9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7fcb9"        
COLOR_F7FCF0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7fcf0"        
COLOR_F7FCF5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7fcf5"        
COLOR_F7FCFD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f7fcfd"        
COLOR_F7FF00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F7FF00"        
COLOR_F80759 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F80759"        
COLOR_F81B02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f81b02"        
COLOR_F83500 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f83500"        
COLOR_F83600 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F83600"        
COLOR_F85032 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F85032"        
COLOR_F857A6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F857A6"        
COLOR_F87F69 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f87f69"        
COLOR_F8816B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f8816b"        
COLOR_F88600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f88600"        
COLOR_F88F4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f88f4d"        
COLOR_F89217 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f89217"        
COLOR_F8931D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f8931d"        
COLOR_F89A90 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f89a90"        
COLOR_F8B252 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f8b252"        
COLOR_F8B323 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f8b323"        
COLOR_F8B500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F8B500"        
COLOR_F8B620 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f8b620"        
COLOR_F8BC58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f8bc58"        
COLOR_F8C000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f8c000"        
COLOR_F8C7C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f8c7c9"        
COLOR_F8CDDA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F8CDDA"        
COLOR_F8F8FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F8F8FF"        
COLOR_F8FFAE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F8FFAE"        
COLOR_F953C6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F953C6"        
COLOR_F96A1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f96a1b"        
COLOR_F97817 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f97817"        
COLOR_F9856E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f9856e"        
COLOR_F9A729 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f9a729"        
COLOR_F9A750 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f9a750"        
COLOR_F9B639 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f9b639"        
COLOR_F9B665 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f9b665"        
COLOR_F9C942 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F9C942"        
COLOR_F9D23C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f9d23c"        
COLOR_F9D423 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#F9D423"        
COLOR_F9D4B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#f9d4b6"        
COLOR_FA7E5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fa7e5c"        
COLOR_FA8716 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fa8716"        
COLOR_FA8D3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fa8d3d"        
COLOR_FA8F79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fa8f79"        
COLOR_FA9D4F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fa9d4f"        
COLOR_FA9FB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fa9fb5"        
COLOR_FAA700 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#faa700"        
COLOR_FAA93A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#faa93a"        
COLOR_FAACA8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FAACA8"        
COLOR_FAB900 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fab900"        
COLOR_FABFD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fabfd2"        
COLOR_FAC810 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fac810"        
COLOR_FADA7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fada7a"        
COLOR_FAFFD1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FAFFD1"        
COLOR_FB6A4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fb6a4a"        
COLOR_FB8072 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fb8072"        
COLOR_FB8547 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fb8547"        
COLOR_FB934D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fb934d"        
COLOR_FB9984 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fb9984"        
COLOR_FB9A99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fb9a99"        
COLOR_FBB04E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fbb04e"        
COLOR_FBB3AB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fbb3ab"        
COLOR_FBB4AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fbb4ae"        
COLOR_FBB4B9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fbb4b9"        
COLOR_FBC01E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fbc01e"        
COLOR_FBC7D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FBC7D4"        
COLOR_FBD3E9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FBD3E9"        
COLOR_FBD786 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FBD786"        
COLOR_FBEC85 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fbec85"        
COLOR_FBED96 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FBED96"        
COLOR_FC00FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FC00FF"        
COLOR_FC354C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FC354C"        
COLOR_FC466B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FC466B"        
COLOR_FC4A1A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FC4A1A"        
COLOR_FC4E2A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fc4e2a"        
COLOR_FC5C7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FC5C7D"        
COLOR_FC6767 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FC6767"        
COLOR_FC67FA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FC67FA"        
COLOR_FC719E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fc719e"        
COLOR_FC7715 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fc7715"        
COLOR_FC7D0B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fc7d0b"        
COLOR_FC8375 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fc8375"        
COLOR_FC8D59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fc8d59"        
COLOR_FC8D62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fc8d62"        
COLOR_FC9272 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fc9272"        
COLOR_FCA290 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fca290"        
COLOR_FCA294 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fca294"        
COLOR_FCAD52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcad52"        
COLOR_FCAE91 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcae91"        
COLOR_FCB045 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FCB045"        
COLOR_FCB11C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcb11c"        
COLOR_FCB4A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcb4a5"        
COLOR_FCBBA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcbba1"        
COLOR_FCBDC0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcbdc0"        
COLOR_FCBE75 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcbe75"        
COLOR_FCC5C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcc5c0"        
COLOR_FCC66D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcc66d"        
COLOR_FCCDE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fccde5"        
COLOR_FCEABB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FCEABB"        
COLOR_FCFBFD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fcfbfd"        
COLOR_FD1D1D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FD1D1D"        
COLOR_FD6F30 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fd6f30"        
COLOR_FD746C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FD746C"        
COLOR_FD7864 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fd7864"        
COLOR_FD7E6B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fd7e6b"        
COLOR_FD8112 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FD8112"        
COLOR_FD8938 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fd8938"        
COLOR_FD8D3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fd8d3c"        
COLOR_FD9C8F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fd9c8f"        
COLOR_FDA023 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fda023"        
COLOR_FDAB67 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdab67"        
COLOR_FDAB9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdab9b"        
COLOR_FDAC9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdac9d"        
COLOR_FDAC9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdac9e"        
COLOR_FDAE61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdae61"        
COLOR_FDAE6B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdae6b"        
COLOR_FDB462 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdb462"        
COLOR_FDB863 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdb863"        
COLOR_FDB99B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FDB99B"        
COLOR_FDBB2D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FDBB2D"        
COLOR_FDBB84 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdbb84"        
COLOR_FDBE85 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdbe85"        
COLOR_FDBF6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdbf6f"        
COLOR_FDC086 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdc086"        
COLOR_FDC830 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FDC830"        
COLOR_FDCC8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdcc8a"        
COLOR_FDCDAC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdcdac"        
COLOR_FDCF58 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FDCF58"        
COLOR_FDD0A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdd0a2"        
COLOR_FDD0AA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdd0aa"        
COLOR_FDD49E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fdd49e"        
COLOR_FDDAEC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fddaec"        
COLOR_FDDBC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fddbc7"        
COLOR_FDE0DD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fde0dd"        
COLOR_FDE0EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fde0ef"        
COLOR_FDEFF9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FDEFF9"        
COLOR_FDFC47 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FDFC47"        
COLOR_FE801A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fe801a"        
COLOR_FE8637 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fe8637"        
COLOR_FE8B7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fe8b7a"        
COLOR_FE8C00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FE8C00"        
COLOR_FE8E7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fe8e7e"        
COLOR_FE9929 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fe9929"        
COLOR_FE9E00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fe9e00"        
COLOR_FEA022 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fea022"        
COLOR_FEAA9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#feaa9a"        
COLOR_FEAC5E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FEAC5E"        
COLOR_FEB24C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#feb24c"        
COLOR_FEB47B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FEB47B"        
COLOR_FEB4A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#feb4a6"        
COLOR_FEB5A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#feb5a2"        
COLOR_FEB80A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#feb80a"        
COLOR_FEC306 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fec306"        
COLOR_FEC44F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fec44f"        
COLOR_FEC60B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fec60b"        
COLOR_FECB6E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FECB6E"        
COLOR_FECC5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fecc5c"        
COLOR_FED976 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fed976"        
COLOR_FED98E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fed98e"        
COLOR_FED9A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fed9a6"        
COLOR_FEE08B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fee08b"        
COLOR_FEE090 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fee090"        
COLOR_FEE0B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fee0b6"        
COLOR_FEE0D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fee0d2"        
COLOR_FEE391 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fee391"        
COLOR_FEE5D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fee5d9"        
COLOR_FEE6CE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fee6ce"        
COLOR_FEE8C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fee8c8"        
COLOR_FEEBE2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#feebe2"        
COLOR_FEEDDE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#feedde"        
COLOR_FEF0D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fef0d9"        
COLOR_FEFFD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#feffd9"        
COLOR_FF0000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF0000"        
COLOR_FF0000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#FF0000"        
COLOR_FF0080 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF0080"        
COLOR_FF0084 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF0084"        
COLOR_FF0099 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF0099"        
COLOR_FF00CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF00CC"        
COLOR_FF00FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#FF00FF"        
COLOR_FF025E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF025E"        
COLOR_FF1E56 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF1E56"        
COLOR_FF33FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff33ff"        
COLOR_FF388C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff388c"        
COLOR_FF416C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF416C"        
COLOR_FF4B1F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF4B1F"        
COLOR_FF4B2B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF4B2B"        
COLOR_FF4E50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF4E50"        
COLOR_FF512F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF512F"        
COLOR_FF5555 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF5555"        
COLOR_FF5858 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF5858"        
COLOR_FF5E62 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF5E62"        
COLOR_FF5F6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF5F6D"        
COLOR_FF6600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff6600"        
COLOR_FF6700 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff6700"        
COLOR_FF684C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff684c"        
COLOR_FF6A00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF6A00"        
COLOR_FF6B6B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF6B6B"        
COLOR_FF6E7F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF6E7F"        
COLOR_FF75C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF75C3"        
COLOR_FF7E5F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF7E5F"        
COLOR_FF7F00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff7f00"        
COLOR_FF7F01 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff7f01"        
COLOR_FF7F0E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff7f0e"        
COLOR_FF7F0F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff7f0f"        
COLOR_FF8008 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF8008"        
COLOR_FF800E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff800e"        
COLOR_FF8021 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff8021"        
COLOR_FF8080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff8080"        
COLOR_FF8235 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF8235"        
COLOR_FF8427 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff8427"        
COLOR_FF8C00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF8C00"        
COLOR_FF9068 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF9068"        
COLOR_FF9472 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF9472"        
COLOR_FF9888 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff9888"        
COLOR_FF9896 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff9896"        
COLOR_FF9966 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FF9966"        
COLOR_FF9D9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff9d9a"        
COLOR_FF9DA7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff9da7"        
COLOR_FF9E4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ff9e4a"        
COLOR_FFA17F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFA17F"        
COLOR_FFA500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFA500"        
COLOR_FFA647 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFA647"        
COLOR_FFA751 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFA751"        
COLOR_FFAA0E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffaa0e"        
COLOR_FFAD1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffad1c"        
COLOR_FFAE34 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffae34"        
COLOR_FFAF7B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFAF7B"        
COLOR_FFAFBD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFAFBD"        
COLOR_FFB2B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffb2b6"        
COLOR_FFB347 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFB347"        
COLOR_FFB400 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffb400"        
COLOR_FFB6B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffb6b0"        
COLOR_FFB75E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFB75E"        
COLOR_FFB88C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFB88C"        
COLOR_FFB91D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffb91d"        
COLOR_FFB977 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffb977"        
COLOR_FFBA00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffba00"        
COLOR_FFBB78 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffbb78"        
COLOR_FFBC79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffbc79"        
COLOR_FFBD47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffbd47"        
COLOR_FFBE7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffbe7d"        
COLOR_FFBEB2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffbeb2"        
COLOR_FFBED1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffbed1"        
COLOR_FFBF50 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffbf50"        
COLOR_FFC000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffc000"        
COLOR_FFC0CB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFC0CB"        
COLOR_FFC0DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffc0da"        
COLOR_FFC156 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffc156"        
COLOR_FFC2A1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffc2a1"        
COLOR_FFC2C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffc2c5"        
COLOR_FFC371 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFC371"        
COLOR_FFC3A0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFC3A0"        
COLOR_FFC500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFC500"        
COLOR_FFC685 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffc685"        
COLOR_FFC837 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFC837"        
COLOR_FFCA08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffca08"        
COLOR_FFCC00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffcc00"        
COLOR_FFCC33 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFCC33"        
COLOR_FFCC9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffcc9e"        
COLOR_FFD194 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFD194"        
COLOR_FFD1D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffd1d3"        
COLOR_FFD200 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFD200"        
COLOR_FFD452 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFD452"        
COLOR_FFD6B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffd6b1"        
COLOR_FFD89B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFD89B"        
COLOR_FFD92F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffd92f"        
COLOR_FFD94A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffd94a"        
COLOR_FFDA66 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffda66"        
COLOR_FFDD71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffdd71"        
COLOR_FFDDE1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFDDE1"        
COLOR_FFE000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFE000"        
COLOR_FFE0C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffe0c5"        
COLOR_FFE0E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffe0e1"        
COLOR_FFE259 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFE259"        
COLOR_FFE47A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFE47A"        
COLOR_FFE83F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFE83F"        
COLOR_FFEAD8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffead8"        
COLOR_FFED6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffed6f"        
COLOR_FFEDA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffeda0"        
COLOR_FFEDBC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFEDBC"        
COLOR_FFEEEE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFEEEE"        
COLOR_FFEFBA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFEFBA"        
COLOR_FFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFF"        
COLOR_FFF0F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fff0f0"        
COLOR_FFF200 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFF200"        
COLOR_FFF2AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fff2ae"        
COLOR_FFF5EB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fff5eb"        
COLOR_FFF5F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fff5f0"        
COLOR_FFF7BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fff7bc"        
COLOR_FFF7EC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fff7ec"        
COLOR_FFF7F3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fff7f3"        
COLOR_FFF7FB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#fff7fb"        
COLOR_FFF94C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFF94C"        
COLOR_FFFBD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFFBD5"        
COLOR_FFFC00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFFC00"        
COLOR_FFFCDC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFFCDC"        
COLOR_FFFDE4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFFDE4"        
COLOR_FFFF00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#FFFF00"        
COLOR_FFFF1C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFFF1C"        
COLOR_FFFF33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffff33"        
COLOR_FFFF99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffff99"        
COLOR_FFFFB2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffffb2"        
COLOR_FFFFB3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffffb3"        
COLOR_FFFFBF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffffbf"        
COLOR_FFFFCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffffcc"        
COLOR_FFFFD4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffffd4"        
COLOR_FFFFD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffffd9"        
COLOR_FFFFE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#ffffe5"        
COLOR_FFFFFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
Constant color "#FFFFFF"        
COLOR_FFFFFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
Constant color "#FFFFFF"        
COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.labels.Label
 
ColorBuilder - Class in org.pepstock.charba.client.colors
Utility to create colors by red, green and blue values, HEX value and RGB and RGBA strings.
It checks if the requested color is already defined in HTML colors.
ColorBuilder() - Constructor for class org.pepstock.charba.client.colors.ColorBuilder
To avoid any instantiation
ColorCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set
borderColor hoverBorderColor pointBorderColor pointHoverBorderColor textStrokeColor backgroundColor hoverBackgroundColor pointBackgroundColor pointHoverBackgroundColor property at runtime.
colorCallback - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
 
colorCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
colorCallback - Variable in class org.pepstock.charba.client.configuration.Tick
 
colorCallback - Variable in class org.pepstock.charba.client.configuration.Title
 
colorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
 
colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
 
colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Title
 
colorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
colorCallbackProxy - Variable in class org.pepstock.charba.client.labels.Label
 
colors - Variable in class org.pepstock.charba.client.colors.Gradient
 
colors - Variable in class org.pepstock.charba.client.colors.GradientBuilder
 
colors - Variable in enum org.pepstock.charba.client.colors.UiGradient
 
colors - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
 
colorsAsStrings - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
 
ColorScheme - Interface in org.pepstock.charba.client.impl.plugins
This interface defines what a color scheme must have in terms of methods.
A color scheme must have:
name is the name of color scheme category is the category of color scheme.
ColorSchemeLegendLabelsCallback - Class in org.pepstock.charba.client.impl.plugins
Custom legend labels callback to change the colors when the a ColorSchemes plugin has been activated.
This callback solved the issue that the legend does not change when colors are applied to the chart which is already instantiated.
If the chart has been configured to have a own callback, this implementation will wrap it and invoke it after updating the legend items.
ColorSchemeLegendLabelsCallback() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
 
ColorSchemes - Class in org.pepstock.charba.client.impl.plugins
Default plugin implementation to use color schemes instead the single colors for border and background colors of chart.
It enables to pick the color combination for charts from the predefined or custom color schemes.
ColorSchemes() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemes
To avoid any instantiation
colorSchemes - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
 
ColorSchemesDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
Default global options instance for ColorSchemes.ID plugin.
ColorSchemesDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesDefaultOptions
To avoid any instantiation
ColorSchemesDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory.ColorSchemesDefaultsOptionsFactory
To avoid any instantiation.
ColorSchemesOptions - Class in org.pepstock.charba.client.impl.plugins
This is the object to map the ColorSchemes.ID plugin options, both at chart and global level.
ColorSchemesOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values.
ColorSchemesOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global.
ColorSchemesOptions(IsColorSchemesDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Builds the object with the default global ones
ColorSchemesOptions(IsColorSchemesDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Builds the object using a native object.
ColorSchemesOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
Name of properties of native object.
ColorSchemesOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
Comfortable object to create ColorSchemes.ID plugin options by a builder.
ColorSchemesOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
To avoid any instantiation
ColorSchemesOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Factory to get the options (form chart or from default global ones) related to ColorSchemes.ID plugin.
ColorSchemesOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory
To avoid any instantiation.
ColorSchemesOptionsFactory.ColorSchemesDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Internal factory to create options from default global option for the plugin
ColorSchemesUtil - Class in org.pepstock.charba.client.impl.plugins
Color scheme utility to cache the usage of color schemes in order to avoid to search them when requested.
Used by ColorSchemes.ID plugin.
ColorSchemesUtil() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
To avoid any instantiation
ColorType - Enum in org.pepstock.charba.client.enums
Enumerates the possible types objects to represents a "color" property.
A "color" property could be:
COLOR if is stored by a string or IsColor PATTERN if is stored by a Pattern GRADIENT if is stored by a Gradient
ColorType(String) - Constructor for enum org.pepstock.charba.client.enums.ColorType
Creates with the property value to use in the native object.
ColorUtil - Class in org.pepstock.charba.client.colors
Utility to check alpha value.
Internally is checking red, green, blue and alpha values and creates string representation of a color, to HEX, RGB, RGBA, HSL or HSLA strings.
ColorUtil() - Constructor for class org.pepstock.charba.client.colors.ColorUtil
To avoid any instantiation
COMMA - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for COMMA, ",".
CommonProperty(String) - Constructor for enum org.pepstock.charba.client.data.Dataset.CommonProperty
Creates with the property value to use in the native object.
CommonProperty(String) - Constructor for enum org.pepstock.charba.client.options.Options.CommonProperty
Creates with the property value to use in the native object.
CompactDisplay - Enum in org.pepstock.charba.client.intl.enums
Enumerates the possible display when the formatting, that should be displayed for the number, is compact.
Takes either "short" (default) or "long".
CompactDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.CompactDisplay
Creates with the property value to use in the native object.
COMPARATOR - Static variable in class org.pepstock.charba.client.colors.Gradient
 
COMPARATOR - Static variable in class org.pepstock.charba.client.data.Dataset
 
COMPARATOR - Static variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
Comparator to sort the thresholds using the thresholds value, always ASCENDING
COMPARATOR - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
 
COMPARATOR - Static variable in class org.pepstock.charba.client.utils.Utilities
 
compare(Key, Key) - Static method in interface org.pepstock.charba.client.commons.Key
Compares the two specified key values.
completeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Animation
 
completeCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
 
CompletedCallback - Interface in org.pepstock.charba.client.zoom.callbacks
Callback interface of ZoomPlugin.ID plugin that is called once zooming or panning is completed.
COMPOUND_UNIT_SEPARATOR - Static variable in class org.pepstock.charba.client.intl.NumberFormatOptions
 
compute(IsChart, double, AbstractDatasetContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
Computes the percentage of the value based on the data of datasets.
compute(IsChart, double, AbstractDatasetContext, boolean) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
Computes the percentage of the value based on the data of datasets.
computePosition(IsChart, List<DatasetReference>, Point) - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
Applies own logic to returns the point where the tooltip must be showed.
configuration - Variable in class org.pepstock.charba.client.AbstractChart
 
Configuration - Class in org.pepstock.charba.client
This is the configuration object of a chart.
It contains always the type, options, plugins and data.
Configuration() - Constructor for class org.pepstock.charba.client.Configuration
To avoid any instantiation
configuration - Variable in class org.pepstock.charba.client.configuration.AbstractTickHandler
 
configuration - Variable in class org.pepstock.charba.client.configuration.ConfigurationContainer
 
configuration - Variable in class org.pepstock.charba.client.UpdateConfigurationBuilder
 
Configuration.Property - Enum in org.pepstock.charba.client
Name of properties of native object.
ConfigurationContainer<T extends NativeObjectContainer> - Class in org.pepstock.charba.client.configuration
Extends a JavaScript object container for all entities which need the options instance to store the configuration of chart.
ConfigurationContainer(IsChart) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationContainer
Creates the chart configuration object with the chart instance
ConfigurationContainer(IsChart, T) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationContainer
Creates the chart configuration object with the chart instance and the options
ConfigurationElement - Interface in org.pepstock.charba.client
Interface which allows an object to be called to set a native object in the chart configuration.
The chart configuration are items options, data and plugins.
ConfigurationEnvelop<T> - Class in org.pepstock.charba.client.configuration
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
ConfigurationEnvelop(T) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationEnvelop
Create an envelop with the content passed as argument.
ConfigurationEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationEnvelop
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
ConfigurationLoader - Class in org.pepstock.charba.client.commons
Utility to load java script object in the CHART-JS configuration.
This utility needs to reduce visibility on java script objects for configuration.
ConfigurationLoader() - Constructor for class org.pepstock.charba.client.commons.ConfigurationLoader
To avoid any instantiation
ConfigurationOptions - Class in org.pepstock.charba.client.configuration
Base object which maps chart configuration.
CHARBA stores the unique chart ID in the CHART.JS chart options using charbaId property key.
Important topics to take care:
Responsive
When it comes to change the chart size based on the window size, a major limitation is that the canvas render size (canvas.width and .height) can not be expressed with relative values, contrary to the display size (canvas.style.width and .height).
ConfigurationOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationOptions
Builds the object storing the chart instance and defaults options.
ConfigurationOptions.ProxyChartEventCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback when a event on chart is triggered.
Must be an interface with only 1 method.
ConfigurationOptions.ProxyChartResizeCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback when a resize event on chart is triggered.
Must be an interface with only 1 method.
ConfigurationOptionsContainer - Class in org.pepstock.charba.client.configuration
Object used by the children of ConfigurationOptions, children of root configuration.
ConfigurationOptionsContainer(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
Creates the chart configuration object with the chart instance and the options
CONSOLE - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as console with name "console".
Console - Class in org.pepstock.charba.client.utils
Provides access to the browser's debugging console.
This object is the wrapper to console java script object.
Console() - Constructor for class org.pepstock.charba.client.utils.Console
To avoid any instantiation
Constants - Class in org.pepstock.charba.client.commons
Contains all constants where values can be used in different packages.
Constants() - Constructor for class org.pepstock.charba.client.commons.Constants
To avoid any instantiation
container - Variable in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
 
contains(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns true if this list contains all of the elements of the specified collection.
CONTENT - Static variable in class org.pepstock.charba.client.annotation.AnnotationPluginResource
 
content - Variable in class org.pepstock.charba.client.commons.ImmutableEnvelop
 
CONTENT - Static variable in class org.pepstock.charba.client.commons.JsHelperResource
 
CONTENT - Static variable in class org.pepstock.charba.client.controllers.ControllerTemplate
 
CONTENT - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPluginResource
 
CONTENT - Static variable in class org.pepstock.charba.client.labels.LabelsPluginResource
 
CONTENT - Static variable in class org.pepstock.charba.client.resources.ChartJsResource
 
CONTENT - Static variable in class org.pepstock.charba.client.resources.EmptyResource
 
CONTENT - Static variable in class org.pepstock.charba.client.resources.LuxonAdapterResource
 
CONTENT - Static variable in class org.pepstock.charba.client.resources.LuxonLibraryResource
 
CONTENT - Static variable in class org.pepstock.charba.client.zoom.ZoomPluginHammerResource
 
CONTENT - Static variable in class org.pepstock.charba.client.zoom.ZoomPluginResource
 
CONTENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
ContentCallback - Interface in org.pepstock.charba.client.annotation.callbacks
Callback interface of AnnotationPlugin.ID plugin to set content property at runtime to for LineLabel .
contentCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
context - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
Context2dItem - Class in org.pepstock.charba.client.dom.elements
DOM object which provides the 2D rendering context for the drawing surface of a canvas element.
It is used for drawing shapes, text, images, and other objects.
Context2dItem() - Constructor for class org.pepstock.charba.client.dom.elements.Context2dItem
To avoid any instantiation
CONTEXT_2D - Static variable in class org.pepstock.charba.client.dom.elements.Canvas
 
CONTEXT_MENU - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "contextmenu" type.
ContextType - Enum in org.pepstock.charba.client.enums
Enumerates the type of scriptable options context.
ContextType(String) - Constructor for enum org.pepstock.charba.client.enums.ContextType
Creates with the property value to use in the native object.
Controller - Interface in org.pepstock.charba.client
This interface enables the capability to create a custom chart.
CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.impl.charts.GaugeChart
METER controller type
CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.impl.charts.MeterChart
METER controller type
ControllerContext - Class in org.pepstock.charba.client.controllers
This object stores the this instance of java script because is necessary to invoke the default methods of controller when it's extending an existing chart.
ControllerContext() - Constructor for class org.pepstock.charba.client.controllers.ControllerContext
To avoid any instantiation
ControllerProvider - Interface in org.pepstock.charba.client.controllers
The implementation of this interface is mandatory when you create a controller, which has got the purpose to provide a controller instance.
ControllerRegistrationHandler - Interface in org.pepstock.charba.client.controllers
This interface enables the capability to be before and after a controller will be registered.
Controllers - Class in org.pepstock.charba.client.controllers
Global configuration to set controllers at global level.
It maps the CHART.JS object of controller, chart.controllers.
Controllers() - Constructor for class org.pepstock.charba.client.controllers.Controllers
To avoid any instantiation
controllers - Variable in class org.pepstock.charba.client.Defaults
 
controllersInstances - Variable in class org.pepstock.charba.client.controllers.Controllers
 
ControllerTemplate - Class in org.pepstock.charba.client.controllers
Contains the content of javascript controller template.
It will be filled with controller and chart types and execute.
ControllerTemplate() - Constructor for class org.pepstock.charba.client.controllers.ControllerTemplate
To avoid any instantiation
ControllerType - Class in org.pepstock.charba.client.controllers
Represent the type of new controller.
ControllerType(String, Type, ControllerProvider) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one.
ControllerType(String, Type, ControllerProvider, ControllerRegistrationHandler) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one.
ControllerType(String, Type, ControllerProvider, boolean) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one.
ControllerType(String, Type, ControllerProvider, ControllerRegistrationHandler, boolean) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one.
ControllerTypeChecker - Class in org.pepstock.charba.client.controllers
This utility checks if the controller type is acceptable or not.
ControllerTypeChecker() - Constructor for class org.pepstock.charba.client.controllers.ControllerTypeChecker
To avoid any instantiation
convertHSL2RGB(int, int, int, double) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Convert HSL(A) values to a RGB(A) Color.
See explanation Math behind colorspace conversions, RGB-HSL.
CORNER_RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
 
CORNER_RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
CornerRadiusCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set cornerRadius property at runtime.
cornerRadiusCallbackProxy - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
 
cornerRadiusCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
CountCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set count property at runtime, for IsLinearTick instances.
countCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
 
countCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
 
COUNTER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
counter - Variable in enum org.pepstock.charba.client.annotation.AnnotationType
 
COUNTER - Static variable in class org.pepstock.charba.client.data.Dataset
 
counter - Variable in class org.pepstock.charba.client.dom.DOMBuilder
 
COUNTER - Static variable in class org.pepstock.charba.client.options.ExtendedScale
 
COUNTER - Static variable in class org.pepstock.charba.client.plugins.AbstractPluginOptions
 
counters - Variable in class org.pepstock.charba.client.commons.IncrementalIdHandler
 
create() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Creates a DateAdapter using a clone of this object as options for the date adapter instance.
create(NativeObject) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
 
create(NativeObject, IsDefaultDateAdapterOptions) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
Creates a date adapter options by a native object and a default values instance.
create(DateAdapterOptions) - Method in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
Returns a date adapter instance, using the options passed as argument.
create(NativeObject) - Static method in class org.pepstock.charba.client.adapters.NativeJsDateAdapterHelper
Returns a date adapter instance, using the options passed as argument.
create(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
Returns a key instance by its string value.
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.annotation.AnnotationOptionsFactory.AnnotationDefaultsOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.annotation.AnnotationOptionsFactory
 
create(String) - Static method in class org.pepstock.charba.client.callbacks.NativeCallback
Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context.
create(String, String) - Static method in class org.pepstock.charba.client.callbacks.NativeCallback
Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context.
create() - Static method in class org.pepstock.charba.client.colors.GradientBuilder
Creates a LINEAR gradient, with topDown orientation and chart scope.
create(GradientType) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
Creates a gradient by a type, with chart scope.
create(GradientType, GradientOrientation) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
Creates a gradient by a type and an orientation, with chart scope.
create(GradientType, GradientScope) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
Creates a gradient by a type and a scope.
create(GradientType, GradientOrientation, GradientScope) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
Creates a gradient by a type, an orientation and a scope.
create(NativeObject) - Method in class org.pepstock.charba.client.colors.GradientColor.GradientColorFactory
 
create(Img) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
Creates the object using an image to use in the pattern.
The repetition used is repeat.
create(Img, Repetition) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
Creates the object using an image to use in the pattern and repetition to apply to pattern.
create(CanvasPatternItem) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
Creates the object using an already created canvas pattern.
The dimension of canvas pattern image will be the default TilesFactoryDefaults.DEFAULT_SIZE.
create(CanvasPatternItem, int) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
Creates the object using an already created canvas pattern.
The dimension of canvas pattern image is unique then the image of pattern is a square.
create(CanvasPatternItem, int, int) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
Creates the object using an already created canvas pattern.
This is mainly used by tiles.
create() - Static method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Returns new tiles builder instance.
create() - Method in class org.pepstock.charba.client.commons.JsHelper
Creates a native object instance.
create(String) - Static method in interface org.pepstock.charba.client.commons.Key
Returns a key instance by its string value.
create() - Method in interface org.pepstock.charba.client.commons.NativeArrayContainerFactory
Creates a native array container instance by an empty native array.
create(A) - Method in interface org.pepstock.charba.client.commons.NativeArrayContainerFactory
Creates a native array container instance by a native array.
create() - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
Creates a native object instance.
create() - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
Creates a native object container instance by an empty native object.
create(NativeObject) - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
Creates a native object container instance by a native object.
create() - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Creates a native object setting the hash code property in order it is not enumerable.
create(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
Creates an animation collection instance and stores in the the animation options.
create() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
Creates a DateAdapter using a clone of this object as options for the date adapter instance.
create(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
Creates an animation transition instance and stores in the the animation options.
create(NativeObject) - Method in class org.pepstock.charba.client.data.ArcBorderRadius.ArcBorderRadiusFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.data.BarBorderRadius.BarBorderRadiusFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.data.BarBorderWidth.BarBorderWidthFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset.DataPointFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset.TimeSeriesItemFactory
 
create(ArrayDouble) - Method in class org.pepstock.charba.client.data.FloatingDatatFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.data.GradientsContainer.GradientContainerFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.data.PatternsContainer.PatternContainerFactory
 
create(String) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
Returns a key instance by its string value.
create() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Returns new builder instance.
create(IsChart) - Static method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Returns new builder instance using the chart global options.
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory.DataLabelsDefaultsOptionsFactory
 
create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
Creates a font options instance using default or cloning current instance.
create(IsDefaultFont) - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
Creates a font options instance using default or cloning current instance.
create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
Creates a padding options instance using default or cloning current instance.
create(IsDefaultPadding) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
Creates a padding options instance using default or cloning current instance.
create() - Static method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Creates and returns a safe html builder to consume.
create(Class<T>) - Static method in class org.pepstock.charba.client.events.EventType
Creates a event type using the class name passed as argument.
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory.ChartBackgroundColorDefaultsOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory.ChartPointerDefaultsOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory
 
create() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
Returns new builder instance, using the global options as default.
create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
Returns new builder instance using chart global options as default.
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory.ColorSchemesDefaultsOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory
 
create() - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Returns new builder instance.
create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Returns new builder instance using the chart global options.
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory.DatasetsItemsSelectorDefaultsOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory.HtmlLegendBuilderDefaultsOptionsFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.intl.AbstractFormat.FormatPartsFactory
 
create(Language) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
Creates a builder by the Language passed as argument.
create(NativeObject) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroupsFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
 
create(NativeObject, IsDefaultDateTimeFormatOptions) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
Creates a date time format options by a native object and a default values instance.
create(Date) - Static method in class org.pepstock.charba.client.intl.NativeDate
Creates a JavaScript Date object from a Date java instance.
create(NativeObject) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
 
create(NativeObject, IsDefaultNumberFormatOptions) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
Creates a number format options by a native object and a default values instance.
create(NativeObject) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement.ActiveDatasetElementFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.DatasetElement.DatasetItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.DatasetReference.DatasetReferenceItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendHitBoxItem.LegendHitBoxItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendItem.LegendItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendLabelItem.LegendLabelItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.ScaleTickItem.ScaleTickItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipBodyItem.TooltipBodyItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipItem.TooltipItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipLabelColor.TooltipLabelColorFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle.TooltipLabelPointStyleFactory
 
create(String) - Static method in interface org.pepstock.charba.client.labels.LabelId
Returns a key instance by its string value.
create() - Static method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Returns new builder instance.
create(IsChart) - Static method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Returns new builder instance using the chart global options.
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.labels.LabelsOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.labels.LabelsOptionsFactory.LabelsDefaultsOptionsFactory
 
create(String, AnimationType) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
Returns a animation collection instance by its string value.
create(String, AnimationPropertyKey...) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
Returns a animation collection instance by its string value.
create(String, AnimationType) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
Returns a animation property instance by its string value.
create(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
Creates an animation collection instance and stores in the the animation options.
create(IsDefaultFont) - Method in class org.pepstock.charba.client.options.Font
 
create(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
Creates an animation collection instance and stores in the the animation options.
create(TransitionKey) - Method in interface org.pepstock.charba.client.options.IsTransitions
Creates an animation transition instance and stores in the animation options.
create() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
Creates a DateAdapter using a clone of this object as options for the date adapter instance.
create(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
Returns a key instance by its string value.
create(String) - Static method in interface org.pepstock.charba.client.options.TransitionKey
Returns a animation update mode (transition) instance by its string value.
create(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
Creates an animation transition instance and stores in the the animation options.
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
Creates a plugin options by a native object which is containing the options values and its defaults.
create(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
Creates an animation collection instance and stores in the the animation options.
create() - Static method in class org.pepstock.charba.client.UpdateConfigurationBuilder
Returns new builder instance.
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.zoom.ZoomOptionsFactory
 
create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.zoom.ZoomOptionsFactory.ZoomDefaultsOptionsFactory
 
createActiveElementsByDataIndex(int...) - Method in class org.pepstock.charba.client.data.Data
Creates a list of active elements instances by an array of data indexes, for all visible data sets.
createActiveElementsByDatasetIndex(int...) - Method in class org.pepstock.charba.client.data.Data
Creates a list of active elements instances by an array of data set indexes, for visible data sets.
createAndSetTimer(ChartTimerTask, int) - Method in class org.pepstock.charba.client.AbstractChart
Creates a CTimer instance inside chart.
It can be created only once during the life cycle of the chart.
createAndSetTimer(ChartTimerTask, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
createAndSetTimer(ChartTimerTask, int) - Method in interface org.pepstock.charba.client.IsChart
Creates a CTimer instance inside chart.
It can be created only once during the life cycle of the chart.
createCallback(Dataset.CanvasObjectKey) - Method in class org.pepstock.charba.client.data.AbstractContainer
Creates a callback to manage the canvas object.
This is delegated to the implementation of container.
createCallback(Dataset.CanvasObjectKey) - Method in class org.pepstock.charba.client.data.GradientsContainer
 
createCallback(Dataset.CanvasObjectKey) - Method in class org.pepstock.charba.client.data.PatternsContainer
 
createCallbackCanvasObjectKey(Key, int, int) - Method in class org.pepstock.charba.client.data.Dataset
Returns a unique key to store canvas objects, created by callbacks, in the a cache.
The format is [property],[datasetIndex],[dataIndex].
createCanvasElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <canvas> element.
createChangeEvent() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a change event (based on a mouse event, type BaseEventTypes.CONTEXT_MENU) for internal use.
createChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
Creates the chart options based on type of chart.
It can be override when a controller is implemented.
createChartOptions(Type, IsDefaultScaledOptions) - Method in class org.pepstock.charba.client.Overrides
Returns an options instance, to use as default options, based of type of chart.
createCompoundUnitIdentifier(MeasureUnit...) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Creates a compound unit identifier by units passed as argument.
Pairs of simple units can be concatenated with "-per-" to make a compound unit.
createContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Creates a scale context for callback on axis.
createContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Creates a chart context for callback on configuration.
createContext(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset
Creates a data set context for callback.
createContext(NativeObject) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Creates and returns the ZoomPlugin context.
createDivElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <div> element.
createElement(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
Creates the HTML element specified by tag name.
createEvent(String) - Method in class org.pepstock.charba.client.dom.BaseHtmlDocument
Creates an event of the type specified.
The returned object should be first initialized and can then be dispatched.
createFormat(CLocale, O) - Method in class org.pepstock.charba.client.intl.AbstractFormat
Creates a wrapper object that enables language sensitive formatting, using the locale options and specific options.
createFormat(CLocale, DateTimeFormatOptions) - Method in class org.pepstock.charba.client.intl.DateTimeFormat
 
createFormat(CLocale, NumberFormatOptions) - Method in class org.pepstock.charba.client.intl.NumberFormat
 
createGradient(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Creates a canvas gradient java script object using a Charba gradient and a chart instance which must provide a canvas instance and its context.
createGradient() - Method in enum org.pepstock.charba.client.colors.UiGradient
Creates a LINEAR gradient, with topDown orientation and chart scope.
createGradient(GradientType) - Method in enum org.pepstock.charba.client.colors.UiGradient
Creates a gradient by a type, with chart scope.
createGradient(GradientType, GradientOrientation) - Method in enum org.pepstock.charba.client.colors.UiGradient
Creates a gradient by a type and an orientation, with chart scope.
createGradient(GradientType, GradientScope) - Method in enum org.pepstock.charba.client.colors.UiGradient
Creates a gradient by a type and a scope.
createGradient(GradientType, GradientOrientation, GradientScope) - Method in enum org.pepstock.charba.client.colors.UiGradient
Creates a gradient by a type, an orientation and a scope.
createGradient() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
Creates a LINEAR gradient, with topDown orientation and chart scope.
createGradient(GradientType) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
Creates a gradient by a type, with chart scope.
createGradient(GradientType, GradientOrientation) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
Creates a gradient by a type and an orientation, with chart scope.
createGradient(GradientType, GradientScope) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
Creates a gradient by a type and a scope.
createGradient(GradientType, GradientOrientation, GradientScope) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
Creates a gradient by a type, an orientation and a scope.
createGradientUniqueId(Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Creates the unique id for gradient using the scope.
This is important in order to use the dame gradient from different scope having different CanvasGradientItem.
createHeadingElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <h3> element.
createHSLAsString(int, int, int) - Static method in class org.pepstock.charba.client.colors.ColorUtil
Convert a RGB Color to it corresponding HSL values.
See explanation Math behind color space conversions, RGB-HSL.
createHtmlLegendItem(HtmlLegendItem) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a point style picture in base64 PNG format using the legend item as source.
This is invoked ONLY from HtmlLegend plugin.
createId() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
Creates a unique id for the annotation.
The format is:

createImageElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <img> element.
createImageElement(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <img> element with the full URL of the image.
createKey(Object) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Creates the property key used to store the class name plus hash code, as key of callback instance in the cache.

[callbackClassName]-[callbackHashCode]
createKey(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
Creates a key to use to store color scheme in the cache.
The key is [category].[name].
createKey(String, String) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
Creates a key to use to store color scheme in the cache.
The key is [category].[name].
createKey(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
Creates a unique key for every single resource type to be injected.
The key is [CHARBA_prefix_package_name].[resource name] if the resource is a CHARBA one.
The key is [resource_class_name]_[resource name] if the resource is not provided by CHARBA.
createLabel(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Returns new options builder for new label identified by id.
createLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Returns new options builder for new label identified by id.
createLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns new options for specific id.
createLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns new options for specific id.
createLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Creates new label (if not exist) using the label if passed as argument.
createLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Creates new label (if not exist) using the label if passed as argument.
createLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Returns new options builder for new label identified by id.
createLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Returns new options builder for new label identified by id.
createLinearGradient(IsChart, Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Creates a linear gradient, an image consisting of a progressive transition between two or more colors along a straight line.
createLinearGradient(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Creates a gradient along the line connecting two given coordinates.
createLineBreakElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <br> element.
createLocale(String, Language, Script, Region, String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
Creates a locale if not already created and cached, otherwise will return the cached one.
createLocaleIdentifier(Language, Script, Region, String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
Creates the string identifier which is used for unique key of a locale and its locale value.
The key for locale will have the following format:

Language[-Script][-Region][-VariantAndExtension]
createMutationObserverInit() - Method in class org.pepstock.charba.client.commons.JsHelper
Creates new instance of observer initialization options.
createPattern(IsChart, Pattern) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Creates a canvas pattern java script object using a Charba pattern and a chart instance which must provide a canvas instance and its context.
createPattern() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using default values, shape is square, background color, shape color and size.
createPattern(IsShape) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape as argument and the other default values, background color, shape color and size.
createPattern(IsShape, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
createPattern(IsShape, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
createPattern(IsShape, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape, back ground color and shape color as arguments and the size as default value.
createPattern(IsShape, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape, back ground color and shape color as arguments and the size as default value.
createPattern(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape, back ground color, shape color and size as arguments.
createPattern(IsShape, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape, back ground color, shape color and size as arguments.
createPattern(PointStyle) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the point style as argument and the other default values, background color, shape color and size.
createPattern(PointStyle, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.
createPattern(PointStyle, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.
createPattern(PointStyle, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.
createPattern(PointStyle, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.
createPattern(PointStyle, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.
createPattern(PointStyle, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.
createPattern(Object, String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Creates a pattern using the specified image (could be also a canvas) and repetition.
createPattern(Canvas, Repetition) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Creates a pattern using the specified canvas and repetition.
createPattern(Img, Repetition) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Creates a pattern using the specified image and repetition.
createRadialGradient(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Creates a radial gradient, an image consisting of a progressive transition between two or more colors that radiate from an origin.
createRadialGradient(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Creates a radial gradient using the size and coordinates of two circles.
createScope(Type) - Static method in class org.pepstock.charba.client.ChartOptions
Creates a key for the chart options.
The format is the following:

chart-[chartType]

where chart type is the type of the chart, see ChartType or ControllerType.
createScope(int) - Static method in class org.pepstock.charba.client.data.Dataset
Creates a key for the data set options.
The format is the following:

<dataset-[datasetId]>

where data set id if is the id of the data set.
createScriptElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <script> element.
createSpanElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <span> element.
createStyleElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <style> element.
createTableCellElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <td> element.
createTableElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <table> element.
createTableRowElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a <tr> element.
createTextElement(IsChart, T, C) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendTextGenerator
Builds a TableCell which should contains and represents the a text of legend element.
createTextNode(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
Creates a new text node which can be used to escape HTML characters.
createTextNode(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates a text node.
createTile(Canvas, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Creates a tile based on arguments passed.
createTile() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using default values, shape is square, background color, shape color and size.
createTile(IsShape) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape as argument and the other default values, background color, shape color and size.
createTile(IsShape, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
createTile(IsShape, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
createTile(IsShape, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape, back ground color and shape color as arguments and the size as default value.
createTile(IsShape, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape, back ground color and shape color as arguments and the size as default value.
createTile(IsShape, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
createTile(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
createTooltipLabelColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Create new TooltipLabelColor filling it with background and border color of dataset element.
createTooltipLabelPointStyle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Create new TooltipLabelPointStyle filling it with point style and rotation of dataset element.
createUniqueChartId() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Creates an unique id for CHARBA charts id.
Cross - Class in org.pepstock.charba.client.colors.tiles
CROSS drawer to design a cross in the tile.
It designs a cross in the the following tile sections (A and B):

Cross() - Constructor for class org.pepstock.charba.client.colors.tiles.Cross
 
cross - Variable in class org.pepstock.charba.client.colors.tiles.CrossDash
 
CrossAlign - Enum in org.pepstock.charba.client.enums
The crossAlign setting configures how labels align with the tick mark in the perpendicular direction.
For instance vertical for a horizontal axis and horizontal for a vertical axis.
CrossAlign(String) - Constructor for enum org.pepstock.charba.client.enums.CrossAlign
Creates with the property value to use in the native object.
CrossDash - Class in org.pepstock.charba.client.colors.tiles
CROSSDASH drawer to design a cross - dash in the tile.
It designs a cross and a dash in the the following tile sections (A and B):

CrossDash() - Constructor for class org.pepstock.charba.client.colors.tiles.CrossDash
 
CScheduler - Class in org.pepstock.charba.client.utils
This class provides asynchronous and delayed task scheduling, based setTimeout java script method.
CScheduler() - Constructor for class org.pepstock.charba.client.utils.CScheduler
To avoid any instantiation
CScheduler.RunnableWrapper - Class in org.pepstock.charba.client.utils
Wrapper of user task in order to clear timeout the user logic is completed.
CScheduler.RunnableWrapper.Status - Enum in org.pepstock.charba.client.utils
Enums the status
CSchedulerRegistration - Class in org.pepstock.charba.client.utils
Registration objects returned when a task has been scheduled, used to cancel the scheduling.
CSchedulerRegistration(int) - Constructor for class org.pepstock.charba.client.utils.CSchedulerRegistration
Creates a scheduler registration in order to enable the task removing.
cssStatement - Variable in enum org.pepstock.charba.client.colors.GradientOrientation
 
cssStatement - Variable in enum org.pepstock.charba.client.colors.GradientType
 
CTimer - Class in org.pepstock.charba.client.utils
Simple utility to execute repeatedly calls a Runnable with a fixed time delay between each call.
CTimer(Runnable, int) - Constructor for class org.pepstock.charba.client.utils.CTimer
Creates the timer with a Runnable to be executed repeatedly and the time, in milliseconds (thousands of a second), the timer should delay in between executions of the task.
CTimer.Status - Enum in org.pepstock.charba.client.utils
Enumerates the possible status of the timer.
CubicInterpolationMode - Enum in org.pepstock.charba.client.enums
Determines the interpolation mode of lines.
CubicInterpolationMode(String) - Constructor for enum org.pepstock.charba.client.enums.CubicInterpolationMode
Creates with the property value to use in the native object.
CubicInterpolationModeCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set cubicInterpolationMode property at runtime.
cubicInterpolationModeCallback - Variable in class org.pepstock.charba.client.data.LineDataset
 
cubicInterpolationModeCallbackProxy - Variable in class org.pepstock.charba.client.data.LineDataset
 
Currency - Enum in org.pepstock.charba.client.intl.enums
Enumerates the standard codes for script identification which can be used to create and manage locale.
Currency(String, String, int) - Constructor for enum org.pepstock.charba.client.intl.enums.Currency
Creates the object with currency value and its name.
CurrencyDisplay - Enum in org.pepstock.charba.client.intl.enums
Enumerates the possible values how to display the currency in currency formatting.
CurrencyDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
Creates with the property value to use in the native object.
CurrencySign - Enum in org.pepstock.charba.client.intl.enums
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting you can use "accounting".
The default value is "standard".
CurrencySign(String) - Constructor for enum org.pepstock.charba.client.intl.enums.CurrencySign
Creates with the property value to use in the native object.
current - Variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
 
currentDatasets - Variable in class org.pepstock.charba.client.data.Data
 
cursor - Variable in class org.pepstock.charba.client.commons.IteratorImpl
 
cursor - Variable in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
 
cursorOverSelectionCleaner - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
CursorType - Enum in org.pepstock.charba.client.dom.enums
Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.
CursorType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.CursorType
Creates with the property value to use in the native object.
CUSTOM_SUFFIX - Static variable in class org.pepstock.charba.client.InjectorPrefixHelper
 
customPrefixPackageName - Variable in class org.pepstock.charba.client.InjectorPrefixHelper
 
CustomTooltipPosition - Class in org.pepstock.charba.client.positioner
Custom tooltip position to use in the chart options to configure charts.
It must not be equals of the out of the box ones.
CustomTooltipPosition(String) - Constructor for class org.pepstock.charba.client.positioner.CustomTooltipPosition
Creates the object using the name of tooltip position passes as argument
CYCLE_PROPERTY_VALUE - Static variable in class org.pepstock.charba.client.utils.JSONReplacerConstants
 

D

darker() - Method in interface org.pepstock.charba.client.colors.IsColor
Creates a new Color that is a darker version of this Color.
This method applies an arbitrary scale factor to each of the three RGB components of this Color to create a darker version of this Color.
Although brighter and darker are inverse operations, the results of a series of invocations of these two methods might be inconsistent because of rounding errors.
darker(double) - Method in interface org.pepstock.charba.client.colors.IsColor
Creates a new Color that is a darker version of this Color.
This method applies an arbitrary scale factor to each of the three RGB components of this Color to create a darker version of this Color.
Although brighter and darker are inverse operations, the results of a series of invocations of these two methods might be inconsistent because of rounding errors.
dash - Variable in class org.pepstock.charba.client.colors.tiles.CrossDash
 
Dash - Class in org.pepstock.charba.client.colors.tiles
DASH drawer to design a dash in the tile.
It designs a dash in the the following tile sections (A and B):

Dash() - Constructor for class org.pepstock.charba.client.colors.tiles.Dash
 
dash - Variable in class org.pepstock.charba.client.colors.tiles.DotDash
 
data - Variable in class org.pepstock.charba.client.AbstractChart
 
Data - Class in org.pepstock.charba.client.data
CHART.JS entity object to configure the data options of a chart.
It contains labels and data sets.
Data(ChartEnvelop<IsChart>) - Constructor for class org.pepstock.charba.client.data.Data
Creates the object with an empty native object.
Data.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
DATA_USAGE_MESSAGE - Static variable in class org.pepstock.charba.client.data.Dataset
 
DataEnvelop<T> - Class in org.pepstock.charba.client.data
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
DataEnvelop(T) - Constructor for class org.pepstock.charba.client.data.DataEnvelop
Create an envelop with the content passed as argument.
DataEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.data.DataEnvelop
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
DataItem - Class in org.pepstock.charba.client.items
This object is wrapping the value of data set which can be used in the the plugins (extensions) callbacks.
The value could be a double, string or a FloatingData if the data set is a BAR data set and uses floating bars data.
DataItem(Object) - Constructor for class org.pepstock.charba.client.items.DataItem
Creates the object with object which represents the value.
dataItem - Variable in class org.pepstock.charba.client.labels.LabelsContext
 
DataLabelId - Interface in org.pepstock.charba.client.datalabels
Represents the label id of a label configuration object in the DataLabelsPlugin.ID plugin.
DataLabelsContext - Class in org.pepstock.charba.client.datalabels
The option context is used to give contextual information when resolving options for DataLabelsPlugin.
DataLabelsContext(LabelItem, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsContext
Creates the object with native object instance to be wrapped and the label instance.
DataLabelsContext.Property - Enum in org.pepstock.charba.client.datalabels
Name of properties of native object.
DataLabelsDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory.DataLabelsDefaultsOptionsFactory
To avoid any instantiation.
DataLabelsEnvelop<T> - Class in org.pepstock.charba.client.datalabels
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
DataLabelsEnvelop(T) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsEnvelop
Create an envelop with the content passed as argument.
DataLabelsOptions - Class in org.pepstock.charba.client.datalabels
This is the DataLabelsPlugin.ID plugin options where to set all the configuration needed to the plugin.
The options could be set by simply the value or by setting a callback.
The DataLabelsPlugin.ID plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts.
DataLabelsOptions() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptions
Creates new DataLabelsPlugin.ID plugin options.
DataLabelsOptions(IsChart) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptions
Creates new DataLabelsPlugin.ID plugin options, relating to chart instance for default.
DataLabelsOptions(IsDefaultDataLabelsOptions, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptions
Creates new DataLabelsPlugin.ID plugin options.
DataLabelsOptions.Property - Enum in org.pepstock.charba.client.datalabels
Name of properties of native object.
DataLabelsOptionsBuilder - Class in org.pepstock.charba.client.datalabels
Comfortable object to create DataLabelsPlugin.ID plugin options by a builder.
DataLabelsOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
To avoid any instantiation
DataLabelsOptionsFactory - Class in org.pepstock.charba.client.datalabels
Factory to get the options (form chart, form dataset or from default global ones) related to DataLabelsPlugin.ID plugin.
DataLabelsOptionsFactory() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory
To avoid any instantiation.
DataLabelsOptionsFactory.DataLabelsDefaultsOptionsFactory - Class in org.pepstock.charba.client.datalabels
Internal factory to create options from default global option for the plugin
DataLabelsPlugin - Class in org.pepstock.charba.client.datalabels
Entry point of DATALABELS plugin to enable the plugin.
The DataLabelsPlugin.ID plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts.
DataLabelsPlugin() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsPlugin
To avoid any instantiation
DataLabelsPluginResource - Class in org.pepstock.charba.client.datalabels
Contains the content of chartjs-plugin-datalabels.min.js to inject.
DataLabelsPluginResource() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsPluginResource
Creates the injectable resource with chartjs-plugin-datalabels.min.js content.
DataLabelsPointerHandler - Class in org.pepstock.charba.client.impl.callbacks
DataLabelsPlugin.ID event callback to change the cursor type when the labels are clickable.
DataLabelsPointerHandler() - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
Creates a callback setting the DataLabelsPointerHandler.DEFAULT_CURSOR as pointer.
DataLabelsPointerHandler(CursorType) - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
Creates a callback setting the pointer cursor what is passed as argument.
DataLabelsSelectionHandler - Class in org.pepstock.charba.client.impl.callbacks
DataLabelsPlugin.ID event callbacks to invoke data set selection handlers if there were defined.
This can substitute the event handling at chart level.
DataLabelsSelectionHandler() - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
Creates a callback setting CursorType.POINTER as pointer.
DataLabelsSelectionHandler(CursorType) - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
Creates a callback setting the pointer cursor what is passed as argument.
DataPoint - Class in org.pepstock.charba.client.data
Used for sparse datasets, such as those in scatter charts.
DataPoint() - Constructor for class org.pepstock.charba.client.data.DataPoint
Creates the object with an empty native object.
DataPoint(ItemsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.data.DataPoint
Creates the object with a native object passed as argument by and BaseEnvelop.
This is called by the DataItem.
DataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.data.DataPoint
Creates the object with a native object passed as argument.
dataPoint - Variable in class org.pepstock.charba.client.items.TooltipItem
 
DataPoint.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
No private because it is used by time series item
DataPointFactory() - Constructor for class org.pepstock.charba.client.data.Dataset.DataPointFactory
 
DATAPOINTS_FACTORY - Static variable in class org.pepstock.charba.client.data.Dataset
 
dataSelectionHandlers - Variable in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
 
dataset - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
 
dataset - Variable in class org.pepstock.charba.client.data.AbstractContainer
 
Dataset - Class in org.pepstock.charba.client.data
The chart allows a number of properties to be specified for each data set.
Dataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.Dataset
Creates the data set using a default and chart type related to the data set, adding patterns and gradients element.
dataset - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
dataset - Variable in class org.pepstock.charba.client.defaults.globals.DefaultDatasets
 
Dataset.CanvasObjectKey - Interface in org.pepstock.charba.client.data
Interface to map color property which can or can not manage Pattern or CanvasPatternItem.
Dataset.CanvasObjectProperty - Enum in org.pepstock.charba.client.data
Name of common properties of native object related to a dataset.
Dataset.CommonProperty - Enum in org.pepstock.charba.client.data
Name of common properties of native object related to a dataset.
Dataset.DataPointFactory - Class in org.pepstock.charba.client.data
Factory to create a data point from a native object, used for array container lists.
Dataset.InternalProperty - Enum in org.pepstock.charba.client.data
Name of private properties of native object.
Dataset.TimeSeriesItemFactory - Class in org.pepstock.charba.client.data
Factory to create a time series item from a native object, used for array container lists.
DatasetCanvasObjectFactory - Class in org.pepstock.charba.client.data
Utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a canvas gradient or pattern must be created.
DatasetCanvasObjectFactory() - Constructor for class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
To avoid any instantiation
DatasetContext - Class in org.pepstock.charba.client.callbacks
The option context is used to give contextual information when resolving options.
DatasetContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.DatasetContext
Creates the object with native object instance to be wrapped.
DatasetElement - Class in org.pepstock.charba.client.items
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The elements are mapped by this object.
This is the CHART.JS item with all needed info about a selected data set.
This object has been created and passed to event handler or callbacks to apply own logic.
DatasetElement(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.DatasetElement
Creates the item using an envelop of the native java script object which contains all properties.
DatasetElement(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetElement
Creates the item using a native java script object which contains all properties.
DatasetElement.DatasetItemFactory - Class in org.pepstock.charba.client.items
Inner class to create data set item by a native object.
DatasetElement.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
DatasetElementOptions - Class in org.pepstock.charba.client.items
This item provides all information about the view where a dataset has been displayed.
This object has been created and passed to event handler or callbacks to apply own logic.
This is a wrapper of the CHART.JS item with all needed info.
DatasetElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetElementOptions
Creates the item using a native java script object which contains all properties.
DatasetElementOptions.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
DatasetGrandientCallback - Class in org.pepstock.charba.client.data
Callback to set a Gradient as background or border color.
This is used and set in the dataset when a canvas object is set for a background or border color.
DatasetGrandientCallback(GradientsContainer, Dataset.CanvasObjectKey) - Constructor for class org.pepstock.charba.client.data.DatasetGrandientCallback
Creates the callback using the container of canvas object and the property related to the canvas object to set in the dataset.
datasetIndex - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
 
DatasetItem - Class in org.pepstock.charba.client.items
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
Created and passed by CHART.JS and provide dataset information.
DatasetItem(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.DatasetItem
Creates the item using an envelop with the native java script object which contains all properties.
DatasetItem() - Constructor for class org.pepstock.charba.client.items.DatasetItem
To avoid any user creation but provides an empty object
DatasetItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetItem
Creates the item using a native java script object which contains all properties.
datasetItem - Variable in class org.pepstock.charba.client.items.PluginDatasetArgument
 
DatasetItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
datasetItemController - Variable in class org.pepstock.charba.client.items.DatasetItem
 
DatasetItemController - Class in org.pepstock.charba.client.items
This item provides all information about the dataset controller which has been displayed.
This object has been created and passed to event handler or callbacks to apply own logic.
This is a wrapper of the CHART.JS item with all needed info.
DatasetItemController(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetItemController
Creates the item using a native java script object which contains all properties.
DatasetItemController.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
DatasetItemFactory() - Constructor for class org.pepstock.charba.client.items.DatasetElement.DatasetItemFactory
 
DatasetPatternCallback - Class in org.pepstock.charba.client.data
Callback to set a Pattern as background color.
This is used and set in the dataset when a canvas object is set for a background color.
DatasetPatternCallback(PatternsContainer, Dataset.CanvasObjectKey) - Constructor for class org.pepstock.charba.client.data.DatasetPatternCallback
Creates the callback using the container of canvas object and the property related to the canvas object to set in the dataset.
DatasetPoint - Class in org.pepstock.charba.client.items
It wraps the parsed data values for the given item point.
DatasetPoint(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.DatasetPoint
Creates the object with a native object passed as argument.
DatasetPoint(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetPoint
Creates the object with a native object passed as argument.
DatasetPoint.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
DatasetRangeCleanSelectionEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user cleans an area on the chart, by DatasetsItemsSelector.ID plugin.
DatasetRangeCleanSelectionEvent(BaseNativeEvent) - Constructor for class org.pepstock.charba.client.events.DatasetRangeCleanSelectionEvent
Creates the event with native event.
DatasetRangeCleanSelectionEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart area cleaning, by DatasetsItemsSelector.ID plugin.
DatasetRangeSelectionEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user selects an area on the chart, by DatasetsItemsSelector.ID plugin.
DatasetRangeSelectionEvent(BaseNativeEvent, ScaleValueItem, ScaleValueItem) - Constructor for class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
Creates the event with start and end values of selected scale
DatasetRangeSelectionEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart area selecting, by DatasetsItemsSelector.ID plugin.
DatasetReference - Class in org.pepstock.charba.client.items
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The elements are mapped by this object.
This is the CHART.JS item with all needed info about a selected data set, providing the right indexes to get the data set.
DatasetReference(AbstractDatasetContext, DatasetElement) - Constructor for class org.pepstock.charba.client.items.DatasetReference
Creates the item reference using a a scriptale context and a data set item.
DatasetReference(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetReference
Creates the item using a native java script object which contains all properties.
DatasetReference.DatasetReferenceItemFactory - Class in org.pepstock.charba.client.items
Inner class to create data set reference item by a native object.
DatasetReference.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
DatasetReferenceItemFactory() - Constructor for class org.pepstock.charba.client.items.DatasetReference.DatasetReferenceItemFactory
To avoid any instantiation
datasets - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Datasets - Class in org.pepstock.charba.client.configuration
It contains the options to apply to all data sets of the chart.
Datasets(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Datasets
Builds the object storing the chart instance and the root options element.
datasets - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
 
datasets - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
Datasets - Class in org.pepstock.charba.client.options
Contains the options for the datasets.
Datasets(Options, Key, IsDefaultDatasets, NativeObject) - Constructor for class org.pepstock.charba.client.options.Datasets
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
datasets - Variable in class org.pepstock.charba.client.options.Options
 
DatasetSelectionEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the chart and selects a dataset.
This event doesn't suppress the click event on the chart.
DatasetSelectionEvent(BaseNativeEvent, DatasetReference) - Constructor for class org.pepstock.charba.client.events.DatasetSelectionEvent
Creates the event with dataset reference item related to the click
DatasetSelectionEvent(BaseNativeEvent, IsChart, DatasetReference) - Constructor for class org.pepstock.charba.client.events.DatasetSelectionEvent
Creates the event with dataset reference item related to the click and the chart instance
DatasetSelectionEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart dataset selecting.
DatasetsItemsSelector - Class in org.pepstock.charba.client.impl.plugins
Enables the datasets items selection directly in the the canvas.
It works only for line and bar chart instances and if ZoomPlugin is disable.
It will add mouser listeners to canvas.
Tooltips will be disable to avoid events conflicts.
Overrides also the events which can be caught (only click and touchstart).
It activates also the legend click handler to avoid that all datasets will be hidden.
DatasetsItemsSelector() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
To avoid any instantiation
DatasetsItemsSelectorDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
Configuration options of DEFAULT GLOBAL options of DatasetsItemsSelector.ID plugin.
This is used to set the defaults to chart options for the plugin.
DatasetsItemsSelectorDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
To avoid any instantiation
DatasetsItemsSelectorDefaultSelectionCleaner - Class in org.pepstock.charba.client.impl.plugins
DatasetsItemsSelector.ID plugin default options for SELECTION CLEANER element.
DatasetsItemsSelectorDefaultSelectionCleaner() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultSelectionCleaner
Creates an empty object.
DatasetsItemsSelectorDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory.DatasetsItemsSelectorDefaultsOptionsFactory
To avoid any instantiation.
DatasetsItemsSelectorOptions - Class in org.pepstock.charba.client.impl.plugins
Configuration options of DatasetsItemsSelector.ID plugin.
It is managing:
the X axis ID the selection color the border color the border width the border dash the border dash offset "clear" options
DatasetsItemsSelectorOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values.
DatasetsItemsSelectorOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global.
DatasetsItemsSelectorOptions(IsDatasetsItemsSelectorDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Builds the object using the java script object of options and the defaults, set by user.
Used internally to call the plugin.
DatasetsItemsSelectorOptions(IsDatasetsItemsSelectorDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Builds the object using the java script object of options and the defaults, set by user.
Used internally to call the plugin.
DatasetsItemsSelectorOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
Name of properties of native object.
DatasetsItemsSelectorOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
Comfortable object to create DatasetsItemsSelector.ID plugin options by a builder.
DatasetsItemsSelectorOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
To avoid any instantiation
DatasetsItemsSelectorOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Factory to get the options (form chart or from default global ones) related to DatasetsItemsSelector.ID plugin.
DatasetsItemsSelectorOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory
To avoid any instantiation.
DatasetsItemsSelectorOptionsFactory.DatasetsItemsSelectorDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Internal factory to create options from default global option for the plugin.
dataType - Variable in enum org.pepstock.charba.client.enums.AxisType
 
DataType - Enum in org.pepstock.charba.client.enums
Enumeration with all possible types of data set in the dataset.
DataType(String) - Constructor for enum org.pepstock.charba.client.enums.DataType
Creates with the property value to use in the native object.
dataType - Variable in class org.pepstock.charba.client.items.DataItem
 
dataType - Variable in class org.pepstock.charba.client.items.ScaleValueItem
 
DATE - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object date formatter for localization, "Intl.DateTimeFormat".
DateAdapter - Class in org.pepstock.charba.client.adapters
Maps a date adapter provided by CHART.JS to manage time series.
It provides a set of methods to manage, parse and format dates and times.
DateAdapter() - Constructor for class org.pepstock.charba.client.adapters.DateAdapter
Creates a date adapter without any options.
DateAdapter(DateAdapterOptions) - Constructor for class org.pepstock.charba.client.adapters.DateAdapter
Creates a date adapter using the options passed as argument.
dateAdapter - Variable in class org.pepstock.charba.client.resources.EmbeddedResources
 
DateAdapterFormats - Class in org.pepstock.charba.client.adapters
Contains all date time formats that a date adapter can manage.
DateAdapterFormats() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterFormats
Creates the object with an empty native object instance.
DateAdapterFormats(NativeObject) - Constructor for class org.pepstock.charba.client.adapters.DateAdapterFormats
Creates the object with the native object to map java script properties.
DateAdapterFormats.Property - Enum in org.pepstock.charba.client.adapters
Name of properties of native object.
DateAdapterInjectionComplete - Class in org.pepstock.charba.client.resources
Utility object in order to notify a date adapter module that has been inject.
This object can not be instantiated out of this package to avoid that anyone will change the module status without a real injection.
DateAdapterInjectionComplete() - Constructor for class org.pepstock.charba.client.resources.DateAdapterInjectionComplete
To avoid any instantiation
DateAdapterModule - Class in org.pepstock.charba.client.adapters
Every date adapter needs to have a module with some attributes of date adapter itself.
It provides a single point of glass on date adapter.
DateAdapterModule() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterModule
To avoid any instantiation
DateAdapterOptions - Class in org.pepstock.charba.client.adapters
Simple class to map LUXON options to provide to date time adapter.
DateAdapterOptions() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterOptions
Creates the object with an empty native object instance.
DateAdapterOptions(NativeObject, IsDefaultDateAdapterOptions) - Constructor for class org.pepstock.charba.client.adapters.DateAdapterOptions
Creates the options by a native object and a default values instance.
dateAdapterOptions - Variable in class org.pepstock.charba.client.configuration.Adapters
 
dateAdapterOptions - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartAdapters
 
dateAdapterOptions - Variable in class org.pepstock.charba.client.options.ScaleDateAdapter
 
DateAdapterOptions.DateAdaptersOptionsFactory - Class in org.pepstock.charba.client.adapters
Date adapter options factory for LUXON option.
It should be use to get stored LUXON options from global, chart options and configurations.
DateAdapterOptions.Property - Enum in org.pepstock.charba.client.adapters
Name of properties of native object.
DateAdaptersOptionsFactory() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
To avoid any instantiation
dateAdpaterOptions - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
 
dateLibrary - Variable in class org.pepstock.charba.client.resources.EmbeddedResources
 
dateOptions - Variable in class org.pepstock.charba.client.options.Adapters
 
DATETIME_FORMAT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object date formatter for localization, "Intl.DateTimeFormat".
datetimeAdapter() - Method in interface org.pepstock.charba.client.resources.DeferredResourcesBundle
Contains text representation of CHART.JS adapter code form LUXON.
DateTimeFormat - Class in org.pepstock.charba.client.intl
The object is a constructor for objects that enable language-sensitive date and time formatting.
See MDN for more details.
DateTimeFormat() - Constructor for class org.pepstock.charba.client.intl.DateTimeFormat
Creates object that enable language sensitive date time formatting, using the default locale.
DateTimeFormat(CLocale) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormat
Creates object that enable language sensitive date time formatting, using the locale options.
DateTimeFormat(CLocale, DateTimeFormatOptions) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormat
Creates object that enables language sensitive date time formatting, using the locale options and specific options.
DateTimeFormatOptions - Class in org.pepstock.charba.client.intl
The object configures a date time formatter.
See MDN for more details.

PAY ATTENTION
The following methods are not supported on Edge and Safari.
DateTimeFormatOptions.setDateStyle(DateTimeStyle) and DateTimeFormatOptions.getDateStyle() DateTimeFormatOptions.setTimeStyle(DateTimeStyle) and DateTimeFormatOptions.getTimeStyle()
DateTimeFormatOptions() - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatOptions
Creates new number format options object.
DateTimeFormatOptions(NativeObject) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatOptions
Creates the object with native object instance to be wrapped.
DateTimeFormatOptions(NativeObject, IsDefaultDateTimeFormatOptions) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatOptions
Creates the object with native object instance to be wrapped.
DateTimeFormatOptions.DateTimeFormatOptionsFactory - Class in org.pepstock.charba.client.intl
Creates a date time format options by a native object and a default values instance.
DateTimeFormatOptions.Property - Enum in org.pepstock.charba.client.intl
Name of properties of native object.
DateTimeFormatOptionsFactory() - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
To avoid any instantiation
DateTimeFormatWrapper - Class in org.pepstock.charba.client.intl
It wraps the NativeDateTimeFormat JavaScript object in order to format dates.
DateTimeFormatWrapper(CLocale, DateTimeFormatOptions) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatWrapper
Creates object that enables language sensitive date time formatting, using the locale options and specific options.
DateTimeFormatWrapper.ResolvedOptions - Class in org.pepstock.charba.client.intl
Wrapper of a date time format options in order to be consumed by its interface, when the resolve options methods has been invoked.
Wrapper is need in order to return only the interface with "get" methods.
datetimeLibrary() - Method in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesResource
Contains text representation of date-time LUXON java script library code.
datetimeLibrary() - Method in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesWithoutLibraryResource
Contains text representation of date-time LUXON java script library code.
datetimeLibrary() - Method in interface org.pepstock.charba.client.resources.DeferredResourcesBundle
Contains text representation of date-time LUXON java script library code.
DateTimeStyle - Enum in org.pepstock.charba.client.intl.enums
Enumerates the possible display when the formatting, that should be displayed for the date and/or the time.
The date formatting style to use when calling AbstractFormat.format(java.lang.Object).
DateTimeStyle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.DateTimeStyle
Creates with the property value to use in the native object.
DBL_CLICK - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "dblclick" type.
dblclickCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
Decimation - Class in org.pepstock.charba.client.configuration
The configuration for DefaultPluginId.DECIMATION plugin.
Decimation(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Decimation
Builds the object storing the root options element.
decimation - Variable in class org.pepstock.charba.client.configuration.LineOptions
 
decimation - Variable in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
 
decimation - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
 
decimation - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
Decimation - Class in org.pepstock.charba.client.options
The decimation plugin can be used with line charts to automatically decimate data at the start of the chart life cycle.

To use the decimation plugin, the following requirements must be met:
the data set must have an IndexAxis.X the data set must be a LineDataset the X axis for the data set must be either a CartesianLinearAxis or CartesianTimeAxis or CartesianTimeSeriesAxis
Decimation(Plugins, Key, IsDefaultDecimation, NativeObject) - Constructor for class org.pepstock.charba.client.options.Decimation
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
decimation - Variable in class org.pepstock.charba.client.options.Options
 
Decimation.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
DecimationAlgorithm - Enum in org.pepstock.charba.client.enums
Enumerates the possible algorithm that DefaultPluginId.DECIMATION plugin can use for its work.
DecimationAlgorithm(String) - Constructor for enum org.pepstock.charba.client.enums.DecimationAlgorithm
Creates with the property value to use in the native object.
DEFAULT_ADJUST_SCALE_RANGE - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
Default annotation adjust scale range, true.
DEFAULT_ALIGN - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default position of the label relative to the anchor point position and orientation, Align.CENTER.
DEFAULT_ALIGN - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default selection cleaner box alignment, Align.RIGHT.
DEFAULT_ALIGN_TO_PIXEL - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_ALPHA - Static variable in class org.pepstock.charba.client.colors.Color
Default transparency is 1.0, (no transparency).
DEFAULT_ALPHA - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default alpha of selecting/selection colors, 0.3.
DEFAULT_ANCHOR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default anchor point, which is defined by an orientation vector and a position on the data element, Anchor.CENTER.
DEFAULT_ANIMATE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_ANIMATE_ROTATE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
 
DEFAULT_ANIMATE_SCALE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
 
DEFAULT_ANIMATED - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
DEFAULT_ANIMATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
 
DEFAULT_ANIMATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition
 
DEFAULT_ANIMATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition
 
DEFAULT_ANIMATION_COLLECTION_KEYS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
 
DEFAULT_ANIMATION_COLLECTION_KEYS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
 
DEFAULT_ANIMATION_MODE_KEYS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
 
DEFAULT_ANIMATION_PROPERTIES_KEYS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
 
DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
Default animation mode element.
DEFAULT_ANIMATIONS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
 
DEFAULT_ARC - Static variable in class org.pepstock.charba.client.labels.Label
Default to enable drawing label in arc, false.
DEFAULT_ASPECT_RATIO - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_AUTO_FONT_SIZE - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
DEFAULT_AUTO_SKIP - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_AUTO_SKIP_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_AXIS_ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default X axis id, DefaultScaleId.X.
DEFAULT_BACKDROP_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_BACKDROP_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_BACKGROUND_ALPHA - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default transparency value for the background color, 0.5.
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label background color, rgba(0, 0, 0, 0.8).
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default background color, "rgba(100, 100, 100, 0.7)".
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default background color, null, and uses the background color of dataset.
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Default background color, HtmlColor.WHITE.
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.zoom.Drag
Default background color, "rgba(225,225,225,0.3)".
DEFAULT_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label background color as string, rgba(0, 0, 0, 0.8).
DEFAULT_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default background color as string, "rgba(100, 100, 100, 0.7)".
DEFAULT_BAR_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
DEFAULT_BAR_THICKNESS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
DEFAULT_BEGIN_AT_ZERO - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_BODY_FONT_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_BODY_SPACING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default border color, null, and uses the border color of dataset.
DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default border color for area, GwtMaterialColor.GREY_DARKEN_2.
DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.zoom.Drag
Default border color, "rgb(225,225,225)".
DEFAULT_BORDER_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
 
DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default border dash offset of selection area, 0.0.
DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default border radius of labels, 0.0.
DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
Default box annotation border width, 1.
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
Default box annotation border width, 1.
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
Default line annotation border width, 2.
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
Default point annotation border width, 2.
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default border width of labels, 0.
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default border width of selection area, 0.
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.zoom.Drag
Default border width, 0.
DEFAULT_BOX_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
DEFAULT_CANVAS_PATTERN - Static variable in class org.pepstock.charba.client.colors.Pattern
 
DEFAULT_CAP_BEZIER_POINTS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
DEFAULT_CARET_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_CARET_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_CATEGORY_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
DEFAULT_CIRCULAR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_CIRCUMFERENCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_CIRCUMFERENCE - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
DEFAULT_CLAMP - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default to enforce the anchor position to be calculated based on the visible geometry of the associated element, false.
DEFAULT_CLIP - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default to enforce the part of the label which is outside the chart area will be masked, false.
DEFAULT_COLLECTION_COLORS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
 
DEFAULT_COLLECTION_NUMBERS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
 
DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label text color, HtmlColor.WHITE.
DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default color for area, GwtMaterialColor.ORANGE_LIGHTEN_3, alpha 0.3.
DEFAULT_COLORS_COLLECTION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
 
DEFAULT_CONTEXT_ARGUMENT - Static variable in class org.pepstock.charba.client.callbacks.NativeCallback
 
DEFAULT_CORNER_RADIUS - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
Default box annotation corner radius, 0.
DEFAULT_CORNER_RADIUS - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label corner radius, 6.
DEFAULT_CORNER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_COUNT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_CURSOR - Static variable in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
Default pointer cursor to use if omitted, CursorType.POINTER.
DEFAULT_CURSOR_POINTER - Static variable in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
Default cursor type when the cursor is over, CursorType.POINTER.
DEFAULT_CUTOUT - Static variable in class org.pepstock.charba.client.configuration.PieOptions
 
DEFAULT_CUTOUT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_CUTOUT_PERCENTAGE - Static variable in class org.pepstock.charba.client.configuration.DoughnutOptions
 
DEFAULT_CUTOUT_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_CUTOUT_PERCENTAGE - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
DEFAULT_DELAY - Static variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
DEFAULT_DESTROY_ON_DETACH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
Default annotation display, true.
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label display, false.
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default visibility of labels, Display.TRUE.
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
 
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
 
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Default display if legend must be showed.
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default flag if selection cleaner must be showed in the chart, value is false.
DEFAULT_DISPLAY_COLORS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_DOUBLE_CLICK_SPEED - Static variable in class org.pepstock.charba.client.annotation.AnnotationOptions
Default double click speed in milliseconds, 350.
DEFAULT_DRAW_BORDER - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_DRAW_ON_ATTACH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_DRAW_ON_CHART_AREA - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_DRAW_TICKS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_DRAW_TIME - Static variable in class org.pepstock.charba.client.annotation.AnnotationOptions
Default draw time, DrawTime.AFTER_DATASETS_DRAW.
DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
 
DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition
 
DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition
 
DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
 
DEFAULT_EMPTY_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Default empty color, rgb(234, 234, 234).
DEFAULT_EMPTY_VALUE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Default empty color as string, rgb(234, 234, 234).
DEFAULT_ENABLE_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
 
DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultMajor
 
DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default enabled options, true.
DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Drag
Default enabled, false.
DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Pan
Default enabled, false.
DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Pinch
Default enabled, false.
DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Wheel
Default enabled, false.
DEFAULT_ENCODER_OPTIONS - Static variable in class org.pepstock.charba.client.dom.elements.Canvas
 
DEFAULT_EVENTS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_FONT_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
Default color of render, rgb(128, 128, 128)
DEFAULT_FONT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label font color as string, rgb(255, 255, 255).
DEFAULT_FONT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
DEFAULT_FONT_FAMILY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
DEFAULT_FONT_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
DEFAULT_FONT_STYLE - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label font style, FontStyle.BOLD.
DEFAULT_FOOTER_FONT_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_FOOTER_MARGIN_TOP - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_FOOTER_SPACING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_FROM - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
DEFAULT_FROM - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection
 
DEFAULT_FROM_AS_BOOLEAN - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
DEFAULT_FROM_AS_STRING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
DEFAULT_FULL_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
DEFAULT_FULL_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
DEFAULT_GRACE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_GRACE_AS_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_GROUPED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
DEFAULT_HAS_OPTIONS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
 
DEFAULT_HEIGHT - Static variable in class org.pepstock.charba.client.AbstractChart
 
DEFAULT_HIDDEN - Static variable in class org.pepstock.charba.client.data.Dataset
 
DEFAULT_HIT_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
DEFAULT_HOVER_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
DEFAULT_HOVER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
DEFAULT_HTML_TEXT - Static variable in class org.pepstock.charba.client.items.LegendTextHandler
 
DEFAULT_IMAGE - Static variable in class org.pepstock.charba.client.colors.Pattern
 
DEFAULT_INCLUDE_BOUNDS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_INTERNAL_PREFIX_ID - Static variable in class org.pepstock.charba.client.commons.IncrementalIdHandler
 
DEFAULT_INTERSECT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
 
DEFAULT_LABEL - Static variable in class org.pepstock.charba.client.data.BarDataset
 
DEFAULT_LABEL - Static variable in class org.pepstock.charba.client.data.LiningDataset
 
DEFAULT_LABEL - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default label for selection cleaner element, value is "Reset selection".
DEFAULT_LABEL_COLOR - Static variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
DEFAULT_LABEL_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_LABEL_POINT_STYLE - Static variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
DEFAULT_LINE_CAP - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default to determine the shape used to draw the end points of lines, CapStyle.ROUND.
DEFAULT_LINE_HEIGHT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
DEFAULT_LINE_HEIGHT_STRING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
DEFAULT_LINE_JOIN - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default to determine the shape used to join two line segments where they meet, JoinStyle.ROUND.
DEFAULT_LINE_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
DEFAULT_LINE_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_LOCALE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
 
DEFAULT_LOOP - Static variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
DEFAULT_MAINTAIN_ASPECT_RATIO - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_MARGIN - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default margin from canvas for selection cleaner element, value is 2.
DEFAULT_MAX - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_MAX - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterChart
Default of maximum value of data in the a dataset (percentage based), 100.0.
DEFAULT_MAX_BAR_THICKNESS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
DEFAULT_MAX_HEIGHT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
DEFAULT_MAX_ROTATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_MAX_TICKS_LIMIT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_MAX_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
DEFAULT_MAXIMUM_LEGEND_COLUMNS - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Default maximum legends columns to show.
DEFAULT_MAXIMUM_SIGNIFICANT_DIGITS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
DEFAULT_MAXIMUM_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Default maximum value is 100.0.
DEFAULT_MIN - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_MIN_BAR_LENGTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
DEFAULT_MIN_ROTATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_MINIMUM_INTEGER_DIGITS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
DEFAULT_MINIMUM_SIGNIFICANT_DIGITS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
DEFAULT_MIRROR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_MODE - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Default mode directions, InteractionAxis.XY.
DEFAULT_MULTI_KEY_BACKGROUND - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_NUMBERING_SYSTEM - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
 
DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.colors.GradientColor
 
DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default distance (in pixels) to pull the label away from the anchor point, 4.
DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_OFFSET_START - Static variable in class org.pepstock.charba.client.colors.GradientColor
Offset 0 defined as default start.
DEFAULT_OFFSET_STOP - Static variable in class org.pepstock.charba.client.colors.GradientColor
Offset 1 defined as default stop.
DEFAULT_OPACITY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default opacity, 1.0.
DEFAULT_OPACITY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
 
DEFAULT_ORDER - Static variable in class org.pepstock.charba.client.data.OrderHandler
 
DEFAULT_OUTPUT_CALENDAR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
 
DEFAULT_OUTSIDE_PADDING - Static variable in class org.pepstock.charba.client.labels.Label
Default padding when position is Position.OUTSIDE, 2.
DEFAULT_OVER_SCALE_MODE - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Default mode directions, when over the scale, InteractionAxis.XY.
DEFAULT_OVERLAP - Static variable in class org.pepstock.charba.client.labels.Label
Default to enable drawing label even it's overlap, true.
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.datalabels.Padding
Default padding, 4.
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLayout
 
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
 
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
 
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default padding for selection cleaner element, value is 4.
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.items.PaddingItem
 
DEFAULT_PADDING_FOR_CALLBACK - Static variable in class org.pepstock.charba.client.callbacks.ScriptableUtils
 
DEFAULT_POINT_STYLE_AS_IMG - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
DEFAULT_POINT_STYLE_IMG - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label position, LabelPosition.CENTER.
DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default selection cleaner box position, Position.BOTTOM.
DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.labels.Label
Default position to draw label, Position.DEFAULT.
DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
Default precision, 1.
DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Default precision, 2.
DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
Default precision 2 to apply rendering the value or percentage.
DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.labels.Label
Default the precision for percentage, 0.
DEFAULT_PROPAGATE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFiller
 
DEFAULT_R - Static variable in class org.pepstock.charba.client.data.DataPoint
 
DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
Default point annotation radius, 10.0.
DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
 
DEFAULT_RADIUS_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_RENDER - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default selection cleaner rendering, Render.IMAGE_LABEL.
DEFAULT_RENDER - Static variable in class org.pepstock.charba.client.labels.Label
Default rendering (what data must be showed), Render.VALUE.
DEFAULT_RESIZE_DELAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_RESPONSIVE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_REVERSE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
DEFAULT_REVERSE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_REVERSE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default the order of the colors in the selected scheme is reversed, false.
DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label rotation, 0.0.
DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
 
DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default clockwise rotation angle (in degrees) of the label, 0.0.
DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
DEFAULT_RTL - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
DEFAULT_RTL - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_SAMPLES - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
 
DEFAULT_SCHEME - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default color scheme, BrewerScheme.PAIRED12.
DEFAULT_SCHEME_CATEGORY - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default category when new color scheme has been created on top of the available schemes, "custom".
DEFAULT_SCHEME_SCOPE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default color scheme scope (for bar and bubble charts), SchemeScope.DATASET.
DEFAULT_SHADOW_BLUR - Static variable in class org.pepstock.charba.client.labels.Label
Default text shadow intensity, 6.
DEFAULT_SHADOW_COLOR - Static variable in class org.pepstock.charba.client.labels.Label
Default text shadow color, "rgba(0,0,0,0.3)".
DEFAULT_SHADOW_OFFSET_X - Static variable in class org.pepstock.charba.client.labels.Label
Default text shadow X offset, 3.
DEFAULT_SHADOW_OFFSET_Y - Static variable in class org.pepstock.charba.client.labels.Label
Default text shadow Y offset, 3.
DEFAULT_SHAPE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default the shape, Shape.SQUARE.
DEFAULT_SHAPE_COLOR - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default shape color, "rgba(255, 255, 255, 0.8)".
DEFAULT_SHAPE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default shape color as string, "rgba(255, 255, 255, 0.8)".
DEFAULT_SHOW_ACTUAL_PERCENTAGES - Static variable in class org.pepstock.charba.client.labels.Label
Default to enable showing the real calculated percentages from the values, false.
DEFAULT_SHOW_LABEL_BACKDROP - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_SHOW_LINE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_SHOW_LINE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
DEFAULT_SHOW_ZERO - Static variable in class org.pepstock.charba.client.labels.Label
Default to enable whether or not labels of value 0 are displayed, false.
DEFAULT_SINGLE_STACKED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_SIZE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default tile size, 20.
DEFAULT_SKIP_NULL - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_SPACING - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default spacing between label and image for selection cleaner element, value is 3.
DEFAULT_SPAN_GAPS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
DEFAULT_SPEED - Static variable in class org.pepstock.charba.client.zoom.Wheel
Default speed, 0.1.
DEFAULT_STACKED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_STACKED - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
 
DEFAULT_START_ANGLE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_STEP_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_STEP_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
DEFAULT_STEPPED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
DEFAULT_SUGGESTED_MAX - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_SUGGESTED_MIN - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_TENSION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default text align for labels, TextAlign.CENTER.
DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default text alignment being used when drawing the label text, TextAlign.START.
DEFAULT_TEXT_MARGIN - Static variable in class org.pepstock.charba.client.labels.Label
Default the margin of text when position is Position.OUTSIDE or Position.BORDER, 2.
DEFAULT_TEXT_SHADOW - Static variable in class org.pepstock.charba.client.labels.Label
Default to enable if draws text shadows under labels, false.
DEFAULT_TEXT_SHADOW_BLUR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default text shadow blur, 0.0.
DEFAULT_TEXT_STROKE_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_TEXT_STROKE_WIDTH - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default text stroke width, 0.
DEFAULT_TEXT_STROKE_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_THRESHOLD - Static variable in class org.pepstock.charba.client.zoom.Pan
Default threshold, 10.0.
DEFAULT_TICK_MARK_LENGTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_TITLE_FONT_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_TITLE_MARGIN_BOTTOM - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_TITLE_SPACING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_TO - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
DEFAULT_TO_AS_BOOLEAN - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
DEFAULT_TO_AS_STRING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
DEFAULT_USE_GROUPING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
DEFAULT_USE_POINT_STYLE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
DEFAULT_USE_POINT_STYLE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DEFAULT_USE_SELECTION_STYLE - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Default flag if selection cleaner will use selection area style, value is false.
DEFAULT_VALUE - Static variable in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
Default value for relative dataset index, AbsoluteDatasetIndexFill.DEFAULT_VALUE_AS_INT as string.
DEFAULT_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.Threshold
Default value, Double.MAX_VALUE.
DEFAULT_VALUE - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
 
DEFAULT_VALUE_AS_INT - Static variable in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
Default value for absolute dataset index, 0.
DEFAULT_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Default value color, rgb(140, 214, 16).
DEFAULT_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.Threshold
Default color value, DefaultThreshold.NORMAL.
DEFAULT_VALUE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Default value color as string, rgb(140, 214, 16).
DEFAULT_WEIGHT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
DEFAULT_WEIGHT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.AbstractChart
 
DEFAULT_X - Static variable in class org.pepstock.charba.client.data.DataPoint
 
DEFAULT_X_ADJUST - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label X adjust, 0.0.
DEFAULT_X_FOR_BAR_AND_LINE_OPTIONS - Static variable in enum org.pepstock.charba.client.enums.DefaultScaleId
Default scale id for X scale defined in the chart defaults for ChartType.BAR and ChartType.LINE.
DEFAULT_X_PADDING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label X padding, 6.
DEFAULT_Y - Static variable in class org.pepstock.charba.client.data.DataPoint
 
DEFAULT_Y_ADJUST - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label Y adjust, 0.0.
DEFAULT_Y_FOR_BAR_AND_LINE_OPTIONS - Static variable in enum org.pepstock.charba.client.enums.DefaultScaleId
Default scale id for Y scale defined in the chart defaults for ChartType.BAR and ChartType.LINE.
DEFAULT_Y_PADDING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
Default line label Y padding, 6.
DEFAULT_Z - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
DEFAULT_Z - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DEFAULT_ZONE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
 
DefaultAbstractNode() - Constructor for class org.pepstock.charba.client.commons.PropertyHandler.DefaultAbstractNode
Creates an empty AbstractNode.
DefaultAdapters - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ADPATERS element.
DefaultAdapters() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAdapters
To avoid any instantiation
DefaultAngleLines - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ANGLELINES element.
DefaultAngleLines() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
To avoid any instantiation
DefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ANIMATION element.
DefaultAnimation() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimation
To avoid any instantiation
DefaultAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for animation collection.
DefaultAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
To avoid any instantiation
DefaultAnimationCollection(AnimationCollectionKey) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
Creates a default animation collection wrapping the AnimationCollectionKey.
DefaultAnimationCollectionKey - Enum in org.pepstock.charba.client.enums
Cores animation collections names provided out of the box by CHART.JS.
DefaultAnimationCollectionKey(String, AnimationPropertyKey...) - Constructor for enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
Creates with the property value to use in the native object.
DefaultAnimationPropertyKey - Enum in org.pepstock.charba.client.enums
Cores animation properties, to use to animate, provided out of the box by CHART.JS.
DefaultAnimationPropertyKey(String, AnimationType) - Constructor for enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
Creates with the property value to use in the native object.
DefaultAnimations - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ANIMATION element.
DefaultAnimations() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimations
To avoid any instantiation
DefaultAnimationTransition - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for animation collection.
DefaultAnimationTransition() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
To avoid any instantiation
DefaultArc - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ARC element.
DefaultArc() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultArc
Creates a default arc
defaultBackgroundColor - Variable in class org.pepstock.charba.client.annotation.BackgroundColorHandler
 
DefaultBar - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for BAR element.
DefaultBar() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultBar
To avoid any instantiation
DefaultBaseFormatOptions - Class in org.pepstock.charba.client.defaults.globals
INTL default values for locale matcher options for internationalization.
DefaultBaseFormatOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
To avoid any instantiation
DefaultBox - Class in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin BOX annotation DEFAULTS options.
DefaultBox() - Constructor for class org.pepstock.charba.client.annotation.DefaultBox
To avoid any instantiation
DefaultChartAdapters - Class in org.pepstock.charba.client.defaults.chart
Defaults for adapters option element, based on chart type.
DefaultChartAdapters(Adapters) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAdapters
Creates the object by adapter option element instance.
DefaultChartAngleLines - Class in org.pepstock.charba.client.defaults.chart
Defaults for angle lines option element, based on chart type.
DefaultChartAngleLines(AngleLines) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
Creates the object by angle lines option element instance.
DefaultChartAnimation - Class in org.pepstock.charba.client.defaults.chart
Defaults for animation option element, based on chart type.
DefaultChartAnimation(IsDefaultAnimation) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
Creates the object by animation option element instance.
DefaultChartAnimationCollection - Class in org.pepstock.charba.client.defaults.chart
CHART.JS default values for animation collection.
DefaultChartAnimationCollection(IsDefaultAnimationCollection) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
Creates a default animation collection.
DefaultChartAnimations - Class in org.pepstock.charba.client.defaults.chart
Defaults for animations option element, based on chart type.
DefaultChartAnimations(IsDefaultAnimations) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
Creates the object by animations option element instance.
DefaultChartAnimationTransition - Class in org.pepstock.charba.client.defaults.chart
Defaults for property animation option element.
DefaultChartAnimationTransition(IsDefaultAnimationTransition) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
Creates the object wrapping a base animation instance.
DefaultChartArc - Class in org.pepstock.charba.client.defaults.chart
Defaults for arc option element, based on chart type.
DefaultChartArc(IsDefaultArc) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartArc
Creates the object by arc option element instance.
DefaultChartBar - Class in org.pepstock.charba.client.defaults.chart
Defaults for bar option element, based on chart type.
DefaultChartBar(IsDefaultBar) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartBar
Creates the object by bar option element instance.
DefaultChartDatasets - Class in org.pepstock.charba.client.defaults.chart
CHART.JS default values for DATASETS element.
DefaultChartDatasets(IsDefaultDatasets) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
Creates the object by datasets option element instance.
DefaultChartDateAdapterOptions - Class in org.pepstock.charba.client.defaults.chart
Defaults for date adapters option element, based on chart type.
DefaultChartDateAdapterOptions(IsDefaultDateAdapterOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
Creates the object by date adapter option element instance.
DefaultChartDecimation - Class in org.pepstock.charba.client.defaults.chart
Defaults for decimation plugin option element, based on chart type.
DefaultChartDecimation(IsDefaultDecimation) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
Creates the object by decimation plugin option element instance.
DefaultChartElements - Class in org.pepstock.charba.client.defaults.chart
Defaults for elements option element, based on chart type.
DefaultChartElements(IsDefaultElements) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartElements
Creates the object by elements option element instance.
DefaultChartFiller - Class in org.pepstock.charba.client.defaults.chart
Defaults for filler plugin option element, based on chart type.
DefaultChartFiller(IsDefaultFiller) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
Creates the object by filler plugin option element instance.
DefaultChartFont - Class in org.pepstock.charba.client.defaults.chart
Defaults for font option element, based on chart type.
DefaultChartFont(IsDefaultFont) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartFont
Creates the object by font option element instance.
DefaultChartGrid - Class in org.pepstock.charba.client.defaults.chart
Defaults for grid option element, based on chart type.
DefaultChartGrid(Grid) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
Creates the object by grid option element instance.
DefaultChartHover - Class in org.pepstock.charba.client.defaults.chart
Defaults for hover option element, based on chart type.
DefaultChartHover(IsDefaultInteraction) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartHover
Creates the object by hover option element instance.
DefaultChartInteraction - Class in org.pepstock.charba.client.defaults.chart
Defaults for interaction option element, based on chart type.
DefaultChartInteraction(IsDefaultInteraction) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
Creates the object by interaction option element instance.
DefaultChartLayout - Class in org.pepstock.charba.client.defaults.chart
Defaults for layout option element, based on chart type.
DefaultChartLayout(IsDefaultLayout) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
Creates the object by layout option element instance.
DefaultChartLegend - Class in org.pepstock.charba.client.defaults.chart
Defaults for legend option element, based on chart type.
DefaultChartLegend(IsDefaultLegend) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
Creates the object by legend option element instance.
DefaultChartLegendLabels - Class in org.pepstock.charba.client.defaults.chart
Defaults for legend labels option element, based on chart type.
DefaultChartLegendLabels(IsDefaultLegendLabels) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
Creates the object by legend labels option element instance.
DefaultChartLegendTitle - Class in org.pepstock.charba.client.defaults.chart
Defaults for legend title option element, based on chart type.
DefaultChartLegendTitle(IsDefaultLegendTitle) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
Creates the object by legend title option element instance.
DefaultChartLine - Class in org.pepstock.charba.client.defaults.chart
Defaults for line option element, based on chart type.
DefaultChartLine(IsDefaultLine) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLine
Creates the object by line option element instance.
defaultChartOptions - Variable in class org.pepstock.charba.client.AbstractChart
 
DefaultChartOptions - Class in org.pepstock.charba.client.defaults.chart
Defaults for options element, based on chart type.
DefaultChartOptions(ChartEnvelop<ExtendedOptions>) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
Creates the default by an extended options instance, which represents the whole options of a chart.
DefaultChartOptions(ChartOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
Creates the default by a chart options instance, which represents the global options of a chart.
DefaultChartOptions(ScaledOptions, Type) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
Creates the default by a scaled options element instance.
DefaultChartPadding - Class in org.pepstock.charba.client.defaults.chart
Defaults for padding option element, based on chart type.
DefaultChartPadding(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartPadding
Creates the object by padding option element instance.
DefaultChartPlugins - Class in org.pepstock.charba.client.defaults.chart
Defaults for plugins options, based on chart type.
DefaultChartPlugins(IsDefaultPlugins) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
Creates the object by plugins option element instance.
DefaultChartPoint - Class in org.pepstock.charba.client.defaults.chart
Defaults for point option element, based on chart type.
DefaultChartPoint(IsDefaultPoint) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
Creates the object by point option element instance.
DefaultChartPointLabels - Class in org.pepstock.charba.client.defaults.chart
Defaults for point labels option element, based on chart type.
DefaultChartPointLabels(PointLabels) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
Creates the object by point labels option element instance.
DefaultChartScale - Class in org.pepstock.charba.client.defaults.chart
Defaults for scale/axis option element, based on chart type.
DefaultChartScale(Scale) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartScale
Creates the object by scale option element instance.
DefaultChartScales - Class in org.pepstock.charba.client.defaults.chart
Defaults for scales/axes option element, based on chart type.
DefaultChartScales(Scales) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartScales
Creates the object by scales option element instance.
DefaultChartScaleTitle - Class in org.pepstock.charba.client.defaults.chart
Defaults for scale title option element, based on chart type.
DefaultChartScaleTitle(ScaleTitle) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
Creates the object by scale title option element instance.
DefaultChartTicks - Class in org.pepstock.charba.client.defaults.chart
Defaults for ticks option element, based on chart type.
DefaultChartTicks(Ticks) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
Creates the object by ticks option element instance.
DefaultChartTime - Class in org.pepstock.charba.client.defaults.chart
Defaults for time option element, based on chart type.
DefaultChartTime(Time) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTime
Creates the object by time option element instance.
DefaultChartTitle - Class in org.pepstock.charba.client.defaults.chart
Defaults for title option element, based on chart type.
DefaultChartTitle(IsDefaultTitle) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
Creates the object by title option element instance.
DefaultChartTooltips - Class in org.pepstock.charba.client.defaults.chart
Defaults for tooltips option element, based on chart type.
DefaultChartTooltips(IsDefaultTooltips) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
Creates the object by tooltip option element instance.
DefaultChartTransitions - Class in org.pepstock.charba.client.defaults.chart
Defaults for transitions option element, based on chart type.
DefaultChartTransitions(IsDefaultTransitions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
Creates the object by transitions option element instance.
DefaultChartTypedDatasets - Class in org.pepstock.charba.client.defaults.chart
Default values for DATASETS element for a specific Type.
DefaultChartTypedDatasets(IsDefaultTypedDataset) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
Creates the object by typed data set option element instance.
DefaultDatasets - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for DATASETS element.
DefaultDatasets() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultDatasets
To avoid any instantiation
DefaultDateAdapterOptions - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for DATE ADPATER options element.
DefaultDateAdapterOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
To avoid any instantiation
DefaultDateTimeFormatOptions - Class in org.pepstock.charba.client.defaults.globals
INTL default values for number format options for internationalization.
DefaultDateTimeFormatOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
To avoid any instantiation
DefaultDecimation - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for DECIMATION plugin element.
DefaultDecimation() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultDecimation
To avoid any instantiation
DefaultDrag - Class in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options for DRAG element, in order to style the drag area.
It contains all default values for DRAG.
DefaultDrag() - Constructor for class org.pepstock.charba.client.zoom.DefaultDrag
Creates an empty object.
DefaultElements - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ELEMENTS element.
DefaultElements() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultElements
Creates the object using inner default elements.
DefaultElements(IsDefaultArc, IsDefaultLine, IsDefaultPoint, IsDefaultBar) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultElements
Creates the object using the inner elements are arguments.
DefaultEllipse - Class in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin ELLIPSE annotation DEFAULTS options.
DefaultEllipse() - Constructor for class org.pepstock.charba.client.annotation.DefaultEllipse
To avoid any instantiation
DefaultFiller - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for FILLER plugin element.
DefaultFiller() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultFiller
To avoid any instantiation
DefaultFont - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for font items.
DefaultFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultFont
To avoid any instantiation
defaultFormats - Variable in class org.pepstock.charba.client.options.DisplayFormats
 
DefaultGlobalOptions - Class in org.pepstock.charba.client.defaults.chart
Defaults for options element, using the defualt global options.
THIS IS THE ROOT OF ALL ELEMENTS DEFAULTS.
DefaultGlobalOptions(GlobalOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultGlobalOptions
Creates the object by global options and defaults scaled options
DefaultGrid - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for GRID element.
DefaultGrid() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultGrid
To avoid any instantiation
DefaultHover - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for HOVER element.
DefaultHover() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultHover
To avoid any instantiation
DefaultInteraction - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for INTERACTION element.
DefaultInteraction() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultInteraction
To avoid any instantiation
DefaultLabel - Class in org.pepstock.charba.client.labels
It implements default global options if there are and provides all default values for LabelsPlugin.ID plugin.
DefaultLabel() - Constructor for class org.pepstock.charba.client.labels.DefaultLabel
Creates an empty options without any default global options.
DefaultLabels - Class in org.pepstock.charba.client.datalabels
DataLabelsPlugin.ID plugin default options for LABELS element.
It contains all default values for LABELS.
DefaultLabels() - Constructor for class org.pepstock.charba.client.datalabels.DefaultLabels
To avoid any instantiation
DefaultLayout - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LAYOUT element.
DefaultLayout() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLayout
To avoid any instantiation
DefaultLegend - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LEGEND element.
DefaultLegend() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLegend
To avoid any instantiation
DefaultLegendLabels - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LEGENDLABELS element.
DefaultLegendLabels() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
To avoid any instantiation
DefaultLegendTitle - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LEGENDTITLE element.
DefaultLegendTitle() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
To avoid any instantiation
DefaultLimits - Class in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options for limits elements.
DefaultLimits() - Constructor for class org.pepstock.charba.client.zoom.DefaultLimits
Creates an empty object.
DefaultLine - Class in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin LINE annotation DEFAULTS options.
DefaultLine() - Constructor for class org.pepstock.charba.client.annotation.DefaultLine
To avoid any instantiation
DefaultLine - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LINE element.
DefaultLine() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLine
To avoid any instantiation
DefaultLineLabel - Class in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin LABEL of LINE annotation DEFAULTS options.
DefaultLineLabel() - Constructor for class org.pepstock.charba.client.annotation.DefaultLineLabel
To avoid any instantiation
DefaultLineLabel.InternalFont - Class in org.pepstock.charba.client.annotation
Internal class extending DefaultRoutedFont to override some defaults for body.
DefaultListeners - Class in org.pepstock.charba.client.datalabels
DataLabelsPlugin.ID plugin default options for LISTENERS element.
It contains all default values for LISTENERS.
DefaultListeners() - Constructor for class org.pepstock.charba.client.datalabels.DefaultListeners
Creates the empty object
defaultLocale - Static variable in class org.pepstock.charba.client.intl.CLocale
 
DefaultMajor - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for MAJOR tick element.
DefaultMajor() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultMajor
To avoid any instantiation
DefaultNumberFormatOptions - Class in org.pepstock.charba.client.defaults.globals
INTL default values for number format options for internationalization.
DefaultNumberFormatOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
To avoid any instantiation
defaultOptions - Variable in class org.pepstock.charba.client.annotation.AnnotationOptions
 
DefaultOptions - Class in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin DEFAULTS for main options.
DefaultOptions() - Constructor for class org.pepstock.charba.client.annotation.DefaultOptions
To avoid any instantiation
DefaultOptions - Class in org.pepstock.charba.client.datalabels
DataLabelsPlugin.ID plugin default options.
It contains all default values.
DefaultOptions() - Constructor for class org.pepstock.charba.client.datalabels.DefaultOptions
To avoid any instantiation
defaultOptions - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
defaultOptions - Variable in class org.pepstock.charba.client.datalabels.Labels
 
defaultOptions - Variable in class org.pepstock.charba.client.datalabels.Listeners
 
DefaultOptions - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for OPTIONS element.
DefaultOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultOptions
To avoid any instantiation
defaultOptions - Variable in class org.pepstock.charba.client.GlobalOptions
 
defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
 
defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
 
defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
 
defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
 
defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
 
defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
 
DefaultOptions - Class in org.pepstock.charba.client.labels
It implements default global options if there are and provides all default values for LabelsPlugin.ID plugin.
DefaultOptions() - Constructor for class org.pepstock.charba.client.labels.DefaultOptions
Creates an empty default options.
defaultOptions - Variable in class org.pepstock.charba.client.labels.Label
 
defaultOptions - Variable in class org.pepstock.charba.client.labels.LabelsOptions
 
DefaultOptions - Class in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options.
It contains all default values, PAN and ZOOM.
DefaultOptions() - Constructor for class org.pepstock.charba.client.zoom.DefaultOptions
Creates an empty options.
defaultOptions - Variable in class org.pepstock.charba.client.zoom.Drag
 
defaultOptions - Variable in class org.pepstock.charba.client.zoom.Limits
 
defaultOptions - Variable in class org.pepstock.charba.client.zoom.Pan
 
defaultOptions - Variable in class org.pepstock.charba.client.zoom.Pinch
 
defaultOptions - Variable in class org.pepstock.charba.client.zoom.ScaleLimit
 
defaultOptions - Variable in class org.pepstock.charba.client.zoom.ScaleRange
 
defaultOptions - Variable in class org.pepstock.charba.client.zoom.Wheel
 
defaultOptions - Variable in class org.pepstock.charba.client.zoom.Zoom
 
defaultOptions - Variable in class org.pepstock.charba.client.zoom.ZoomOptions
 
DefaultPadding - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for PADDING element.
DefaultPadding(int) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPadding
Creates the object with default padding.
DefaultPan - Class in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options for PAN element.
It contains all default values for PAN.
DefaultPan() - Constructor for class org.pepstock.charba.client.zoom.DefaultPan
Creates an empty object.
DefaultPinch - Class in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options for PINCH element.
It contains all default values for PINCH.
DefaultPinch() - Constructor for class org.pepstock.charba.client.zoom.DefaultPinch
Creates an empty object.
DefaultPluginId - Enum in org.pepstock.charba.client.enums
Contains the GLOBAL plugin IDs of the default CHART.JS plugins, provided out of the box.
DefaultPluginId(String) - Constructor for enum org.pepstock.charba.client.enums.DefaultPluginId
Creates with the property value to use in the native object.
DefaultPlugins - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LEGEND element.
DefaultPlugins() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPlugins
To avoid any instantiation
DefaultPoint - Class in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin POINT annotation DEFAULTS options.
DefaultPoint() - Constructor for class org.pepstock.charba.client.annotation.DefaultPoint
To avoid any instantiation
DefaultPoint - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for POINT element.
DefaultPoint() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPoint
To avoid any instantiation
DefaultPointLabels - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for POINTLABELS element.
DefaultPointLabels() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
To avoid any instantiation
DefaultRoutedFont - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for font items, defined inside to children element of defaults (i.e.
DefaultRoutedFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
To avoid any instantiation
defaults - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
 
Defaults - Class in org.pepstock.charba.client
This singleton is a wrapper to defaults object that CHART.JS (by CHART object) provides to get defaults values.
Defaults() - Constructor for class org.pepstock.charba.client.Defaults
To avoid any instantiation.
This gets from other objects (by static references) the defaults of CHART.JS.
defaults - Variable in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
 
Defaults.InternalDefaultScale - Class in org.pepstock.charba.client
Internal typed scale which is used to read the default scale by type.
It has been implemented in order to store the axis type, mandatory for whatever operation with a scale.
Defaults.InternalDefaultScales - Class in org.pepstock.charba.client
Internal class for default scales.
Defaults.NativeChartHandler - Class in org.pepstock.charba.client
Internal plugin to track native chart instances on all charts.
Defaults.WrapperDefaults - Class in org.pepstock.charba.client
It wraps the defaults object of CHART.JS chart instance.
It returns the scale and chart options.
Defaults.WrapperDefaults.Property - Enum in org.pepstock.charba.client
Name of properties of native object.
DEFAULTS_ELEMENTS - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
 
DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
 
DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
 
DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
 
DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
 
DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
 
DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
 
DefaultsBuilder - Class in org.pepstock.charba.client.defaults.globals
Singleton builder of defaults options, with or without scales.
DefaultsBuilder() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
To avoid any instantiation
DefaultScale - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for scale/axis element.
DefaultScale() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScale
To avoid any instantiation
DefaultScaledOptions - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for OPTIONS element for scaled charts.
DefaultScaledOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
Creates the object.
defaultScaleId - Variable in enum org.pepstock.charba.client.enums.AxisType
 
DefaultScaleId - Enum in org.pepstock.charba.client.enums
Enumerates the default scale id.
DefaultScaleId(String, AxisKind) - Constructor for enum org.pepstock.charba.client.enums.DefaultScaleId
Creates with the property value to use in the native object.
DefaultScaleLimit - Class in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options for scale (min and max) elements.
DefaultScaleLimit() - Constructor for class org.pepstock.charba.client.zoom.DefaultScaleLimit
Creates an empty object.
DefaultScaleRange - Class in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options for scale (min and max) elements.
DefaultScaleRange() - Constructor for class org.pepstock.charba.client.zoom.DefaultScaleRange
Creates an empty object.
DefaultScales - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for scale/axis element.
DefaultScales() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScales
To avoid any instantiation
DefaultScaleTitle - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for TITLE element of a scale.
DefaultScaleTitle() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
To avoid any instantiation
DefaultsFormatsOverrider - Class in org.pepstock.charba.client.adapters
Utility used by date adapter module to override the defaults formats for time unit.
This is needed because some defaults provided out of the box by adapters are not consistent (like WEEK).
DefaultsFormatsOverrider(NativeObject) - Constructor for class org.pepstock.charba.client.adapters.DefaultsFormatsOverrider
Creates the object with native object instance to be wrapped.
DefaultThreshold - Enum in org.pepstock.charba.client.impl.charts
Default gauge thresholds.
DefaultThreshold(double, IsColor) - Constructor for enum org.pepstock.charba.client.impl.charts.DefaultThreshold
Creates the threshold value using value and color
DefaultTicks - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for TICKS element.
DefaultTicks() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTicks
To avoid any instantiation
DefaultTime - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for TIME element.
DefaultTime() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTime
To avoid any instantiation
DefaultTitle - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for TITLE element.
DefaultTitle() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTitle
To avoid any instantiation
DefaultTitle.InternalTitleFont - Class in org.pepstock.charba.client.defaults.globals
Internal class extending DefaultRoutedFont to override some defaults for title.
DefaultTooltips - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for TOOLTIPS element.
DefaultTooltips() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips
To avoid any instantiation
DefaultTooltips.InternalAnimations - Class in org.pepstock.charba.client.defaults.globals
Specific default animations for tooltips.
DefaultTooltips.InternalBodyFont - Class in org.pepstock.charba.client.defaults.globals
Internal class extending DefaultRoutedFont to override some defaults for body.
DefaultTooltips.InternalFooterFont - Class in org.pepstock.charba.client.defaults.globals
Internal class extending DefaultRoutedFont to override some defaults for footer.
DefaultTooltips.InternalNumbersAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
Default NUMBERS animation element properties for tooltip.
DefaultTooltips.InternalOpacityAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
Default OPACITY animation element properties for tooltip.
DefaultTooltips.InternalTitleFont - Class in org.pepstock.charba.client.defaults.globals
Internal class extending DefaultRoutedFont to override some defaults for title.
DefaultTransitionKey - Enum in org.pepstock.charba.client.enums
Cores animation update modes (transition) provided out of the box by CHART.JS.
DefaultTransitionKey(String) - Constructor for enum org.pepstock.charba.client.enums.DefaultTransitionKey
Creates with the property value to use in the native object.
DefaultTransitions - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ANIMATION element.
DefaultTransitions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions
To avoid any instantiation
DefaultTransitions.ActiveDefaultAnimationTransition - Class in org.pepstock.charba.client.defaults.globals
Default animation for animation mode DefaultTransitionKey.ACTIVE.
DefaultTransitions.ActiveDefaultAnimationTransition.ActiveDefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
Specific default animation for "active" transition.
DefaultTransitions.ResizeDefaultAnimationTransition - Class in org.pepstock.charba.client.defaults.globals
Default animation for animation mode DefaultTransitionKey.RESIZE.
DefaultTransitions.ResizeDefaultAnimationTransition.ResizeDefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
Specific default animation for "resize" transition.
DefaultTransitions.ShowAndHideDefaultAnimationTransition - Class in org.pepstock.charba.client.defaults.globals
Default animation for DefaultTransitionKey.SHOW and DefaultTransitionKey.HIDE animation mode.
DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations - Class in org.pepstock.charba.client.defaults.globals
Specific default animations for "show" and/or "hide" transition.
DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
DefaultTypedDataset - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for DATASETS element.
DefaultTypedDataset() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
To avoid any instantiation
defaultValue - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
 
defaultValues - Variable in class org.pepstock.charba.client.adapters.DateAdapterOptions
 
defaultValues - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
defaultValues - Variable in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
 
defaultValues - Variable in enum org.pepstock.charba.client.annotation.AnnotationType
 
defaultValues - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
 
defaultValues - Variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
 
defaultValues - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
 
defaultValues - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
defaultValues - Variable in class org.pepstock.charba.client.annotation.PointAnnotation
 
defaultValues - Variable in class org.pepstock.charba.client.commons.PropertyHandler
 
defaultValues - Variable in class org.pepstock.charba.client.configuration.Axis
 
defaultValues - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
defaultValues - Variable in class org.pepstock.charba.client.data.BorderAlignHandler
 
defaultValues - Variable in class org.pepstock.charba.client.data.Dataset
 
defaultValues - Variable in class org.pepstock.charba.client.intl.BaseFormatOptions
 
defaultValues - Variable in class org.pepstock.charba.client.options.AbstractAnimation
 
defaultValues - Variable in class org.pepstock.charba.client.options.AbstractModel
 
defaultValues - Variable in class org.pepstock.charba.client.options.Animation
 
defaultValues - Variable in class org.pepstock.charba.client.options.Animations
 
defaultValues - Variable in class org.pepstock.charba.client.options.Font
 
defaultValues - Variable in class org.pepstock.charba.client.options.Padding
 
defaultValues - Variable in class org.pepstock.charba.client.options.Transitions
 
DefaultWheel - Class in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options for WHEEL element.
It contains all default values for WHEEL.
DefaultWheel() - Constructor for class org.pepstock.charba.client.zoom.DefaultWheel
Creates an empty object.
DefaultZoom - Class in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options for ZOOM element.
It contains all default values for ZOOM.
DefaultZoom() - Constructor for class org.pepstock.charba.client.zoom.DefaultZoom
Creates an empty object.
DeferredCharba - Class in org.pepstock.charba.client
Entry point to initialize and inject all Charba modules, leveraging on deferred resources mode.
This helps when the GWT application is leveraging on code splitting.
DeferredCharba() - Constructor for class org.pepstock.charba.client.DeferredCharba
To avoid any instantiation
deferredHandlerActions - Variable in class org.pepstock.charba.client.events.EventBus
 
DeferredResources - Class in org.pepstock.charba.client.resources
Client bundle to reference LUXON as date time library (asynchronous mode).
It has been invoked in order to have a resource client bundle, needed to CHARBA, where CHART.JS and date library must be load in deferred mode.
DeferredResources(boolean) - Constructor for class org.pepstock.charba.client.resources.DeferredResources
Creates a resource object by a flag.
Of passed argument is true, it must inject the LUXON date library.
DeferredResources.DeferredResourcesResource - Interface in org.pepstock.charba.client.resources
Client bundle to reference CHART.JS, always needed to CHARBA.
This resources type will load the CHART.JS module in asynchronous mode in order to optimize the performance when GWT code splitting is implemented.
DeferredResources.DeferredResourcesWithoutLibraryResource - Interface in org.pepstock.charba.client.resources
Client bundle to reference CHART.JS, always needed to CHARBA, without loading the LUXON library, because it can be injected from other libraries.
This resources type will load the CHART.JS module in asynchronous mode in order to optimize the performance when GWT code splitting is implemented.
DeferredResourcesBundle - Interface in org.pepstock.charba.client.resources
Client bundle to reference CHART.JS, always needed to CHARBA.
This resources type will load the CHART.JS module in asynchronous mode in order to optimize the performance when GWT code splitting is implemented.
defineArrayProperty(NativeObject, String, T) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on object object, or modifies an existing property.
defineBooleanProperty(NativeObject, String, boolean) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on this object, or modifies an existing property.
defineCallbackProperty(NativeObject, String, CallbackProxy.Proxy) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on object object, or modifies an existing property.
defineCallbackProperty(NativeObject, String, NativeCallback) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on object object, or modifies an existing property.
defineChartProperty(NativeObject, String, Chart) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on object object, or modifies an existing property.
defineDoubleProperty(NativeObject, String, double) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on this object, or modifies an existing property.
definedValues - Variable in class org.pepstock.charba.client.commons.ArrayEnumList
 
defineEventProperty(NativeObject, String, BaseNativeEvent) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on object object, or modifies an existing property.
defineGradientProperty(NativeObject, String, CanvasGradientItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on object object, or modifies an existing property.
defineImageProperty(NativeObject, String, Img) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on object object, or modifies an existing property.
defineIntProperty(NativeObject, String, int) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on this object, or modifies an existing property.
defineObjectProperty(NativeObject, String, NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on object object, or modifies an existing property.
definePatternProperty(NativeObject, String, CanvasPatternItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on object object, or modifies an existing property.
defineProperty(NativeObject, String, T) - Static method in class org.pepstock.charba.client.commons.NativeUtils
Defines a new property directly on an object, or modifies an existing property on an object.
defineStringProperty(NativeObject, String, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Defines a new property directly on this object, or modifies an existing property.
DELAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AbstractAnimation
 
DelayCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set delayproperty of Animation at runtime.
delayCallbackProxy - Variable in class org.pepstock.charba.client.options.AbstractAnimation
 
delegate - Variable in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
 
delegated - Variable in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
delegated - Variable in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
delegatedFont - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
 
delegation - Variable in class org.pepstock.charba.client.controllers.WrapperController
 
delegation - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
destroy() - Method in class org.pepstock.charba.client.AbstractChart
Use this to destroy any chart instances that are created.
This will clean up any references stored to the chart object within Chart.js, along with any associated event listeners attached by Chart.js.
destroy() - Method in class org.pepstock.charba.client.Chart
Use this to destroy any chart instances that are created.
This will clean up any references stored to the chart object within Chart.js, along with any associated event listeners attached by Chart.js.
destroy() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
destroy() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Cleans up an handler which is going to be removed.
destroy() - Method in interface org.pepstock.charba.client.IsChart
Use this to destroy any chart instances that are created.
destroyCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
Diagonal - Class in org.pepstock.charba.client.colors.tiles
DIAGONAL drawer to design a diagonal in the tile.
It designs a diagonal in the the following tile sections (A and B):

Diagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.Diagonal
 
Diamond - Class in org.pepstock.charba.client.colors.tiles
DIAMOND drawer to design a diamond in the tile.
It designs a diamond in the the following tile sections (A and B):

Diamond() - Constructor for class org.pepstock.charba.client.colors.tiles.Diamond
 
DiamondBox - Class in org.pepstock.charba.client.colors.tiles
DIAMOND BOX drawer to design a diamond in the tile.
It designs a diamond in the the following tile sections (A and B):

DiamondBox() - Constructor for class org.pepstock.charba.client.colors.tiles.DiamondBox
 
diff(long, long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the number of unit between the given timestamps.
diff(Date, Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the number of unit between the given dates.
diff(double, double, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Returns the number of unit between the given timestamps.
dir(Object) - Static method in class org.pepstock.charba.client.utils.Console
Displays an interactive list of the properties of the specified JavaScript object.
The output is presented as a hierarchical listing with disclosure triangles that let you see the contents of child objects.
In other words, it is the way to see all the properties of a specified JavaScript object in console by which the developer can easily get the properties of the object.
dir(Object) - Method in interface org.pepstock.charba.client.utils.NativeConsole
Displays an interactive list of the properties of the specified JavaScript object.
The output is presented as a hierarchical listing with disclosure triangles that let you see the contents of child objects.
In other words, it is the way to see all the properties of a specified JavaScript object in console by which the developer can easily get the properties of the object.
dirxml(Object) - Static method in class org.pepstock.charba.client.utils.Console
Displays an interactive tree of the descendant elements of the specified XML/HTML element.
If it is not possible to display as an element the JavaScript Object view is shown instead.
The output is presented as a hierarchical listing of expandable nodes that let you see the contents of child nodes.
dirxml(Object) - Method in interface org.pepstock.charba.client.utils.NativeConsole
Displays an interactive tree of the descendant elements of the specified XML/HTML element.
If it is not possible to display as an element the JavaScript Object view is shown instead.
The output is presented as a hierarchical listing of expandable nodes that let you see the contents of child nodes.
Disc - Class in org.pepstock.charba.client.colors.tiles
DISC drawer to design a disc in the tile.
It designs a disc in the the following tile sections (A and B):

Disc() - Constructor for class org.pepstock.charba.client.colors.tiles.Disc
 
disconnect() - Method in class org.pepstock.charba.client.dom.MutationObserver
Stops the mutation observer instance from receiving further notifications until and unless MutationObserver.observe(BaseNode) is called again.
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AddHandlerEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AxisClickEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.ChartClickEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.ChartHoverEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.ChartResizeEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.DatasetRangeCleanSelectionEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.Event
Implemented by subclasses to dispatch event on the handler.
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.LegendClickEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.LegendHoverEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.LegendLeaveEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
 
dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.TitleClickEvent
 
Display - Enum in org.pepstock.charba.client.dom.enums
Enumerates the property sets whether an element is treated as a block or inline element and the layout used for its children.
Display(String) - Constructor for enum org.pepstock.charba.client.dom.enums.Display
Creates with the property value to use in the native object.
Display - Enum in org.pepstock.charba.client.enums
The display option controls the visibility of axis and the display option controls the visibility of data labels plugin.
Controls the axis global visibility (visible when true, hidden when false).
Display(String) - Constructor for enum org.pepstock.charba.client.enums.Display
Creates with the property value to use in the native object.
DISPLAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
DISPLAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
DISPLAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
DisplayCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set display property at runtime.
displayCallback - Variable in class org.pepstock.charba.client.configuration.Title
 
DisplayCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set display property at runtime, using the plugin context.
displayCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
displayCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
displayCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Title
 
displayCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
DisplayFormats - Class in org.pepstock.charba.client.configuration
The display formats are used to configure how different time units are formed in the strings for the axis tick marks.
DisplayFormats(Axis) - Constructor for class org.pepstock.charba.client.configuration.DisplayFormats
Builds the object by axis instance.
displayFormats - Variable in class org.pepstock.charba.client.configuration.Time
 
DisplayFormats - Class in org.pepstock.charba.client.options
The display formats are used to configure how different time units are formed in the strings for the axis tick marks.
DisplayFormats(Time, Key, NativeObject) - Constructor for class org.pepstock.charba.client.options.DisplayFormats
Creates the object with the parent, the key of this element and native object to map java script properties.
This element does not have any default values.
displayFormats - Variable in class org.pepstock.charba.client.options.Time
 
Div - Class in org.pepstock.charba.client.dom.elements
Provides a <div> DOM HTML element.
Div() - Constructor for class org.pepstock.charba.client.dom.elements.Div
To avoid any instantiation
doAddNow(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.EventBus
Adds new event handler for the passed event type.
doFire(Event) - Method in class org.pepstock.charba.client.events.EventBus
Fires the passed vent to all handlers registered for event type.
doHandleCallbackResultAsColor(ChartContext, Object, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
DOM - Class in org.pepstock.charba.client.dom
The DOM object provide a static reference to the document attached in the the window.
DOM() - Constructor for class org.pepstock.charba.client.dom.DOM
To avoid any instantiation
DOM_CANVAS_CONTEXT_2D - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML canvas context 2d item with name "CanvasRenderingContext2D".
DOM_CANVAS_GRADIENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM canvas gradient with name "CanvasGradient".
DOM_CANVAS_PATTERN - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM canvas pattern with name "CanvasPattern".
DOM_DOCUMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM document with name "Document".
DOM_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM element with name "Node".
DOM_ELEMENT_ATTR - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM element attribute with name "Attr".
DOM_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM event with name "Event".
DOM_EVENT_TARGET - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM event target with name "EventTarget".
DOM_HTML_BODY_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML body element with name "HTMLBodyElement".
DOM_HTML_CANVAS_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML canvas element with name "HTMLCanvasElement".
DOM_HTML_DIV_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML div element with name "HTMLDivElement".
DOM_HTML_DOCUMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML document with name "HTMLDocument".
DOM_HTML_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML element with name "HTMLElement".
DOM_HTML_HEAD_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML head element with name "HTMLHeadElement".
DOM_HTML_IMAGE_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML image element with name "HTMLImageElement".
DOM_HTML_META_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML meta element with name "HTMLMetaElement".
DOM_HTML_SCRIPT_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML script element with name "HTMLScriptElement".
DOM_HTML_SPAN_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML span element with name "HTMLSpanElement".
DOM_HTML_STYLE_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML style element with name "HTMLStyleElement".
DOM_HTML_STYLE_ELEMENT_ITEM - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM style element with name "CSSStyleDeclaration".
DOM_HTML_TABLE_CELL_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML table cell element with name "HTMLTableCellElement".
DOM_HTML_TABLE_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML table element with name "HTMLTableElement".
DOM_HTML_TABLE_ROW_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM HTML table row element with name "HTMLTableRowElement".
DOM_LOCATION - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM location with name "Location".
DOM_NAVIGATOR - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM navigator with name "Navigator".
DOM_NODE - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM node with name "Node".
DOM_TEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM text node with name "Text".
DOM_TEXT_METRICS - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM text metrics with name "TextMetrics".
DOM_TOUCH - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as DOM touch with name "Touch".
DOMBuilder - Class in org.pepstock.charba.client.dom
Singleton utility to create and manage DOM element.
DOMBuilder() - Constructor for class org.pepstock.charba.client.dom.DOMBuilder
To avoid any instantiation
doRemoveNow(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.EventBus
Removes an event handler for the passed event type.
Dot - Class in org.pepstock.charba.client.colors.tiles
DOT drawer to design a dot in the tile.
It designs a dot in the the following tile sections (A and B):

Dot() - Constructor for class org.pepstock.charba.client.colors.tiles.Dot
 
dot - Variable in class org.pepstock.charba.client.colors.tiles.DotDash
 
DOT - Static variable in class org.pepstock.charba.client.commons.Constants
Constants for DOT, ".".
DotDash - Class in org.pepstock.charba.client.colors.tiles
DOTDASH drawer to design a dot and a dash in the tile.
It designs a dot and a dash in the the following tile sections (A and B):

DotDash() - Constructor for class org.pepstock.charba.client.colors.tiles.DotDash
 
DOUBLE - Static variable in class org.pepstock.charba.client.items.Undefined
Default value for DOUBLE instances, Double.NaN.
DOUBLE_CLICK_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
DOUBLE_PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
 
DoubleClickCallback - Interface in org.pepstock.charba.client.annotation.listeners
Callback interface of AnnotationPlugin.ID plugin that is called once double click is fired.
DoubleDiagonal - Class in org.pepstock.charba.client.colors.tiles
Double DIAGONAL drawer to design a set of diagonals in the tile.
It designs a set of diagonals in the the following tile sections (B, C and A-D):

DoubleDiagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.DoubleDiagonal
 
DoughnutChart - Class in org.pepstock.charba.client
DOUGHNUT chart implementation.
A doughnut charts are divided in the segments, the arc of each segment shows the proportional value of each piece of data.
DoughnutChart() - Constructor for class org.pepstock.charba.client.DoughnutChart
Builds the object.
DoughnutChart(Type) - Constructor for class org.pepstock.charba.client.DoughnutChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
DoughnutChartWidget - Class in org.pepstock.charba.client.gwt.widgets
DOUGHNUT chart GWT WIDGET implementation.
A doughnut charts are divided in the segments, the arc of each segment shows the proportional value of each piece of data.
DoughnutChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
Builds the object.
DoughnutChartWidget(DoughnutChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
DoughnutDataset - Class in org.pepstock.charba.client.data
The doughnut chart allows a number of properties to be specified for each dataset.
DoughnutDataset() - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
Creates a dataset.
It uses the global options has default.
DoughnutDataset(boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
Creates a dataset.
It uses the global options has default.
DoughnutDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
Creates the dataset using a default.
DoughnutDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
Creates the dataset using a default.
DoughnutDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
Creates the dataset using chart type related to the dataset.
DoughnutDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
Creates the dataset using a default and chart type related to the dataset.
DoughnutOptions - Class in org.pepstock.charba.client.configuration
Specific options for DOUGHNUT chart.
DoughnutOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.DoughnutOptions
Builds the object storing the chart instance and default options.
Drag - Class in org.pepstock.charba.client.zoom
Configuration item to define the style to apply to drag area, during zooming.
Drag(AbstractNode, Key, IsDefaultDrag, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Drag
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
drag - Variable in class org.pepstock.charba.client.zoom.Zoom
 
Drag.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
draw() - Method in class org.pepstock.charba.client.AbstractChart
Draws the chart.
It can be invoked once during the life cycle of the chart.
draw(ControllerType, ControllerContext) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
Invokes the default draw method.
draw(String, ControllerContext) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
Invokes the default draw method.
draw() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
draw() - Method in interface org.pepstock.charba.client.IsChart
Draws the chart
DRAW_TIME_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
drawBox(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Box
Designs a box in the a tile section.
drawCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
 
drawChar(Context2dItem, int, double, double, String, int, TextMetricsItem) - Method in class org.pepstock.charba.client.colors.tiles.CharacterShape
Designs a char in the a tile section.
drawCross(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Cross
Designs a cross in the a tile section.
drawDash(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Dash
Designs a dash in the a tile section.
drawDiagonal(Context2dItem, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.BackSlashedLine
Designs a back slash in the a tile section.
drawDiagonal(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Diagonal
Designs a diagonal in the a tile section.
drawDiagonal(Context2dItem, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.SlashedLine
Designs a slash in the a tile section.
drawDiamond(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Diamond
Designs a diamond in the a tile section.
drawDiamond(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.DiamondBox
Designs a diamond box in the a tile section.
drawDot(Context2dItem, int, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Dot
Designs a dot in the a tile section.
drawer - Variable in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
 
drawer - Variable in enum org.pepstock.charba.client.colors.tiles.Shape
 
drawImage(Canvas, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws a canvas onto the canvas.
drawImage(Canvas, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws a canvas onto the canvas.
drawImage(Canvas, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws a canvas onto the canvas.
drawImage(Img, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws an image onto the canvas.
drawImage(Img, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws an image onto the canvas.
drawImage(Img, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws an image onto the canvas.
drawingStatus - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
drawLabels(IsChart, ChartNode) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
Draws the labels in the center of doughnut chart.
drawLine(Context2dItem, int, double) - Method in class org.pepstock.charba.client.colors.tiles.Line
Designs a line in the a tile section.
drawPlus(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Plus
Designs a plus in the a tile section.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleCircle
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleCross
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleCrossRot
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleDash
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleLine
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleRect
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleRectRot
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleRectRounded
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleStar
Draws the tile using the point style applying the requested shape.
drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleTriangle
Draws the tile using the point style applying the requested shape.
drawSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Draws the selection cleaner element in the canvas of chart
drawSquare(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Square
Designs a square in the a tile section.
drawStar(Context2dItem, double, double, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.EmptyStar
Designs a star in the a tile section.
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
 
drawTile(Canvas, HtmlLegendItem) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
Draws the point style for HtmlLegend plugin.
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.BackSlashedLine
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Box
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.CharacterShape
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Cross
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.CrossDash
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Dash
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Diagonal
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Diamond
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.DiamondBox
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Disc
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Dot
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.DotDash
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.DoubleDiagonal
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.EmptyStar
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ImageShape
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.InvertedDiagonal
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.InvertedDoubleDiagonal
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.InvertedTriangle
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Line
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Plus
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Ring
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Draws the tile applying the requested shape.
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.SlashedLine
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Solid
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Square
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Star
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Triangle
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.VerticalLine
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.VerticalZigZag
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Weave
 
drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ZigZag
 
DrawTime - Enum in org.pepstock.charba.client.annotation.enums
Defines when the annotations are drawn.
This allows positioning of the annotation relative to the other elements of the graph.
DrawTime(String) - Constructor for enum org.pepstock.charba.client.annotation.enums.DrawTime
Creates a draw time property value to use in the native object.
DrawTime - Enum in org.pepstock.charba.client.enums
Defines when the filler will fill the data sets.
DrawTime(String) - Constructor for enum org.pepstock.charba.client.enums.DrawTime
Creates a draw time property value to use in the native object.
DrawTimeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
Callback interface of AnnotationPlugin.ID plugin to set drawTime property at runtime, in all annotations.
drawTimeCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
drawTriangle(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Triangle
Designs a triangle in the a tile section.
drawWeave(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Weave
Designs a weave in the a tile section.
drawWholeDiagonal(Context2dItem, int) - Method in class org.pepstock.charba.client.colors.tiles.DoubleDiagonal
Designs a diagonal in the a tile section.
drawZigZag(Context2dItem, int, double) - Method in class org.pepstock.charba.client.colors.tiles.ZigZag
Designs a zigzag in the a tile section.
DURATION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AbstractAnimation
 
DurationCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set durationproperty of Animation at runtime.
durationCallbackProxy - Variable in class org.pepstock.charba.client.options.AbstractAnimation
 

E

Easing - Enum in org.pepstock.charba.client.enums
Easing is acceleration, a change in speed.
For further details, see here.
Easing(String) - Constructor for enum org.pepstock.charba.client.enums.Easing
Creates with the property value to use in the native object.
easing - Variable in class org.pepstock.charba.client.impl.charts.MeterContext
 
EASING_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AbstractAnimation
 
EasingCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set easingproperty of Animation at runtime.
easingCallbackProxy - Variable in class org.pepstock.charba.client.options.AbstractAnimation
 
element - Variable in class org.pepstock.charba.client.AbstractChart
 
element - Variable in class org.pepstock.charba.client.items.DatasetReference
 
ElementAlign - Enum in org.pepstock.charba.client.enums
Property to set alignment of the legend and the title.
ElementAlign(String, String) - Constructor for enum org.pepstock.charba.client.enums.ElementAlign
Creates with the property value to use in the native object.
ElementAlignCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set align property at runtime
elements - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Elements - Class in org.pepstock.charba.client.configuration
Options can be configured for four different types of elements: arc, lines, points, and bars.
When set, these options apply to the configuration attached to a dataset.
Elements(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Elements
Builds the object storing the default root options.
elements - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
Elements - Class in org.pepstock.charba.client.options
Options can be configured for four different types of elements: arc, lines, points, and bars.
When set, these options apply to the configuration attached to a dataset.
Elements(Options, Key, IsDefaultElements, NativeObject) - Constructor for class org.pepstock.charba.client.options.Elements
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
elements - Variable in class org.pepstock.charba.client.options.Options
 
ELEMENTS - Static variable in class org.pepstock.charba.client.utils.AnnotationBuilder
 
Elements.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
ELEMENTS_INJECTED - Static variable in class org.pepstock.charba.client.Injector
 
EllipseAnnotation - Class in org.pepstock.charba.client.annotation
Implements a ELLIPSE annotation which draws a ellipse in the a chart.
If one of the axes is not specified, the ellipse will take the entire chart dimension.
The 4 coordinates, xMin, xMax, yMin, yMax are optional.
EllipseAnnotation() - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
Creates a ellipse annotation to be added to an AnnotationOptions instance.
The annotation id is calculated automatically.
EllipseAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
Creates a ellipse annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
EllipseAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
Creates a ellipse annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
EllipseAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
Creates a ellipse annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object.
EllipseAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
Creates a ellipse annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object.
EllipseAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
Creates a ellipse annotation to be added to an AnnotationOptions instance, using the native object and defaults passed as argument.
EllipseAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
Creates the object wrapping an existing native object.
EmbeddedResources - Class in org.pepstock.charba.client.resources
Java script resources container to reference LUXON as date time library (synchronous mode).
It has been invoked in order to have an java script injection, needed to CHARBA, where CHART.JS and date library will be load in embedded mode.
EmbeddedResources(boolean) - Constructor for class org.pepstock.charba.client.resources.EmbeddedResources
Creates a resource object by a flag.
Of passed argument is true, it must inject the LUXON date library.
empty() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns true if there is at least a property, otherwise false.
EMPTY_ARRAY_STRING - Static variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
EMPTY_JSON_OBJECT - Static variable in class org.pepstock.charba.client.utils.JSONReplacerConstants
 
EMPTY_OPTIONS - Static variable in class org.pepstock.charba.client.intl.DateTimeFormatWrapper
 
EMPTY_OPTIONS - Static variable in class org.pepstock.charba.client.intl.NumberFormatWrapper
 
EMPTY_RESULT - Static variable in class org.pepstock.charba.client.configuration.LegendLabels
 
EMPTY_SAFE_HTML - Static variable in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Default empty SafeHtml.
EMPTY_STRING - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for EMPTY string, "".
EmptyResource - Class in org.pepstock.charba.client.resources
Default implementation for an empty resource to inject.
This could be helpful when you don't want to inject a library because are available from another framework.
EmptyResource(String) - Constructor for class org.pepstock.charba.client.resources.EmptyResource
Creates an empty injectable resource with empty content, using the argument as name.
EmptyResource(Key) - Constructor for class org.pepstock.charba.client.resources.EmptyResource
Creates an empty injectable resource with empty content, using the argument as name.
EmptyStar - Class in org.pepstock.charba.client.colors.tiles
STAR drawer to design a star (empty) in the tile.
It designs a star in the the following tile sections (only A):

EmptyStar() - Constructor for class org.pepstock.charba.client.colors.tiles.EmptyStar
 
enable() - Static method in class org.pepstock.charba.client.annotation.AnnotationPlugin
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
enable(boolean) - Static method in class org.pepstock.charba.client.annotation.AnnotationPlugin
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
enable() - Static method in class org.pepstock.charba.client.Charba
Enables Charba in the application, injecting also the date time library.
enable(boolean) - Static method in class org.pepstock.charba.client.Charba
Enables Charba in the application.
If the argument is set to false, the date time library is not injected.
enable() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
enable(boolean) - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
enable(Runnable) - Static method in class org.pepstock.charba.client.DeferredCharba
Enables Charba in the application, injecting also the date time library.
Start an entry point as a runnable.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting.
enable(Runnable, boolean) - Static method in class org.pepstock.charba.client.DeferredCharba
Enables Charba in the application.
If the argument is set to false, the date time library is not injected.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting.
enable() - Static method in class org.pepstock.charba.client.labels.LabelsPlugin
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
enable(boolean) - Static method in class org.pepstock.charba.client.labels.LabelsPlugin
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
enable() - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
enable(boolean) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
enable(boolean, boolean) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
enableResizeOnBeforePrint() - Static method in class org.pepstock.charba.client.utils.Window
CSS media queries allow changing styles when printing a page.
enableResizeOnBeforePrint - Variable in class org.pepstock.charba.client.utils.WindowHelper
 
enableResizeOnBeforePrint() - Method in class org.pepstock.charba.client.utils.WindowHelper
CSS media queries allow changing styles when printing a page.
end - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
 
END_VALUE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
 
endOf(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns end of unit for the given timestamp.
endOf(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns end of unit for the given date.
endOf(double, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Returns end of unit for the given timestamp.
endSelection(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Complete an existing selection on canvas by an event.
Can be invokes by mouse up or refresh of chart (like resizing).
endSelection(BaseNativeEvent, boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Complete an existing selection on canvas by an event.
Can be invokes by mouse up or refresh of chart (like resizing).
endValue - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
 
endValueCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
 
ensureCssInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
Injects a CSS style resource if not injected yet.
ensureInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
Injects a script resource if not injected yet.
ensureInjected(AbstractInjectableResource, BaseHtmlElement) - Static method in class org.pepstock.charba.client.Injector
Injects a script resource if not injected yet.
ensureInjected(AbstractInjectableResource) - Method in class org.pepstock.charba.client.resources.EmbeddedResources
Injects a script resource if not injected yet.
ENTER_EVENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.Listeners
 
ENTER_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
EnterCallback - Interface in org.pepstock.charba.client.annotation.listeners
Callback interface of AnnotationPlugin.ID plugin that is called once enter is fired.
enterCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
enterEventCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.Listeners
 
EnterEventHandler - Interface in org.pepstock.charba.client.datalabels.events
Callback interface of DataLabelsPlugin.ID plugin to manage ENTER events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returns true, the label is updated with the new context and the chart re-rendered.
EntryPointStarter - Class in org.pepstock.charba.client.resources
Utility to start an entry point leveraging on deferred resources mode.
This helps when the GWT application is leveraging on code splitting.

EntryPointStarter() - Constructor for class org.pepstock.charba.client.resources.EntryPointStarter
To avoid any instantiation
EnumeratedScheme - Class in org.pepstock.charba.client.impl.plugins.enums
Internal class to manage color scheme as enumeration.
EnumeratedScheme(String, String, String...) - Constructor for class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
Builds the color scheme using all arguments
EnumeratedScheme(String, String) - Constructor for class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
Builds the color scheme using all arguments
Envelop - Interface in org.pepstock.charba.client.commons
This is the interface to map the envelop.
It adds helpful methods to check the envelop.
envelop - Variable in class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
 
EQ - Static variable in class org.pepstock.charba.client.commons.Constants
Constants for EQUALS, "=".
equals(Object) - Method in class org.pepstock.charba.client.colors.CanvasObject
 
equals(Object) - Method in class org.pepstock.charba.client.colors.Gradient
 
equals(Object) - Method in class org.pepstock.charba.client.colors.Pattern
 
equals(Key, Key) - Static method in interface org.pepstock.charba.client.commons.Key
Returns true if the keys have got the same value.
equals(Object) - Method in class org.pepstock.charba.client.controllers.ControllerType
 
equals(Object) - Method in interface org.pepstock.charba.client.dom.safehtml.SafeHtml
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
 
equals(Object) - Method in class org.pepstock.charba.client.events.EventType
 
equals(Object) - Method in class org.pepstock.charba.client.intl.CLocale
 
equals(Object) - Method in class org.pepstock.charba.client.options.AbstractStandardKey
 
equals(Object) - Method in class org.pepstock.charba.client.options.AbstractTypedAnimationKey
 
equals(Object) - Method in class org.pepstock.charba.client.options.StandardAnimationCollection
 
equals(Object) - Method in class org.pepstock.charba.client.options.StandardAnimationProperty
 
EQUALS_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
 
escape(char) - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
Escapes the char passed as argument.
escapeAll(String) - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
Escapes the string passed as argument.
Event - Enum in org.pepstock.charba.client.annotation.enums
Mouse events to enable on each annotation.
Event(String) - Constructor for enum org.pepstock.charba.client.annotation.enums.Event
Creates an event property value to use int the native object.
Event - Enum in org.pepstock.charba.client.datalabels.enums
This DataLabelsPlugin.ID plugin currently supports the below label events.
Charba events that need to be enabled in order to get the associated label event working.
Event(String) - Constructor for enum org.pepstock.charba.client.datalabels.enums.Event
Creates with the property value to use in the native object.
Event - Enum in org.pepstock.charba.client.enums
The events option defines the browser events that the chart, legend, tooltip or plugins should listen to.
Event(String) - Constructor for enum org.pepstock.charba.client.enums.Event
Creates with the property value to use in the native object.
Event - Class in org.pepstock.charba.client.events
Base object for chart events which can be consumed by an handler.
Event() - Constructor for class org.pepstock.charba.client.events.Event
Constructor.
EVENT_MOUSE - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event class.
EVENT_TOUCH - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Touch event class.
EventBus - Class in org.pepstock.charba.client.events
Internal implementation of event bus, which will perform firing of event to the handlers.
EventBus() - Constructor for class org.pepstock.charba.client.events.EventBus
 
eventBus - Variable in class org.pepstock.charba.client.events.HandlerManager
 
eventContext - Variable in class org.pepstock.charba.client.events.AbstractChartEvent
 
eventContext - Variable in class org.pepstock.charba.client.items.PluginEventArgument
 
EventHandler - Interface in org.pepstock.charba.client.events
Interface for objects which will be handlers.
EventPoint - Class in org.pepstock.charba.client.zoom
This object is wrapping the native java script object provided by ZoomContext to know the position of the event when pan or zoom are about to start.
EventPoint(NativeObject) - Constructor for class org.pepstock.charba.client.zoom.EventPoint
Creates the object with native object instance to be wrapped.
EventPoint.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
eventsFiringQueue - Variable in class org.pepstock.charba.client.events.EventBus
 
EventType - Class in org.pepstock.charba.client.events
This is the type of an event which must be related to the handlers.
To be unique it uses a class name as value.
EventType(String) - Constructor for class org.pepstock.charba.client.events.EventType
Builds the object with the key value as string
exec(String) - Method in class org.pepstock.charba.client.utils.RegExp
Executes a search for a match in a string.
It returns an array of information or null on a mismatch.
execute(IsChart) - Method in interface org.pepstock.charba.client.ChartTimerTask
Executes the task repeatedly, internally by the chart instance.
execute(IsChart, ChartNode, MeterDataset, MeterOptions, double) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
Draws the value inside the inner radius of doughnut.
ExtendedOptions - Class in org.pepstock.charba.client.options
Options used internally inside the chart configuration.
This is the root element of configuration.
Extends the normal options (with scales) with all methods to add callbacks and events.
It provides also the method to set the CHARBA id when new chart is created.
ExtendedOptions(IsChart, IsDefaultScaledOptions, ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.ExtendedOptions
Creates an options with default provider.
ExtendedOptions(IsChart, IsDefaultScaledOptions, ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.ExtendedOptions
Creates an options with default provider.
ExtendedOptions(IsChart, IsDefaultScaledOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.ExtendedOptions
Creates an options with default provider.
ExtendedOptions.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
ExtendedScale - Class in org.pepstock.charba.client.options
Scale options used internally inside the chart configuration.
Extends the normal scale options with all methods to add callbacks and events.
ExtendedScale(ConfigurationEnvelop<ScaleId>, AxisType, AxisKind, IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.ExtendedScale
Creates a scale with default provider.
The native object is created empty.
ExtendedScale(ConfigurationEnvelop<Scale>, IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.ExtendedScale
Creates a scale with the chart options scale as inner object.
ExtendedScale.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
ExtendedScales - Class in org.pepstock.charba.client.options
Options used internally inside the chart configuration.
This is the SCALES element of configuration.
ExtendedScales(Options, Key, IsDefaultScales, NativeObject) - Constructor for class org.pepstock.charba.client.options.ExtendedScales
Creates the scales object as child of the option object.
externalCallback - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
externalCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
extractLegendItems(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Extracts all legend items which must be rendered in the legend.
extractScope(AbstractNode) - Static method in interface org.pepstock.charba.client.commons.HasCallbackScope
Extracts the scope tag from the root of the node in the options.

F

FACTOR - Static variable in class org.pepstock.charba.client.colors.ColorUtil
 
FACTORY - Static variable in class org.pepstock.charba.client.adapters.DateAdapterOptions
Date adapter options factory for LUXON option.
It should be use to get stored LUXON options from global, chart options and configurations.
FACTORY - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
Annotation options factory
FACTORY - Static variable in class org.pepstock.charba.client.colors.GradientColor
 
FACTORY - Static variable in class org.pepstock.charba.client.data.ArcBorderRadius
Public factory to create a border radius object from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.data.BarBorderRadius
Public factory to create a border radius object from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.data.BarBorderWidth
Public factory to create a border width object from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.data.GradientsContainer
 
FACTORY - Static variable in class org.pepstock.charba.client.data.PatternsContainer
 
FACTORY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Data labels options factory
FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
The factory to create options
FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
The factory to create options for plugin.
FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Data labels options factory
FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
The factory to read options for plugin
FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
The factory to create options for plugin.
FACTORY - Static variable in class org.pepstock.charba.client.intl.AbstractFormat
 
FACTORY - Static variable in class org.pepstock.charba.client.intl.CLocaleBuilder
 
FACTORY - Static variable in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Public factory to create a date time format options from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.intl.NumberFormatOptions
Public factory to create a number format options from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.items.ActiveDatasetElement
Factory instance to create active data set elements.
FACTORY - Static variable in class org.pepstock.charba.client.items.DatasetElement
 
FACTORY - Static variable in class org.pepstock.charba.client.items.DatasetReference
Public factory to create a data set item from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.items.LegendHitBoxItem
 
FACTORY - Static variable in class org.pepstock.charba.client.items.LegendItem
Public factory to create a legend item from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.items.LegendLabelItem
Public factory to create a legend labels item from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.items.ScaleTickItem
Public factory to create a scale tick item from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipBodyItem
 
FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipItem
Public factory to create a tooltip item from a native object.
FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipLabelColor
Tooltip color factory to create label color objects.
FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipLabelPointStyle
Tooltip point style factory to create label point style objects.
FACTORY - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
Data labels options factory
FACTORY - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
Zoom options factory
FAKE_ABSTRACT_NODE - Static variable in class org.pepstock.charba.client.commons.PropertyHandler
 
fill(double, int, int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Fills all the elements of an array from a start index to an end index with a passed value.
fill(ArrayDouble, int, int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Fills all the elements of an array from a start index to an end index with a passed value.
fill(CanvasGradientItem, int, int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Fills all the elements of an array from a start index to an end index with a passed value.
fill(Img, int, int) - Method in class org.pepstock.charba.client.commons.ArrayImage
Fills all the elements of an array from a start index to an end index with a passed value.
fill(int, int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Fills all the elements of an array from a start index to an end index with a passed value.
fill(Object, int, int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Fills all the elements of an array from a start index to an end index with a passed value.
fill(NativeObject, int, int) - Method in class org.pepstock.charba.client.commons.ArrayObject
Fills all the elements of an array from a start index to an end index with a passed value.
fill(CanvasPatternItem, int, int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Fills all the elements of an array from a start index to an end index with a passed value.
fill(String, int, int) - Method in class org.pepstock.charba.client.commons.ArrayString
Fills all the elements of an array from a start index to an end index with a passed value.
fill() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Fills the current or given path with the current fill style.
Fill - Enum in org.pepstock.charba.client.enums
Both line and radar charts support a fill option on the data set object which can be used to create area between two data sets or a data set and a boundary.
These are the constants of predefined filling mode values.
Fill(String, FillingMode) - Constructor for enum org.pepstock.charba.client.enums.Fill
Creates the predefined fillings by own mode, always FillingMode.PREDEFINED.
FillCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set fill property at runtime.
The result object can have one of following type:
Fill Boolean Integer for AbsoluteDatasetIndexFill String for RelativeDatasetIndexFill
fillCallback - Variable in class org.pepstock.charba.client.data.LiningDatasetFillHandler
 
fillCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDatasetFillHandler
 
filler - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Filler - Class in org.pepstock.charba.client.configuration
The configuration for DefaultPluginId.FILLER plugin.
Filler(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Filler
Builds the object storing the root options element.
filler - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
 
filler - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
Filler - Class in org.pepstock.charba.client.options
The filler plugin can be used to fill the datasets.
Filler(Plugins, Key, IsDefaultFiller, NativeObject) - Constructor for class org.pepstock.charba.client.options.Filler
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
filler - Variable in class org.pepstock.charba.client.options.Options
 
Filler.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
fillHandler - Variable in class org.pepstock.charba.client.data.LiningDataset
 
FillHandler - Class in org.pepstock.charba.client.options
Manages the FILL property of options in order to use the same logic between line datasets and options/configuration.
FillHandler(AbstractNode, IsFill, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.FillHandler
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
This is called from data package.
FillHandler(AbstractNode, IsFill, NativeObject) - Constructor for class org.pepstock.charba.client.options.FillHandler
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
fillHandler - Variable in class org.pepstock.charba.client.options.Line
 
FillHandler.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
FillingMode - Enum in org.pepstock.charba.client.enums
Represents how to fill the area under the line.
FillingMode(String) - Constructor for enum org.pepstock.charba.client.enums.FillingMode
Creates with the property value to use in the native object.
fillRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws a rectangle that is filled according to the current fill style.
This method draws directly to the canvas without modifying the current path, so any subsequent fill or stroke calls will have no effect on it.
fillText(String, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws a text string at the specified coordinates, filling the string's characters with the current fill style.
An parameter allows specifying a maximum width for the rendered text, which the user agent will achieve by condensing the text or by using a lower font size.
fillText(String, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws a text string at the specified coordinates, filling the string's characters with the current fill style.
FilterCallback<T> - Interface in org.pepstock.charba.client.callbacks
Filters items out of the item container.
filterCallback - Variable in class org.pepstock.charba.client.configuration.LegendLabels
 
filterCallback - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
filterCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LegendLabels
 
filterCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
fireAfterConfigure(IsChart) - Static method in class org.pepstock.charba.client.Charts
Fires the notification to all listeners after chart configuration.
fireAfterInit(IsChart) - Static method in class org.pepstock.charba.client.Charts
Fires the notification to all listeners after chart init.
fireBeforeConfigure(IsChart) - Static method in class org.pepstock.charba.client.Charts
Fires the notification to all listeners before chart configuration.
fireBeforeDestory(IsChart) - Static method in class org.pepstock.charba.client.Charts
Fires the notification to all listeners before chart destroy.
fireEvent(Event) - Method in class org.pepstock.charba.client.events.EventBus
Fires the event.
fireEvent(Event) - Method in class org.pepstock.charba.client.events.HandlerManager
Fires the event to the handlers.
fireEvent(Event) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
fireEvent(IsChart, LegendItem, BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
Fires the event on specific legend item, selected by native event.
fireEvent(Event) - Method in interface org.pepstock.charba.client.IsChart
Fires the event to the handlers.
FLEX_BAR_THICKNESS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
If set to 'flex', the base sample widths are calculated automatically based on the previous and following samples so that they take the full available widths without overlap.
Then, bars are sized using barPercentage and categoryPercentage.
There is no gap when the percentage options are 1.
This mode generates bars with different widths when data are not evenly spaced, Integer.MIN_VALUE.
FLEX_BAR_THICKNESS_VALUE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
The value to set to have the base sample widths are calculated automatically based on the previous and following samples so that they take the full available widths without overlap.
Then, bars are sized using barPercentage and categoryPercentage.
There is no gap when the percentage options are 1.
This mode generates bars with different widths when data are not evenly spaced, "flex".
FLOATING_BAR_DATA_FACTORY - Static variable in class org.pepstock.charba.client.data.BarDataset
Floating bars data factory to create FloatingDatas.
FloatingData - Class in org.pepstock.charba.client.data
Specifies the dataset for a bar chart as a pair of two numbers.
This will force rendering of bars with gaps between them (floating-bars).
First and second numbers will correspond the start and the end points of a bar respectively.
FloatingData() - Constructor for class org.pepstock.charba.client.data.FloatingData
Creates the object setting the default start and end points of a bar.
FloatingData(double, double) - Constructor for class org.pepstock.charba.client.data.FloatingData
Creates the object setting the start and end points of a bar.
FloatingData(ArrayDouble) - Constructor for class org.pepstock.charba.client.data.FloatingData
Creates the object with a native array passed as argument.
FloatingDatatFactory - Class in org.pepstock.charba.client.data
Factory to create a floating data from a native array, used for array container lists.
The array must contain and only 2 values.
FloatingDatatFactory() - Constructor for class org.pepstock.charba.client.data.FloatingDatatFactory
 
font - Variable in class org.pepstock.charba.client.annotation.DefaultLineLabel
 
Font - Class in org.pepstock.charba.client.annotation
Base object to map font options for AnnotationPlugin.ID plugin LINE LABEL configuration.
Font(LineLabel, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.Font
Creates a font to use for chart configuration.
font - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
font - Variable in class org.pepstock.charba.client.configuration.CartesianScaleTitle
 
font - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Font - Class in org.pepstock.charba.client.configuration
Base object to map font configuration.
Font(AbstractDynamicConfiguration.IsProvider<IsFont>) - Constructor for class org.pepstock.charba.client.configuration.Font
Builds the object by a font provider used to get the font element for storing properties.
Font(IsScriptableFontProvider<?>, AbstractDynamicConfiguration.IsProvider<IsFont>) - Constructor for class org.pepstock.charba.client.configuration.Font
Builds the object by a font provider used to get the font element for storing properties.
font - Variable in class org.pepstock.charba.client.configuration.LegendLabels
 
font - Variable in class org.pepstock.charba.client.configuration.LegendTitle
 
font - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
font - Variable in class org.pepstock.charba.client.configuration.Tick
 
font - Variable in class org.pepstock.charba.client.configuration.Title
 
Font - Class in org.pepstock.charba.client.datalabels
Base object to map font options for DataLabelsPlugin.ID plugin configuration.
Font(LabelItem, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.Font
Creates a font to use for chart configuration.
font - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
font - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
 
font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
 
font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
font - Variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
 
Font - Class in org.pepstock.charba.client.labels
Base object to map font options for LabelsPlugin.ID plugin configuration.
Font(Label, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.labels.Font
Creates a font to use for chart configuration when the font is created by a callback, using a clone of another font object.
font - Variable in class org.pepstock.charba.client.labels.Label
 
font - Variable in class org.pepstock.charba.client.options.AbstractFont
 
Font - Class in org.pepstock.charba.client.options
Base object to map font options for configuration.
Font(AbstractNode, Key, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.Font
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
font - Variable in class org.pepstock.charba.client.options.FontContainer
 
font - Variable in class org.pepstock.charba.client.options.Options
 
Font.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
FONT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
FONT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
FONT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.labels.Label
 
FONT_SIZE_DECREMENT - Static variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
 
FONT_SIZE_DECREMENT - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
 
FONT_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.Utilities
 
FontCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set font property at runtime to scale instance.
fontCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
fontCallback - Variable in class org.pepstock.charba.client.configuration.Tick
 
fontCallback - Variable in class org.pepstock.charba.client.configuration.Title
 
fontCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
fontCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
fontCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
 
fontCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Title
 
fontCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
fontCallbackProxy - Variable in class org.pepstock.charba.client.labels.Label
 
fontColor - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
fontColorCallback - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
FontContainer - Class in org.pepstock.charba.client.options
This is the labels configuration of the legend.
FontContainer(AbstractNode, IsDefaultFontContainer, NativeObject) - Constructor for class org.pepstock.charba.client.options.FontContainer
Creates a font container with the native object where font properties must be managed and the default value to use when the property does not exist.
fontContainer - Variable in class org.pepstock.charba.client.options.LegendLabels
 
fontContainer - Variable in class org.pepstock.charba.client.options.LegendTitle
 
fontContainer - Variable in class org.pepstock.charba.client.options.PointLabels
 
fontContainer - Variable in class org.pepstock.charba.client.options.ScaleTitle
 
fontContainer - Variable in class org.pepstock.charba.client.options.Ticks
 
fontContainer - Variable in class org.pepstock.charba.client.options.Title
 
FontContainer.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
fontFamily - Variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
 
fontItem - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
FontItem - Class in org.pepstock.charba.client.items
Font options item to use mainly for callbacks.
FontItem() - Constructor for class org.pepstock.charba.client.items.FontItem
Creates an empty font to use for chart configuration with global defaults.
FontItem(IsDefaultFont) - Constructor for class org.pepstock.charba.client.items.FontItem
Creates an empty font to use for chart configuration when the font is created by a callback.
FontStyle - Enum in org.pepstock.charba.client.enums
The font-style property specifies the font style for a text.
FontStyle(String) - Constructor for enum org.pepstock.charba.client.enums.FontStyle
Creates with the property value to use in the native object.
footerCallback - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
footerCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
footerFont - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
footerFont - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
footerFont - Variable in class org.pepstock.charba.client.options.Tooltips
 
format(long, String) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the formatted date in the specified format for a given timestamp.
format(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the formatted date in the specified format for a given timestamp, using the default format related to time unit.
format(Date, String) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the formatted date in the specified format for a given date.
format(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the formatted date in the specified format for a given date, using the default format related to time unit.
format(double, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Returns the formatted date in the specified format for a given timestamp.
format(double) - Method in enum org.pepstock.charba.client.dom.enums.Unit
Creates a size adding the suffix of unit to the argument.
format(int) - Method in enum org.pepstock.charba.client.dom.enums.Unit
Creates a size adding the suffix of unit to the argument.
format(T) - Method in class org.pepstock.charba.client.intl.AbstractFormat
Formats a value according to the locale and formatting options of this object.
format(T) - Method in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
Formats a value according to the locale and formatting options of this object.
format(Date) - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper
 
format(NativeDate) - Method in class org.pepstock.charba.client.intl.NativeDateTimeFormat
Formats a date time according to the locale and formatting options of this object.
format(double) - Method in class org.pepstock.charba.client.intl.NativeNumberFormat
Formats a number according to the locale and formatting options of this object.
format(double) - Method in class org.pepstock.charba.client.intl.NumberFormat
Formats a number according to the locale and formatting options of this object.
format(Double) - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper
 
formatCallback - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
formatLegendElementId(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Creates a HTML element id for chart legend.
The format is:
[chartId]-legend
FormatMatcher - Enum in org.pepstock.charba.client.intl.enums
The list of formats matching algorithm to use.
The following properties describe the date-time components to use in formatted output, and their desired representations.
Implementations are required to support at least the following subsets:
weekday, year, month, day, hour, minute, second weekday, year, month, day year, month, day year, month month, day hour, minute, second hour, minute Implementations may support other subsets, and requests will be negotiated against all available subset-representation combinations to find the best match.
Two algorithms are available for this negotiation and selected by the DateTimeFormatOptions.setFormatMatcher(org.pepstock.charba.client.intl.enums.FormatMatcher) property.
FormatMatcher(String) - Constructor for enum org.pepstock.charba.client.intl.enums.FormatMatcher
Creates with the property value to use in the native object.
FormatPart - Class in org.pepstock.charba.client.intl
Result of NumberFormat.formatToParts(double) which is containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
See MDN for more details.
FormatPart(NativeObject) - Constructor for class org.pepstock.charba.client.intl.FormatPart
Creates the object with native object instance to be wrapped.
FormatPart.Property - Enum in org.pepstock.charba.client.intl
Name of properties of native object.
FormatPartsFactory() - Constructor for class org.pepstock.charba.client.intl.AbstractFormat.FormatPartsFactory
 
FormatPartType - Enum in org.pepstock.charba.client.intl.enums
Enumerates the possible types of a FormatPart can have.
FormatPartType(String) - Constructor for enum org.pepstock.charba.client.intl.enums.FormatPartType
Creates with the property value to use in the native object.
formats - Variable in class org.pepstock.charba.client.adapters.DateAdapter
 
formats() - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Returns a map of time formats for the supported formatting units defined in unit.
formatter - Variable in class org.pepstock.charba.client.intl.AbstractFormat
 
FORMATTER_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
FormatterCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set formatter property at runtime, using the plugin context.
Labels can be displayed on multiple lines by using the newline character \n between each line or by providing an array of strings where each item represents a new line.
formatterCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
formatToParts(T) - Method in class org.pepstock.charba.client.intl.AbstractFormat
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of value strings.
formatToParts(T) - Method in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of value strings.
formatToParts(Date) - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper
 
formatToParts(NativeDate) - Method in class org.pepstock.charba.client.intl.NativeDateTimeFormat
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of date time strings.
formatToParts(double) - Method in class org.pepstock.charba.client.intl.NativeNumberFormat
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of number strings.
formatToParts(double) - Method in class org.pepstock.charba.client.intl.NumberFormat
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of number strings.
formatToParts(Double) - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper
 
FRANCE - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.FRANCE.
from - Variable in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
 
FROM_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AnimationCollection
 
FromCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set fromproperty of AnimationCollection at runtime.
fromCallbackProxy - Variable in class org.pepstock.charba.client.options.AnimationCollection
 
fromOrEmpty(double...) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
This method creates new array instance with a variable number of double arguments.
fromOrEmpty(List<Double>) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
Creates a java script array of doubles starting from list of doubles.
fromOrEmpty(E) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Creates a java script array of arrays starting from a native array containers and the array will have ONE 1 element.
fromOrEmpty(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Creates a java script array of arrays starting from an array of native array containers.
fromOrEmpty(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Creates a java script array of arrays starting from a list of native array containers.
fromOrEmpty(CanvasGradientItem...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
This method creates new array instance with a variable number of CanvasGradientItem arguments.
fromOrEmpty(List<CanvasGradientItem>) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
Creates a java script array of gradients starting from list of gradients.
fromOrEmpty(Img...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
This method creates new array instance with a variable number of ImageElement arguments.
fromOrEmpty(List<Img>) - Static method in class org.pepstock.charba.client.commons.ArrayImage
Creates a java script array of images starting from list of images.
fromOrEmpty(int...) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
This method creates new array instance with a variable number of int arguments.
fromOrEmpty(List<Integer>) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
Creates a java script array of integers starting from list of integers.
fromOrEmpty(E) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from a native object containers and the array will have ONE 1 element.
fromOrEmpty(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from an array of native object containers.
fromOrEmpty(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from a list of native object containers.
fromOrEmpty(CanvasPatternItem...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
This method creates new array instance with a variable number of CanvasPatternItem arguments.
fromOrEmpty(List<CanvasPatternItem>) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
Creates a java script array of patterns starting from list of patterns.
fromOrEmpty(String...) - Static method in class org.pepstock.charba.client.commons.ArrayString
This method creates new array instance with a variable number of string arguments.
fromOrEmpty(List<String>) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from list of strings.
fromOrEmpty(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from array of colors.
fromOrEmpty(Key...) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from array of keys.
fromOrNull(double...) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
This method creates new array instance with a variable number of double arguments.
fromOrNull(List<Double>) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
Creates a java script array of doubles starting from list of doubles.
fromOrNull(E) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Creates a java script array of arrays starting from a native array containers and the array will have ONE 1 element.
fromOrNull(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Creates a java script array of arrays starting from an array of native array containers.
fromOrNull(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Creates a java script array of arrays starting from a list of native array containers.
fromOrNull(CanvasGradientItem...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
This method creates new array instance with a variable number of CanvasGradientItem arguments.
fromOrNull(List<CanvasGradientItem>) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
Creates a java script array of gradients starting from list of gradients.
fromOrNull(Img...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
This method creates new array instance with a variable number of ImageElement arguments.
fromOrNull(List<Img>) - Static method in class org.pepstock.charba.client.commons.ArrayImage
Creates a java script array of images starting from list of images.
fromOrNull(int...) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
This method creates new array instance with a variable number of int arguments.
fromOrNull(List<Integer>) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
Creates a java script array of integers starting from list of integers.
fromOrNull(E) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from a native object containers and the array will have ONE 1 element.
fromOrNull(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from an array of native object containers.
fromOrNull(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from a list of native object containers.
fromOrNull(CanvasPatternItem...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
This method creates new array instance with a variable number of CanvasPatternItem arguments.
fromOrNull(List<CanvasPatternItem>) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
Creates a java script array of patterns starting from list of patterns.
fromOrNull(String...) - Static method in class org.pepstock.charba.client.commons.ArrayString
This method creates new array instance with a variable number of string arguments.
fromOrNull(List<String>) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from list of strings.
fromOrNull(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from array of colors.
fromOrNull(Key...) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from array of keys.
fromRGBs(double) - Method in class org.pepstock.charba.client.colors.Gradient
Performs the conversion for a linear sRGB value to a gamma-encoded sRGB value
FullSizeCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set fullSize property at runtime.
fullSizeCallback - Variable in class org.pepstock.charba.client.configuration.Title
 
fullSizeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Title
 
FUNCTION - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script function with name "Function".

G

GaugeChart - Class in org.pepstock.charba.client.impl.charts
GAUGE chart implementation.
GaugeChart() - Constructor for class org.pepstock.charba.client.impl.charts.GaugeChart
Builds the object.
GaugeChartWidget - Class in org.pepstock.charba.client.gwt.widgets
GAUGE chart GWT WIDGET implementation.
GaugeChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
Builds the object.
GaugeDataset - Class in org.pepstock.charba.client.impl.charts
The Gauge chart allows a number of properties to be specified for each dataset.
GaugeDataset(double) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
Creates a dataset for gauge with maximum value of data.
GaugeDataset(double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
Creates a dataset setting the maximum value of dataset and defaults value.
GaugeOptions - Class in org.pepstock.charba.client.impl.charts
Specific options for GAUGE chart.
GaugeOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeOptions
Builds the object storing the chart instance and defaults.
generateDefaultLabels(Chart, ChartOptions) - Method in class org.pepstock.charba.client.JsChartHelper
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box, invoking generateLabels function property.
generateDefaultLabels(Chart, NativeObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box, invoking generateLabels function property.
generateId() - Method in class org.pepstock.charba.client.colors.GradientBuilder
Creates an unique id for the canvas object.

[type]-[orientation]-[scope]-[list of colors]
generateId() - Method in class org.pepstock.charba.client.colors.PatternBuilder
Creates an unique id for the canvas object.
For pattern created by a Img, the format is the following:

Img-[hashcode]-[repetition]-[width]-[height]
For pattern created by a CanvasPatternItem, the format is the following:

CanvasPatternItem-[hashcode]-[repetition]-[width]-[height]
generateLabels(Chart) - Method in class org.pepstock.charba.client.Defaults
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
generateLabels(IsChart) - Method in class org.pepstock.charba.client.Defaults
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
generateLegend(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Creates HTML representation of legend.
generateLegendLabels(IsChart, List<LegendLabelItem>) - Method in interface org.pepstock.charba.client.callbacks.LegendLabelsCallback
Generates legend items for each thing in the legend.
generateLegendLabels(IsChart, List<LegendLabelItem>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
 
generateText(IsChart, T, String) - Method in interface org.pepstock.charba.client.callbacks.HtmlLegendCallback
Returns a text of legend for a specific item or legend's title, as HTML
GENERATOR - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
GENERIC - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object NativeObject as object with name "?".
Instead of "Object", it is mandatory for J2CL to use java script object without prototype and for java script proxies.
GERMANY - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.GERMANY.
get() - Static method in class org.pepstock.charba.client.adapters.DateAdapterModule
Returns the singleton instance of module.
get() - Static method in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.annotation.AnnotationHelper
Returns the singleton instance of helper.
get() - Static method in class org.pepstock.charba.client.annotation.AnnotationPlugin
Returns the singleton instance.
get() - Static method in class org.pepstock.charba.client.ChartObserver
Returns the singleton instance of observer.
get(String) - Static method in class org.pepstock.charba.client.Charts
Returns the chart instance by its id.
get(PointStyle) - Static method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
Returns a shape looking from the passed point style instance.
get(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayChart
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayString
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Returns the element at the specified position in this list.
get() - Static method in class org.pepstock.charba.client.commons.CallbackPropertyManager
Returns the singleton instance.
get(NativeObjectContainer) - Static method in enum org.pepstock.charba.client.commons.Id
Returns the property value from java script object.
get(NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
Returns the property value from java script object.
get() - Static method in class org.pepstock.charba.client.commons.IncrementalIdHandler
Returns the singleton instance of this utility.
get() - Static method in class org.pepstock.charba.client.commons.JsHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.commons.Merger
Singleton method to get the instance
get(Type, ChartOptions) - Method in class org.pepstock.charba.client.commons.Merger
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global)
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectArray
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectBoolean
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectCallback
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectCallbackProxy
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectChart
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectDouble
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectEvent
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectGradient
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectImage
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectInteger
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectObject
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectPattern
Allows you to get a property on an object.
get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectString
Allows you to get a property on an object.
get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
Returns an animation collection instance if stored in the the animation options.
get() - Method in class org.pepstock.charba.client.configuration.Datasets
Returns the data set base on chart type of the configuration options.
get(Type) - Method in class org.pepstock.charba.client.configuration.Datasets
Returns the data set by a chart type.
get(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
Returns an animation transition instance if stored in the the animation options.
get() - Static method in class org.pepstock.charba.client.controllers.Controllers
Singleton method to get static instance.
get() - Static method in class org.pepstock.charba.client.controllers.ControllerTemplate
Singleton method to get static instance.
get() - Static method in class org.pepstock.charba.client.controllers.JsControllerHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.data.CanvasObjectHandler
Returns the singleton instance of plugin.
get() - Static method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
Singleton method to get instance.
get() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Returns the singleton instance.
get() - Static method in class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
Singleton object to get the helper instance
get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
 
get(Type) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
 
get(TransitionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
 
get() - Static method in class org.pepstock.charba.client.Defaults
Singleton method to get static instance.
get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
 
get(Type) - Method in class org.pepstock.charba.client.defaults.globals.DefaultDatasets
 
get() - Static method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
Singleton method to return the instance
get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
 
get(TransitionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
 
get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
 
get(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimations
Returns an animation collection instance if stored in the the animation options.
get(Type) - Method in interface org.pepstock.charba.client.defaults.IsDefaultDatasets
Returns the data sets options by a chart type.
get(TransitionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultTransitions
Returns an animation transition instance if stored in the the animation options.
get() - Static method in class org.pepstock.charba.client.dom.DOMBuilder
Returns the singleton instance of the builder.
get() - Static method in class org.pepstock.charba.client.Helpers
Singleton method to get the instance
get() - Static method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
Singleton method to get instance.
get() - Static method in class org.pepstock.charba.client.impl.plugins.ChartPointer
Returns the singleton instance of plugin.
get() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Returns the singleton instance of plugin.
get() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
Singleton method to get the instance.
get() - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Returns the singleton instance of plugin.
get() - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Returns the singleton instance of plugin.
get(String, int, int) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Internal singleton method to create the object by chart id, dataset index and index.
get(String) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Internal singleton method to create the object by HTML element id.
get(IsChart, LegendItem) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Singleton method to create the object by a chart instance and a legend item.
get(BaseHtmlElement) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Singleton method to create the object by a chart instance and a legend item.
get() - Static method in class org.pepstock.charba.client.InjectorPrefixHelper
Provides the singleton instance of helper.
get() - Static method in class org.pepstock.charba.client.items.JsItemsHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.JsChartHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.MutationItem
Returns the singleton instance of object.
get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
Returns an animation collection instance if stored in the the animation options.
get(Type) - Method in class org.pepstock.charba.client.options.Datasets
Returns the data set by a chart type.
get(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
Returns an animation collection instance if stored in the the animation options.
get(TransitionKey) - Method in interface org.pepstock.charba.client.options.IsTransitions
Returns an animation transition instance if stored in the animation options.
get(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
Returns an animation transition instance if stored in the the animation options.
get() - Static method in class org.pepstock.charba.client.plugins.JsPluginHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.positioner.JsPositionerHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.positioner.Positioner
Singleton object to get the tooltip positioner instance
get() - Static method in class org.pepstock.charba.client.resources.DateAdapterInjectionComplete
Returns the singleton instance of object.
get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
Returns an animation collection instance if stored in the the animation options.
get() - Static method in class org.pepstock.charba.client.utils.CScheduler
Returns the instance of singleton.
get(int) - Method in class org.pepstock.charba.client.utils.RegExpResult
Gets the value at a given index.
get() - Static method in class org.pepstock.charba.client.utils.WindowHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.zoom.JsZoomHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Returns the singleton instance.
getAbsoluteLeft() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns an element's absolute left coordinate in the document's coordinate system.
getAbsoluteTop() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns an element's absolute top coordinate in the document's coordinate system.
getAbsValue() - Method in class org.pepstock.charba.client.data.FloatingData
Returns the absolute value which is calculating subtracting the start point from end point.
getActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
Returns the active (hovered) elements for the chart.
getActiveElements() - Method in class org.pepstock.charba.client.Chart
Returns the active (hovered) elements for the chart.
getActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getActiveElements() - Method in interface org.pepstock.charba.client.IsChart
Returns the active (hovered) elements for the chart.
getAdapters() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
Returns the adapters element.
getAdapters() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getAdapters() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getAdapters() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the adapter defaults.
getAdapters() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the adapters element.
getAddedElements() - Method in class org.pepstock.charba.client.dom.MutationRecord
Returns the elements added.
Will be an empty element list if no elements were added.
getAdjustScaleRangeCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called to set whether the scale range should be adjusted if this annotation is out of range.
getAdjustScaleRangeCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called to set whether the scale range should be adjusted if this annotation is out of range.
getAfter() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
Returns text to render after the body section
getAfterBody() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of lines after body section.
getAlgorithm() - Method in class org.pepstock.charba.client.configuration.Decimation
Returns the algorithm used by the plugin.
getAlgorithm() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
 
getAlgorithm() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
 
getAlgorithm() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
Returns the algorithm used by the plugin.
getAlgorithm() - Method in class org.pepstock.charba.client.options.Decimation
Returns the algorithm used by the plugin.
getAlign() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Returns the alignment of the axis title.
getAlign() - Method in class org.pepstock.charba.client.configuration.CartesianTick
Returns the tick alignment along the axis.
getAlign() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the alignment of the legend.
getAlign() - Method in class org.pepstock.charba.client.configuration.Title
Returns the alignment of the title.
getAlign() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the position of the label relative to the anchor point position and orientation.
getAlign() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the position of the label relative to the anchor point position and orientation.
getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
 
getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
 
getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
Returns the alignment of the element.
getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
Returns the alignment of the axis title.
getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the tick alignment along the axis.
getAlign() - Method in class org.pepstock.charba.client.dom.elements.Table
Returns the alignment of the element's contents with respect to the surrounding context.
getAlign() - Method in class org.pepstock.charba.client.dom.elements.TableCell
Returns the alignment of the element's contents with respect to the surrounding context.
getAlign() - Method in class org.pepstock.charba.client.dom.elements.TableRow
Returns the alignment of the element's contents with respect to the surrounding context.
getAlign() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the selection cleaner align.
getAlign() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the selection cleaner align.
getAlign() - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
Returns the alignment of the element.
getAlign() - Method in class org.pepstock.charba.client.options.ScaleTitle
Returns the alignment of the axis title.
getAlign() - Method in class org.pepstock.charba.client.options.Ticks
Returns the tick alignment along the axis.
getAlignCallback() - Method in class org.pepstock.charba.client.configuration.Title
Returns the align callback, if set, otherwise null.
getAlignCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the align callback.
getAlignCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the align callback, if set, otherwise null.
getAll() - Method in class org.pepstock.charba.client.plugins.JsPluginHelper
Returns all registered plugins as object.
getAll() - Static method in class org.pepstock.charba.client.plugins.NativeJsPluginHelper
Returns all registered plugins as object.
getAllIds() - Method in class org.pepstock.charba.client.configuration.Plugins
Returns the unmodifiable list of registered plugin ids.
getAllIds() - Method in class org.pepstock.charba.client.options.Plugins
Returns the unmodifiable list of registered plugin ids.
getAlpha() - Method in class org.pepstock.charba.client.colors.Color
 
getAlpha() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns the alpha rate.
getAlpha() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
 
getAnchor() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the anchor point, which is defined by an orientation vector and a position on the data element
getAnchor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the anchor point, which is defined by an orientation vector and a position on the data element.
getAnchorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the anchor callback.
getAnchorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the anchor callback, if set, otherwise null.
getAndCreate(Key) - Method in class org.pepstock.charba.client.options.Scales
Gets from the native object the scale object by its id and creates a scale instance.
getAndCreateAnnotation(Key) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
Gets the stored annotation from the cache.
getAndCreateAnnotation(Key) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
Gets the stored annotation from the native object and then it creates a wrapper on that in order to provide an annotation instance.
getAngle() - Method in class org.pepstock.charba.client.configuration.Arc
Returns the arc angle to cover.
getAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
getAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
Returns the arc angle to cover.
getAngle() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the angle of data set item.
getAngle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the arc angle to cover.
getAngle() - Method in class org.pepstock.charba.client.options.Arc
Returns the arc angle to cover.
getAngleLines() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the angle lines element.
getAngleLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getAngleLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getAngleLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the angle lines default.
getAngleLines() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the angle lines element.
getAnimation() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
Returns the animation element.
getAnimation() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
Returns the animation element.
getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
 
getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
 
getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition
 
getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition
 
getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
getAnimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
Returns the animation element.
getAnimation() - Method in class org.pepstock.charba.client.options.AnimationTransition
Returns the animation element.
getAnimation() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
Returns the animation element.
getAnimation() - Method in class org.pepstock.charba.client.options.Options
Returns the animation element.
getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
getAnimationContainer() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
Returns an animation container instance to use in the default methods of this interface.
getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.Tooltips
 
getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.TypedDataset
 
getAnimationContainer() - Method in class org.pepstock.charba.client.data.Dataset
 
getAnimationContainer() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
Returns an animation container instance to use in the default methods of this interface.
getAnimationContainer() - Method in class org.pepstock.charba.client.options.Options
 
getAnimationContainer() - Method in class org.pepstock.charba.client.options.Tooltips
 
getAnimationContainer() - Method in class org.pepstock.charba.client.options.TypedDataset
 
getAnimations() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
Returns the animations element.
getAnimations() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
Returns the animations collection element.
getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
 
getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
 
getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition
 
getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
getAnimations() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
Returns the animations collection element.
getAnimations() - Method in class org.pepstock.charba.client.options.AnimationTransition
Returns the animations collection element.
getAnimations() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
Returns the animations collection element.
getAnnotation() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
Returns the annotation of plugin.
getAnnotation(int) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
Retrieves a cached annotation configuration item, previously stored.
getAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
Returns the annotation with the id passed as argument or null if not exist.
getAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Returns the annotation with the id passed as argument or null if not exist.
getAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Returns the annotation with the id passed as argument or null if not exist.
getAnnotation(AnnotationId) - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
Returns the annotation with the id passed as argument or null if not exist.
getAnnotationId() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the id of annotation for caching (internal).
getAnnotations() - Method in class org.pepstock.charba.client.annotation.AnnotationMap
Returns the unmodifiable list of annotations.
getAnnotations() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Returns the collection of annotations.
getAnnotations() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
Returns the list of annotations.
getArc() - Method in class org.pepstock.charba.client.configuration.Elements
Returns the arc element.
getArc() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
getArc() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
Returns ARC object defaults.
getArc() - Method in class org.pepstock.charba.client.options.Elements
Returns the arc element.
getArcBorderRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the border radius of the dataset item in pixels as ArcBorderRadius.
getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Returns an area object used to define the area of LINEAR gradient.
getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
 
getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
 
getArray() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Returns the array native object instance.
getArray() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
 
getArray() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
 
getArray() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
 
getArray() - Method in class org.pepstock.charba.client.commons.ArrayImageList
 
getArray() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
 
getArray() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
 
getArray() - Method in class org.pepstock.charba.client.commons.ArrayObjectList
 
getArray() - Method in class org.pepstock.charba.client.commons.ArrayStringList
 
getArray() - Method in class org.pepstock.charba.client.data.Labels
Returns the java script array.
getArrayProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getArrayValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) in the embedded JavaScript object at specific property.
getAspectRatio() - Method in class org.pepstock.charba.client.Chart
Returns the aspect ratio.
getAspectRatio() - Method in class org.pepstock.charba.client.ChartNode
Returns the aspect ratio.
getAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Canvas aspect ratio (i.e.
getAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Canvas aspect ratio (i.e.
getAspectRatio() - Method in class org.pepstock.charba.client.options.Options
Canvas aspect ratio (i.e.
getAttribute(Key, double) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Returns a custom field value from data point.
getAttribute(Key, boolean) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Returns a custom field value from data point.
getAttribute(Key, int) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Returns a custom field value from data point.
getAttribute(Key, String) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Returns a custom field value from data point.
getAttribute(Key) - Method in class org.pepstock.charba.client.data.DataPoint
Returns a custom field value from data point.
getAttributes(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Returns the attributes, if exist.
getAttributes() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a collection of all attribute nodes registered to the specified node.
getAutoSkipPadding() - Method in class org.pepstock.charba.client.configuration.CartesianTick
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getAutoSkipPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
getAutoSkipPadding() - Method in class org.pepstock.charba.client.options.Ticks
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
Note: Only applicable to horizontal scales.
getAxes() - Method in class org.pepstock.charba.client.configuration.Scales
Returns the list of X axes.
getAxes() - Method in class org.pepstock.charba.client.options.Scales
Returns a list of X axes.
getAxis() - Method in class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
getAxis() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
Returns the axis instance where the callback must be invoked.
getAxis() - Method in class org.pepstock.charba.client.configuration.Axis
Which kind of axis this is.
Possible values are: 'x', 'y' or 'r'.
getAxis() - Method in class org.pepstock.charba.client.configuration.AxisContainer
Returns the axis instance.
getAxis() - Method in class org.pepstock.charba.client.configuration.Hover
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
getAxis() - Method in class org.pepstock.charba.client.configuration.Interaction
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
getAxis() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the axis instance.
getAxis() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
 
getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
 
getAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
 
getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
 
getAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
getAxis(ScaleId, AxisKind) - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
Returns the default configuration for x axis.
getAxis() - Method in class org.pepstock.charba.client.events.AxisClickEvent
Returns the axis configuration instance if exists.
getAxis() - Method in class org.pepstock.charba.client.items.ScaleItem
Which kind of axis this is.
Possible values are: ''x', 'y' or 'r'.
getAxis() - Method in class org.pepstock.charba.client.options.Interaction
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
getAxis() - Method in class org.pepstock.charba.client.options.Scale
Which kind of axis this is.
Possible values are: ''x', 'y' or 'r'.
getAxis(String) - Method in class org.pepstock.charba.client.options.Scales
Returns the scale with the id passed as argument or null if not exist.
getAxis(ScaleId) - Method in class org.pepstock.charba.client.options.Scales
Returns the scale with the id passed as argument or null if not exist.
getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.options.Scales
 
getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after of the ticks building.
getAxisById(int) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
 
getAxisById(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the axis by the unique CHARBA id of scale or null if not axis.
getAxisById(String) - Method in class org.pepstock.charba.client.configuration.Scales
Returns the scale with the id passed as argument or null if not exist.
getAxisById(ScaleId) - Method in class org.pepstock.charba.client.configuration.Scales
Returns the scale with the id passed as argument or null if not exist.
getAxisById(int) - Method in class org.pepstock.charba.client.configuration.ScalesOptions
 
getAxisCalculateTickRotationCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after tick rotation is determined.
getAxisDataLimitsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after data limits are determined.
getAxisDimensionsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after dimensions are set.
getAxisElement() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
 
getAxisElement() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
 
getAxisElement() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
Returns the axis instance.
getAxisElement() - Method in class org.pepstock.charba.client.configuration.RadialAxis
 
getAxisFitCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after the scale fits to the canvas.
getAxisKind() - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
Returns the default axis kind for this default scale id.
getAxisKindByScaleId(Key, AxisKind) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
Returns the axis kind inferring from the first character of the scale id which should be 'x', 'y' or 'r'.
getAxisKindByScaleId(String, AxisKind) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
Returns the axis kind inferring from the first character of the scale id which should be 'x', 'y' or 'r'.
getAxisTickToLabelConversionCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after ticks are converted in the strings.
getAxisUpdateCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after of the update process.
getBackdropColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the background color of the point label.
getBackdropColor() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the color of label backdrops.
getBackdropColor() - Method in class org.pepstock.charba.client.options.PointLabels
Returns the background color of the point label.
getBackdropColor() - Method in class org.pepstock.charba.client.options.Ticks
Returns the color of label backdrops.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the background color of the point label.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the color of label backdrops.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getBackdropColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
Returns the background color of the point label.
getBackdropColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the color of label backdrops.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.PointLabels
Returns the background color of the point label.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
Returns the color of label backdrops.
getBackdropColorCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the backdrop color callback, if set, otherwise null.
getBackdropColorCallback() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the backdrop color callback instance.
getBackdropPadding() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the padding of label backdrop.
getBackdropPadding() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the padding of label backdrop.
getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getBackdropPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
Returns the padding of label backdrop.
getBackdropPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the padding of label backdrop.
getBackdropPadding() - Method in class org.pepstock.charba.client.options.PointLabels
Returns the padding of label backdrop.
getBackdropPadding() - Method in class org.pepstock.charba.client.options.Ticks
Returns the padding of label backdrop.
getBackground() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'background' property from element.
getBackgroundColor() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
Returns the color of the background of annotation.
getBackgroundColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the background color of tile.
getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the background color.
getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the background color of the scale area.
getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the background color of the tooltip.
getBackgroundColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill colors of the elements.
If property is missing or not a color, returns an empty list.
getBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color under the line.
If property is missing or not a color, returns the default background color.
getBackgroundColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the background color.
getBackgroundColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'backgroundColor' property from element.
getBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Returns the background color.
If it has been set a gradient or pattern, returns null, otherwise the default color, "white".
getBackgroundColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the background color of the dataset item.
getBackgroundColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the background color of the label.
getBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the background color.
getBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the background color of the scale area.
getBackgroundColor() - Method in class org.pepstock.charba.client.options.Options
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
getBackgroundColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the background color of the tooltip.
getBackgroundColor() - Method in class org.pepstock.charba.client.zoom.Drag
Returns the fill color during dragging.
getBackgroundColorAlpha() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
The transparency value for the background color.
getBackgroundColorAlpha() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
The transparency value for the background color.
getBackgroundColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the background color as canvas gradient.
getBackgroundColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the background color as canvas gradient.
getBackgroundColorAsCanvasPattern() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the background color as canvas pattern.
getBackgroundColorAsCanvasPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the background color as canvas pattern.
getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill gradient of elements.
If property is missing or not a gradient, returns an empty list.
getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill gradient under the line.
If property is missing or not a gradient, returns null.
getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Returns the background gradient.
getBackgroundColorAsGradient() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
Returns the background gradient.
getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the background color as gradient.
getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the background color as gradient.
getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill pattern under the line.
If property is missing or not a pattern, returns null.
getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Returns the background pattern.
If it has been set a color or gradient, returns null.
getBackgroundColorAsPattern() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
Returns the background pattern.
getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the background color as pattern.
getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the background color as pattern.
getBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill patters of elements.
If property is missing or not a pattern, returns an empty list.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
Returns the color of the background of annotation.
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
Returns the color of the background of annotation.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the background color of tile.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the background color.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the background color of the scale area.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the background color of the tooltip.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill colors of the elements.
If property is missing or not a color, returns an empty list.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color under the line.
If property is missing or not a color, returns the default background color.
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the background color as string.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the background color as string.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
Returns the background color.
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the background color of the scale area.
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the background color of the tooltip.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Returns the background color.
If it has been set a gradient or pattern, returns null, otherwise the default color, "white".
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
Returns the background color as string.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the background color of the dataset item.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the background color of the label.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the background color.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the background color of the scale area.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Options
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the background color of the tooltip.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.zoom.Drag
Returns the fill color during dragging.
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
Returns the fill color during dragging.
getBackgroundColorCallback() - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
Returns the callback called to set the color of the background of annotation.
getBackgroundColorCallback() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
Returns the callback called to set the color of the background of annotation.
getBackgroundColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBackgroundColorHandler
Returns the callback called to set the color of the background of annotation.
getBackgroundColorCallback() - Method in class org.pepstock.charba.client.configuration.Segment
Returns the background width callback, if set, otherwise null.
getBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
Returns the background color callback, if set, otherwise null.
getBackgroundColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the background color callback.
getBackgroundColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the background color callback, if set, otherwise null.
getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
 
getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation
 
getBackgroundColorHandler() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
Returns a background color handler instance to use in the default methods of this interface.
getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
 
getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
 
getBackgroundImage() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'backgroundImage' property from element.
getBackgroundSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'backgroundSize' property from element.
getBar() - Method in class org.pepstock.charba.client.configuration.Elements
Returns the bar element.
getBar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
getBar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
Returns BAR object defaults.
getBar() - Method in class org.pepstock.charba.client.options.Elements
Returns the bar element.
getBarBorderRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the border radius of the dataset item in pixels as BarBorderRadius.
getBarPercentage() - Method in class org.pepstock.charba.client.configuration.TypedDataset
Returns the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other.
getBarPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
getBarPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
getBarPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
Returns the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other.
getBarPercentage() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the percent (0-1) of the available width each bar should be within the category width.
getBarPercentage() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Returns the percent (0-1) of the available width each bar should be within the category width.
getBarPercentage() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Returns the percent (0-1) of the available width each bar should be within the category width.
getBarStackHandler() - Method in interface org.pepstock.charba.client.data.HasBarStackGroup
Returns an stack option handler instance.
getBarStackHandler() - Method in class org.pepstock.charba.client.data.StackedBarDataset
 
getBarStackHandler() - Method in class org.pepstock.charba.client.data.StackedHorizontalBarDataset
 
getBarStackHandler() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
getBarStackHandler() - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
 
getBarThickness() - Method in class org.pepstock.charba.client.configuration.TypedDataset
Returns the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage.
getBarThickness() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
getBarThickness() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
getBarThickness() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
Returns the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage.
getBarThickness() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Returns the width of each bar in pixels.
getBarThickness() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Returns the width of each bar in pixels.
getBase() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value.
getBase() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the base value of data set.
getBaseCallback() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the base callback, if set, otherwise null.
getBasePixel(ScaleItem) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getBasePixel(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getBasePixel() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getBaseType() - Method in class org.pepstock.charba.client.AbstractChart
 
getBaseType() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getBaseType() - Method in interface org.pepstock.charba.client.IsChart
Returns the base type of chart that in case of ChartType is the same of IsChart.getType() otherwise, in case the type of the chart is a ControllerType is the chart type extension if there is or null.
getBaseValue(ScaleItem) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Returns the minimum chart value.
getBaseValue(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Returns the minimum chart value
getBaseValue() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the minimum chart value.
getBefore() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
Returns text to render before the body section.
getBeforeBody() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of lines before body section.
getBlue() - Method in class org.pepstock.charba.client.colors.Color
 
getBlue() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns the blue value.
getBlue() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
 
getBody() - Method in class org.pepstock.charba.client.dom.BaseHtmlDocument
Returns the <body> or <frameset> node of the current document, or null if no such element exists.
getBody() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of items which belong to the tooltip body section.
getBodyAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the body alignment.
getBodyAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodyAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodyAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the body alignment.
getBodyAlign() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body alignment.
getBodyCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Returns the user body callback.
getBodyColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the body font color.
getBodyColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body font color.
getBodyColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the body font color as string.
getBodyColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodyColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodyColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the body font color as string.
getBodyColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body font color as string.
getBodyFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the body font element.
getBodyFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodyFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodyFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the body line font.
getBodyFont() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body font element.
getBodySpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the spacing to add to top and bottom of each tooltip item.
getBodySpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodySpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodySpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the spacing to add to top and bottom of each tooltip item.
getBodySpacing() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the spacing to add to top and bottom of each tooltip item.
getBooleanProperty(NativeObject, String, boolean) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getBorder() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'border' property from element.
getBorder() - Method in class org.pepstock.charba.client.dom.elements.Table
Returns the width in pixels of the border of the table.
getBorderAlign() - Method in class org.pepstock.charba.client.configuration.Arc
Returns the property to set the border alignment on chart datasets.
getBorderAlign() - Method in class org.pepstock.charba.client.data.BorderAlignHandler
Returns the property to set the border alignment on chart datasets.
getBorderAlign() - Method in interface org.pepstock.charba.client.data.HasBorderAlign
Returns the property to set the border alignment on chart datasets.
getBorderAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getBorderAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
getBorderAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
Returns the property to set the border alignment on chart datasets.
getBorderAlign() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the property to set the border alignment on chart datasets.
getBorderAlign() - Method in class org.pepstock.charba.client.options.Arc
Returns the property to set the border alignment on chart datasets.
getBorderAlignCallback() - Method in class org.pepstock.charba.client.data.BorderAlignHandler
Returns the border align callback, if set, otherwise null.
getBorderAlignCallback() - Method in interface org.pepstock.charba.client.data.HasBorderAlign
Returns the border align callback, if set, otherwise null.
getBorderAlignHandler() - Method in interface org.pepstock.charba.client.data.HasBorderAlign
Returns a border align handler instance.
getBorderAlignHandler() - Method in class org.pepstock.charba.client.data.PieDataset
 
getBorderAlignHandler() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
 
getBorderBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderBottom' property from element.
getBorderBottomColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderBottomColor' property from element.
getBorderBottomLeftRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderBottomLeftRadius' property from element.
getBorderBottomRightRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderBottomRightRadius' property from element.
getBorderBottomStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderBottomStyle' property from element.
getBorderBottomWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderBottomWidth' property from element.
getBorderCapStyle() - Method in class org.pepstock.charba.client.configuration.Line
Returns how the end points of every line are drawn.
getBorderCapStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns how the end points of every line are drawn.
getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getBorderCapStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns how the end points of every line are drawn.
getBorderCapStyle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns how the end points of every line are drawn.
getBorderCapStyle() - Method in class org.pepstock.charba.client.options.Line
Returns how the end points of every line are drawn.
getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.configuration.Segment
Returns the border cap-style callback, if set, otherwise null.
getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border cap style callback, if set, otherwise null.
getBorderCollapse() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderCollapse' property from element.
getBorderColor() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the color of the border of annotation.
getBorderColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the border color.
getBorderColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
getBorderColor() - Method in class org.pepstock.charba.client.configuration.Grid
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
getBorderColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the color of the border.
getBorderColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the color of the bar border.
getBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the color of the line.
If property is missing or not a color, returns the default border color.
getBorderColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the border color.
getBorderColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderColor' property from element.
getBorderColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the color.
getBorderColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the color of the dataset item border
getBorderColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the border color of the label.
getBorderColor() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the border color.
getBorderColor() - Method in class org.pepstock.charba.client.options.Grid
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
getBorderColor() - Method in class org.pepstock.charba.client.options.Options
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
getBorderColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color of the border.
getBorderColor() - Method in class org.pepstock.charba.client.zoom.Drag
Returns the color of the border during dragging.
getBorderColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the border color as canvas gradient.
getBorderColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the border color as canvas gradient.
getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the gradient of the bar border.
If property is missing or not a gradient, returns an empty list.
getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the gradient of the line.
If property is missing or not a gradient, returns null.
getBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the border color as gradient.
getBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the border color as gradient.
getBorderColorAsString() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
Returns the color of the border of annotation.
getBorderColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the color of the border of annotation.
getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the border color.
getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the color of the border.
getBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the color of the bar border.
getBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the color of the line.
If property is missing or not a color, returns the default border color.
getBorderColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the border color as string.
getBorderColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the border color as string.
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
Returns the border color.
getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the color of the border.
getBorderColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the color.
getBorderColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
Returns the color.
getBorderColorAsString() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the color of the dataset item border
getBorderColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the border color of the label.
getBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the border color.
getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Grid
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Options
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color of the border.
getBorderColorAsString() - Method in class org.pepstock.charba.client.zoom.Drag
Returns the color of the border during dragging.
getBorderColorAsString() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
Returns the color of the border during dragging.
getBorderColorCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called to set the color of the border of annotation.
getBorderColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called to set the color of the border of annotation.
getBorderColorCallback() - Method in class org.pepstock.charba.client.configuration.Segment
Returns the border width callback, if set, otherwise null.
getBorderColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
Returns the border color callback, if set, otherwise null.
getBorderColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the border color callback.
getBorderColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the border color callback, if set, otherwise null.
getBorderDash() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.configuration.Line
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
getBorderDash() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getBorderDash() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
getBorderDash() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getBorderDash() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the line dash pattern used when stroking borders, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.options.AbstractScaleLines
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDash() - Method in class org.pepstock.charba.client.options.Line
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDashCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDashCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the border dash callback when element is hovered, if set, otherwise null.
getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.Segment
Returns the border dash callback, if set, otherwise null.
getBorderDashCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border dash callback, if set, otherwise null.
getBorderDashOffset() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the line dash pattern offset.
getBorderDashOffset() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the line dash pattern offset.
getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the line dash pattern offset.
getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Line
Returns the line dash pattern offset.
getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the line dash pattern offset.
getBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the line dash pattern offset.
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns the line dash pattern offset.
getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
Returns the line dash pattern offset.
getBorderDashOffset() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the line dash pattern offset.
getBorderDashOffset() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
Returns the line dash pattern offset.
getBorderDashOffset() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the line dash pattern offset.
getBorderDashOffset() - Method in class org.pepstock.charba.client.options.AbstractScaleLines
Returns the line dash pattern offset.
getBorderDashOffset() - Method in class org.pepstock.charba.client.options.Line
Returns the line dash pattern offset.
getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called to set the line dash pattern offset.
getBorderDashOffsetCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called to set the line dash pattern offset.
getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Returns the border dash offset callback instance.
getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Segment
Returns the border dash callback, if set, otherwise null.
getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border dash offset callback, if set, otherwise null.
getBorderImage() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderImage' property from element.
getBorderImageWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderImageWidth' property from element.
getBorderItem(Key, Key, int) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Returns the list of bar border item size (in pixels).
getBorderItemAsObjects(Key, Key, NativeObjectContainerFactory<T>, int) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Returns the list of bar border item size (in pixels).
getBorderJoinStyle() - Method in class org.pepstock.charba.client.configuration.Line
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
getBorderJoinStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getBorderJoinStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
getBorderJoinStyle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
getBorderJoinStyle() - Method in class org.pepstock.charba.client.options.Line
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Segment
Returns the border join-style callback, if set, otherwise null.
getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border join style callback, if set, otherwise null.
getBorderLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderLeft' property from element.
getBorderLeftColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderLeftColor' property from element.
getBorderLeftStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderLeftStyle' property from element.
getBorderLeftWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderLeftWidth' property from element.
getBorderRadius() - Method in class org.pepstock.charba.client.configuration.Arc
Returns the arc border radius (in pixels).
getBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
Returns the bar border radius (in pixels).
getBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the list of bar border radius (in pixels).
If a callback has been set, returns an empty list.
getBorderRadius() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the list of arc border radius (in pixels).
If a callback has been set, returns an empty list.
getBorderRadius() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the border radius.
getBorderRadius() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the border radius.
getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
Returns the arc border radius (in pixels).
getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
Returns the bar border radius (in pixels).
getBorderRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderRadius' property from element.
getBorderRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the bar border radius (in pixels).
getBorderRadius() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the border radius of item.
getBorderRadius() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the bar border radius (in pixels).
getBorderRadius() - Method in class org.pepstock.charba.client.options.Arc
Returns the arc border radius (in pixels).
getBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
Returns the bar border radius (in pixels).
getBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the list of bar border radius (in pixels).
If a callback or an array have been set, returns an empty object.
getBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the list of bar border radius (in pixels).
If a callback or an array have been set, returns an empty object.
getBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the border radius callback, if set, otherwise null.
getBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the border radius callback, if set, otherwise null.
getBorderRadiusCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the border radius callback.
getBorderRadiusCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the border radius callback, if set, otherwise null.
getBorderRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderRight' property from element.
getBorderRightColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderRightColor' property from element.
getBorderRightStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderRightStyle' property from element.
getBorderRightWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderRightWidth' property from element.
getBorderSkipped() - Method in class org.pepstock.charba.client.configuration.Bar
Returns the edge to skip drawing the border for.
getBorderSkipped() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the edges to skip drawing the border for.
getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
getBorderSkipped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
Returns the edge to skip drawing the border for.
getBorderSkipped() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the edge to skip drawing the border for.
getBorderSkipped() - Method in class org.pepstock.charba.client.options.Bar
Returns the edge to skip drawing the border for.
getBorderSkippedCallback() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the border skipped callback, if set, otherwise null.
getBorderSpacing() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderSpacing' property from element.
getBorderStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderStyle' property from element.
getBorderTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderTop' property from element.
getBorderTopColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderTopColor' property from element.
getBorderTopLeftRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderTopLeftRadius' property from element.
getBorderTopRightRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderTopRightRadius' property from element.
getBorderTopStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderTopStyle' property from element.
getBorderTopWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderTopWidth' property from element.
getBorderWidth() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
Returns the width of the border in pixels.
getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the width of the border in pixels.
getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxAnnotation
 
getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsEllipseAnnotation
 
getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
 
getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
 
getBorderWidth() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the border width.
getBorderWidth() - Method in class org.pepstock.charba.client.configuration.Grid
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used.
getBorderWidth() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the size of the border.
getBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the stroke width of the bar in pixels.
If a callback has been set, returns an empty list.
getBorderWidth() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke width of the bar in pixels.
If a callback has been set, returns an empty list.
getBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the width of the line in pixels.
getBorderWidth() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the border width.
getBorderWidth() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the border width.
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used.
getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
Returns the border width.
getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the size of the border.
getBorderWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderWidth' property from element.
getBorderWidth() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the border width of the selection.
getBorderWidth() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
Returns the border width of the selection.
getBorderWidth() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the border width of the dataset item in pixels.
getBorderWidth() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the border width.
getBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the border width.
getBorderWidth() - Method in class org.pepstock.charba.client.options.Grid
If set, used as the width of the border line.
getBorderWidth() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the size of the border.
getBorderWidth() - Method in class org.pepstock.charba.client.zoom.Drag
Returns the width of the border in pixels.
getBorderWidth() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
Returns the width of the border in pixels.
getBorderWidthAsObject() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the border width of the dataset item in pixels as BarBorderWidth.
getBorderWidthAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the stroke width of the bar in pixels.
If a callback or an array have been set, returns an empty object.
getBorderWidthCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called to set the width of the border in pixels.
getBorderWidthCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called to set the width of the border in pixels.
getBorderWidthCallback() - Method in class org.pepstock.charba.client.configuration.Segment
Returns the border width callback, if set, otherwise null.
getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the border width callback, if set, otherwise null.
getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the border width callback, if set, otherwise null.
getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border width callback, if set, otherwise null.
getBorderWidthCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the border width callback.
getBorderWidthCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the border width callback, if set, otherwise null.
getBottom() - Method in class org.pepstock.charba.client.colors.Area
Returns the bottom coordinate.
getBottom() - Method in class org.pepstock.charba.client.configuration.Padding
Returns the padding bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.data.BarBorderWidth
Returns the border width bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.data.Clip
Returns the clip bottom.
getBottom() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
 
getBottom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
 
getBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
Returns the padding bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'bottom' property from element.
getBottom() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
Returns the bottom.
getBottom() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the bottom of chart area.
getBottom() - Method in class org.pepstock.charba.client.options.AbstractPadding
Returns the padding bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.options.Padding
Returns the padding bottom in pixel.
getBottomLeft() - Method in class org.pepstock.charba.client.data.BarBorderRadius
Returns the border radius for bottom-left corner of the rectangle, in pixel.
getBottomLeft() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
Returns the border radius for bottom-left corner of the rectangle, in pixel.
getBottomRight() - Method in class org.pepstock.charba.client.data.BarBorderRadius
Returns the border radius for bottom-right corner of the rectangle, in pixel.
getBottomRight() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
Returns the border radius for bottom-right corner of the rectangle, in pixel.
getBounds() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
getBounds() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getBounds() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getBounds() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
getBounds() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
getBoxHandler() - Method in interface org.pepstock.charba.client.options.HasBox
Returns a box handler instance to use in the default methods of this interface.
getBoxHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
 
getBoxHandler() - Method in class org.pepstock.charba.client.options.Tooltips
 
getBoxHeight() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the height of colored box.
getBoxHeight() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the height of the colored box if displayColors is true..
getBoxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getBoxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBoxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getBoxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBoxHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBoxHandler
Returns the height of colored box.
getBoxHeight() - Method in class org.pepstock.charba.client.options.BoxHandler
Returns the height of colored box.
getBoxHeight() - Method in interface org.pepstock.charba.client.options.HasBox
Returns the height of colored box.
getBoxWidth() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the width of colored box.
getBoxWidth() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the width of the colored box if displayColors is true..
getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBoxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBoxHandler
Returns the width of colored box.
getBoxWidth() - Method in class org.pepstock.charba.client.options.BoxHandler
Returns the width of colored box.
getBoxWidth() - Method in interface org.pepstock.charba.client.options.HasBox
Returns the width of colored box.
getButton() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the button number that was pressed (if applicable) when the mouse event was fired.
getButtons() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the buttons being depressed (if any) when the mouse event was fired.
getByAxisKind(AxisKind, DefaultScaleId) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
Returns the default scale id instance by axis kind, otherwise will return null if not found.
getByCode(String) - Static method in enum org.pepstock.charba.client.intl.Language
Returns the language instance, found using the identifier argument which is checked against both cods, 2 and 3 chars.
getByName(String) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Gets EnumValue by its name
getByType(int) - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
Returns the type of node comparing the argument and its integer representation.
getCalendar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getCalendar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the calendar to use.
getCalendar() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the calendar to use.
getCalendar() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getCallback(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Returns the callback stored in the native object or null if not exists.
getCallback(NativeObjectContainer, T) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Returns the callback stored in the native object or the default value passed as argument, if not exists.
getCallback() - Method in class org.pepstock.charba.client.commons.CallbackProxy
Returns the function callback implemented in the additional java script source.
getCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the user callback to change point labels.
getCallback() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
Returns the data set callback instance to manage the color.
getCallbackGradient(Key, int, int) - Method in class org.pepstock.charba.client.data.Dataset
Returns the gradient configured by callback for a specific data set and data index, for a specific property.
getCallbackPattern(Key, int, int) - Method in class org.pepstock.charba.client.data.Dataset
Returns the pattern configured by callback for a specific data set and data index, for a specific property.
getCallbacks() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the object where all tooltips callbacks are stored.
getCallbacks() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the callbacks element.
getCanvas() - Method in class org.pepstock.charba.client.AbstractChart
Returns the canvas element used to draw the chart.
getCanvas() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the canvas of the canvas rendering context 2D object.
getCanvas() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getCanvas() - Method in interface org.pepstock.charba.client.IsChart
Returns the canvas element used to draw the chart.
getCanvasPattern() - Method in class org.pepstock.charba.client.colors.Pattern
Returns the canvas pattern if exists.
getCaretPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
getCaretPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getCaretPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getCaretPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
getCaretPadding() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
getCaretSize() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the size of the tooltip arrow, in pixels.
getCaretSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getCaretSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getCaretSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the size, in px, of the tooltip arrow.
getCaretSize() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the size, in pixels, of the tooltip arrow.
getCaretX() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the X location of the tooltip arrow.
getCaretY() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the Y location of the tooltip arrow.
getCategoryPercentage() - Method in class org.pepstock.charba.client.configuration.TypedDataset
Returns the percent (0-1) of the available width each category should be within the sample width.
getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
getCategoryPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
Returns the percent (0-1) of the available width each category should be within the sample width.
getCategoryPercentage() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the percent (0-1) of the available width each category should be within the sample width.
getCategoryPercentage() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Returns the percent (0-1) of the available width each category should be within the sample width.
getCategoryPercentage() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Returns the percent (0-1) of the available width each category should be within the sample width.
getCellIndex() - Method in class org.pepstock.charba.client.dom.elements.TableCell
Returns a value representing the cell's position in the cells collection of the <tr> the cell is contained within.
getCellPadding() - Method in class org.pepstock.charba.client.dom.elements.Table
Returns the width in pixels of the horizontal and vertical sapce between cell content and cell borders.
getCellSpacing() - Method in class org.pepstock.charba.client.dom.elements.Table
Returns the width in pixels of the horizontal and vertical separation between cells.
getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Returns the coordinates of a center of arc for RADIAL gradient.
getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
 
getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
 
getChangedTouches() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns a list of all the touch objects representing individual points of contact whose states changed between the previous touch event and this one.
getCharbaId() - Method in class org.pepstock.charba.client.Chart
Returns the CHARBA ID, set to the chart.
getCharbaId() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the unique id of axis.
getCharbaId() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the unique id of scale.
getCharbaId() - Method in class org.pepstock.charba.client.options.ExtendedScale
Returns the unique id of scale.
getCharbaId() - Method in class org.pepstock.charba.client.options.Options
Returns the CHARBA id when the options are related to a chart instance.
getCharbaPrefixPackageName() - Method in class org.pepstock.charba.client.InjectorPrefixHelper
Returns the prefix to apply to CHARBA injectable resources DOM element id when they will injected.
getCharset() - Method in class org.pepstock.charba.client.dom.elements.Script
Returns the character encoding of an external script.
getChart() - Method in class org.pepstock.charba.client.callbacks.ChartContext
Returns the CHARBA chart instance.
getChart() - Method in class org.pepstock.charba.client.Chart
Returns the CHARBA chart or null if CHARBA id is not present in the CAHRT.JS chart options.
getChart() - Method in class org.pepstock.charba.client.configuration.ChartContainer
Returns the chart instance
getChart() - Method in class org.pepstock.charba.client.controllers.ControllerContext
Returns the CHARBA chart instance.
getChart(String) - Method in class org.pepstock.charba.client.controllers.WrapperController
Returns the chart instances which must be consumed by controller.
getChart() - Method in class org.pepstock.charba.client.events.AbstractChartEvent
Returns the chart instance, stored in the event as source.
getChart() - Method in class org.pepstock.charba.client.events.AbstractEvent
Returns the chart instance, stored in the event as source.
getChart() - Method in class org.pepstock.charba.client.events.ChartEventContext
Returns the CHARBA chart instance.
getChart() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
 
getChart() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
Returns the chart instance, stored in the event as source.
getChart() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
Returns the chart instance, wrapped by this GWT widget.
getChart() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
Returns the chart instance
getChart() - Method in class org.pepstock.charba.client.items.AnimationItem
Returns the CHARBA chart instance.
getChart() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the CHARBA chart instance.
getChart() - Method in class org.pepstock.charba.client.options.ExtendedOptions
Returns the chart instance which is using the options.
getChart() - Method in class org.pepstock.charba.client.positioner.PositionerContext
Returns the CHARBA chart instance.
getChartArea() - Method in class org.pepstock.charba.client.Chart
Returns the chart area node, as native object.
getChartArea() - Method in class org.pepstock.charba.client.ChartNode
Returns the chart area item.
getChartElement() - Method in class org.pepstock.charba.client.AbstractChart
 
getChartElement() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getChartElement() - Method in interface org.pepstock.charba.client.IsChart
Gets a handle to the object's underlying DOM element.
getChartId() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Returns the chart id read and set in the HTML legend id.
getChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
Returns the default chart options
getChartOptions(Type) - Method in class org.pepstock.charba.client.Defaults
Returns the default options by a chart type, for a existing chart instance.
It contains:
global options scale global options chart global options
getChartOptions(Type) - Method in class org.pepstock.charba.client.Overrides
Returns the chart options defaults by chart type.
getChartProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getChartType() - Method in class org.pepstock.charba.client.controllers.ControllerType
Returns the extended chart type of controller.
getChildElementCount() - Method in class org.pepstock.charba.client.dom.BaseDocument
Returns the number of children of this parent node which are elements.
getChildElementCount() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns the number of children of this element which are elements.
getChildKey() - Method in class org.pepstock.charba.client.commons.AbstractNode
Returns the property name to use to add this element to its parent.
getChildNodes() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns a list containing all the children of this node.
getCircumference() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Returns the the sweep to allow arcs to cover.
getCircumference() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the the sweep to allow arcs to cover.
getCircumference() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getCircumference() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getCircumference() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the the sweep to allow arcs to cover.
getCircumference() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the circumference of data set item.
getCircumference() - Method in class org.pepstock.charba.client.options.Options
Returns the the sweep to allow arcs to cover.
getClampCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the clamp callback.
getClampCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the clamp callback, if set, otherwise null.
getClassName() - Method in enum org.pepstock.charba.client.resources.ResourceName
Returns the class name of CHARBA injectable resource implementation.
getClickCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called when a "click" event is occurring.
getClickCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called when a "click" event is occurring.
getClickEventHandler() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultListeners
Returns the CLICK event (the mouse's primary button is pressed and released on a label) handler.
getClickEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
Returns the CLICK event (the mouse's primary button is pressed and released on a label) handler.
getClientHeight() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a number representing the inner height of the element.
getClientLeft() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a number representing the width of the left border of the element.
getClientTop() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a number representing the width of the top border of the element.
getClientWidth() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a number representing the inner width of the element.
getClientX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the X coordinate of the mouse pointer in local (DOM content) coordinates.
getClientX() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the X coordinate of the touch point relative to the left edge of the browser viewport, not including any scroll offset.
getClientY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the Y coordinate of the mouse pointer in local (DOM content) coordinates.
getClientY() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the Y coordinate of the touch point relative to the top edge of the browser viewport, not including any scroll offset.
getClip() - Method in class org.pepstock.charba.client.data.Dataset
Returns how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
getClipAsObject() - Method in class org.pepstock.charba.client.data.Dataset
Returns how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
getClipCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the clip callback.
getClipCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the clip callback, if set, otherwise null.
getCode2Chars() - Method in enum org.pepstock.charba.client.intl.Language
Returns the language identifier, 2 chars.
It could be null.
getCode3Chars() - Method in enum org.pepstock.charba.client.intl.Language
Returns the language identifier, 3 chars.
getColor() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the color of text.
getColor() - Method in enum org.pepstock.charba.client.colors.GoogleChartColor
 
getColor() - Method in class org.pepstock.charba.client.colors.GradientColor
Returns the color of the gradient.
getColor() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
getColor() - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
getColor() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
Returns the color instance.
getColor() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Returns the font color.
getColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
getColor() - Method in class org.pepstock.charba.client.configuration.Grid
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
getColor() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the font color.
getColor() - Method in class org.pepstock.charba.client.configuration.LegendTitle
Returns the font color.
getColor() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the color of angled lines.
getColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the font color.
getColor() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the font color.
getColor() - Method in class org.pepstock.charba.client.configuration.Title
Returns the font color.
getColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the color.
getColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'color' property from element.
getColor(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the fill or stroke color is used for shapes.
getColor() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
 
getColor() - Method in interface org.pepstock.charba.client.impl.charts.IsThreshold
Returns the color of threshold.
getColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the fill color for value.
getColor() - Method in class org.pepstock.charba.client.impl.charts.Threshold
 
getColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Returns the color if it has been set, otherwise null.
getColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the color.
getColor() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the the selection cleaner label font color.
getColor() - Method in class org.pepstock.charba.client.labels.Label
Returns the font color.
getColor() - Method in class org.pepstock.charba.client.options.AngleLines
Returns the color of angled lines.
getColor() - Method in class org.pepstock.charba.client.options.Grid
Returns the colors of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
getColor() - Method in interface org.pepstock.charba.client.options.HasFont
Returns the font color.
getColor() - Method in class org.pepstock.charba.client.options.Options
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
getColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the font color of text as string.
getColorAsString() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the color of text as string.
getColorAsString() - Method in class org.pepstock.charba.client.colors.GradientColor
Returns the color of the gradient.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Returns the font color as string.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the font color as string.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendTitle
Returns the font color as string.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the color of angled lines.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the font color as string.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the font color as string.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.Title
Returns the font color as string.
getColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the color as string.
getColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the color as string.
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
Returns the font color as string.
getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
Returns the color of lines.
getColorAsString(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the fill or stroke color is used for shapes.
getColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the fill color for value.
getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Returns the color as string if it has been set, otherwise null.
getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the color.
getColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
Returns the color.
getColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the selection cleaner label font color.
getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the the selection cleaner label font color.
getColorAsString() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the the font color.
getColorAsString() - Method in class org.pepstock.charba.client.labels.Label
Returns the font color as string.
getColorAsString() - Method in class org.pepstock.charba.client.options.AngleLines
Returns the color of angled lines.
getColorAsString() - Method in class org.pepstock.charba.client.options.FontContainer
Returns the font color as string.
getColorAsString() - Method in class org.pepstock.charba.client.options.Grid
Returns the color of the grid, if not specified as an array.
getColorAsString() - Method in interface org.pepstock.charba.client.options.HasFont
Returns the font color as string.
getColorAsString() - Method in class org.pepstock.charba.client.options.Options
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
getColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the color of the text of label.
getColorCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the color of the text of label.
getColorCallback() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Returns the color callback instance.
getColorCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the color callback, if set, otherwise null.
getColorCallback() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the color callback, if set, otherwise null.
getColorCallback() - Method in class org.pepstock.charba.client.configuration.Title
Returns the color callback, if set, otherwise null.
getColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the color callback.
getColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the color callback, if set, otherwise null.
getColorCallback() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the font color callback, if set, otherwise null.
getColorCallback() - Method in class org.pepstock.charba.client.labels.Label
Returns the font color callback, if set, otherwise null.
getColors() - Method in class org.pepstock.charba.client.colors.Gradient
Returns the unmodifiable list of stopping colors.
getColors() - Method in enum org.pepstock.charba.client.colors.UiGradient
 
getColors(Key, String) - Method in class org.pepstock.charba.client.data.HovingDataset
 
getColors(Key, String) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns an array of colors as string.
getColors() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
Returns a list of colors which are composing a color scheme.
getColors() - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
 
getColors() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
 
getColorsAsString() - Method in class org.pepstock.charba.client.options.Grid
Returns the colors of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
getColorScheme(String, String) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
Returns the stored instance of color scheme from cache.
getColorsFromData(Dataset, List<IsColor>, boolean, double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Returns an array of colors for each data of dataset.
getColorType() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Returns the type of background color has been set.
getColorType() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
Returns the type of background color has been set.
getColSpan() - Method in class org.pepstock.charba.client.dom.elements.TableCell
Returns the value indicating the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
getColumnHeights() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of columns heights.
getColumnWidths() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of columns widths.
getCompactDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the compact display when Notation.COMPACT is set.

PAY ATTENTION
This method is not supported on Safari.
getCompactDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getCompactDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the compact display when Notation.COMPACT is set.
getCompactDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the compact display when Notation.COMPACT is set.

PAY ATTENTION
This method is not supported on Safari.
getCompactDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getCompactDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the compact display when Notation.COMPACT is set.

PAY ATTENTION
This method is not supported on Safari.
getCompletedCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the callback called once zooming or panning is completed.
getCompletedCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
Returns the callback called once zooming or panning is completed.
getCompletedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the callback property handler for completed event.
getCompletedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
 
getCompletedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
 
getConfiguration() - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
Returns the options element for tick.
getConfiguration() - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
Returns the configuration element.
getConfiguration() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
Returns the configuration element.
getConfiguration() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the options element for tick.
getConsole() - Static method in class org.pepstock.charba.client.utils.Window
Returns the Console object
getContent() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the text to display in label as list.
getContent() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
Returns the content of envelop.
getContent() - Method in class org.pepstock.charba.client.dom.elements.Meta
Returns the value of meta-data property..
getContent() - Method in class org.pepstock.charba.client.resources.AbstractInjectableResource
Returns the content of the item to inject.
getContentAsImage() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the text to display in label as list.
getContentCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the text to display in label as list.
getContentCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the text to display in label as list.
getContext(String) - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns a drawing context on the canvas, or null if the context ID is not supported.
A drawing context lets you draw on the canvas.
getContext() - Method in class org.pepstock.charba.client.events.AbstractChartEvent
Returns the java script function context of CHART.JS events.
getContext() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
Returns the java script function context of CHART.JS events.
getContext() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the scriptable context for callbacks, creating it if does not exist.
It's called from BaseMeterController.
getContext2d() - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns a drawing 2D context on the canvas.
getController(ControllerType) - Method in class org.pepstock.charba.client.controllers.Controllers
Returns the controller by name as ControllerType.
getController(String) - Method in class org.pepstock.charba.client.controllers.Controllers
Returns the controller by name as string.
getController() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
Returns the controller instance or null if chart not initialized.
getController() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the dataset controller.
getControllers() - Method in class org.pepstock.charba.client.Defaults
Returns the controllers.
getControllerType() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
Returns the controller type
getControllerType() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
 
getControllerType() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
 
getControlPointNextX() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the next X control point of data set item in pixel.
getControlPointNextY() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the next Y control point of data set item in pixel.
getControlPointPreviousX() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the previous X control point of data set item in pixel.
getControlPointPreviousY() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the previous Y control point of data set item in pixel.
getCornerRadius() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
Returns the border radius.
getCornerRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxAnnotation
Returns the border radius.
getCornerRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the radius of label rectangle.
getCornerRadius() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the radius of label rectangle.
getCornerRadius() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the radius of tooltip corner curves.
getCornerRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getCornerRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getCornerRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the radius of tooltip corner curves.
getCornerRadius() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the radius of tooltip corner curves.
getCornerRadiusCallback() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
Returns the callback called to set the corner radius.
getCornerRadiusCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxAnnotation
Returns the callback called to set the corner radius.
getCornerRadiusCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the corner radius.
getCornerRadiusCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the corner radius.
getCount() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the number of ticks to generate.
If specified, this overrides the automatic generation.
getCount() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getCount() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getCount() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the number of ticks to generate.
If specified, this overrides the automatic generation.
getCount() - Method in class org.pepstock.charba.client.options.Ticks
Returns the number of ticks to generate.
If specified, this overrides the automatic generation.
getCountCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the count callback instance.
getCountCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Returns the count callback instance.
getCrossAlign() - Method in class org.pepstock.charba.client.configuration.CartesianTick
Returns the tick alignment perpendicular to the axis.
getCrossAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getCrossAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getCrossAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the tick alignment perpendicular to the axis.
getCrossAlign() - Method in class org.pepstock.charba.client.options.Ticks
Returns the tick alignment perpendicular to the axis.
getCssStatement() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
Returns the CSS statement which represents the gradient orientation.
getCssStatement() - Method in enum org.pepstock.charba.client.colors.GradientType
Returns the CSS statement which represents the gradient type.
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.configuration.Line
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.data.LineDataset
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getCubicInterpolationMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.options.Line
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCubicInterpolationModeCallback() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the border join style callback, if set, otherwise null.
getCurrency() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the currency to use in currency formatting.
getCurrency() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getCurrency() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the currency to use in currency formatting.
getCurrency() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the currency to use in currency formatting.
getCurrency() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getCurrency() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the currency to use in currency formatting.
getCurrencyDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns how to display the currency in currency formatting.
getCurrencyDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getCurrencyDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns how to display the currency in currency formatting.
getCurrencyDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns how to display the currency in currency formatting.
getCurrencyDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getCurrencyDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns how to display the currency in currency formatting.
getCurrencySign() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".

PAY ATTENTION
This method is not supported on Safari.
getCurrencySign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getCurrencySign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".
getCurrencySign() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".

PAY ATTENTION
This method is not supported on Safari.
getCurrencySign() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getCurrencySign() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".

PAY ATTENTION
This method is not supported on Safari.
getCurrent() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Returns the current threshold.
getCurrentCursor() - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
Returns the cursor type before changing it.
getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.Chart
Returns the current device pixel ratio.
getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.ChartNode
Returns the current device pixel ratio.
getCurrentStep() - Method in class org.pepstock.charba.client.items.AnimationItem
Returns the current animation frame number.
getCurrentTarget() - Method in class org.pepstock.charba.client.dom.BaseEvent
Returns a reference to the currently registered target for the event.
This is the object to which the event is currently slated to be sent.
getCursor() - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
Returns the pointer cursor to use.
getCursorOfChart(IsChart) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns the cursor currently set in the chart.
getCursorPointer() - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
Returns the cursor type when the cursor is over the dataset item.
getCursorPointer() - Method in interface org.pepstock.charba.client.impl.plugins.IsDefaultCursorPointerOptions
Returns the cursor type when the cursor is over the dataset item.
getCursorType() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'cursor' property from element.
getCutout() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Returns the portion of the chart that is cut out of the middle.
As Double, it is considered to be pixels.
getCutout() - Method in class org.pepstock.charba.client.configuration.PieOptions
 
getCutout() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getCutout() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getCutout() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the portion of the chart that is cut out of the middle.
As Double, it is considered to be pixels.
getCutout() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
 
getCutout() - Method in class org.pepstock.charba.client.options.Options
Returns the portion of the chart that is cut out of the middle.
As Double, it is considered to be pixels.
getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Returns the portion of the chart that is cut out of the middle.
As String and ending with '%', percentage of the chart radius.
getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.DoughnutOptions
 
getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getCutoutPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the portion of the chart that is cut out of the middle.
As String and ending with '%', percentage of the chart radius.
getCutoutPercentage() - Method in class org.pepstock.charba.client.options.Options
Returns the portion of the chart that is cut out of the middle.
As String and ending with '%', percentage of the chart radius.
getData() - Method in class org.pepstock.charba.client.AbstractChart
Returns the data object with all passed datasets.
getData() - Method in class org.pepstock.charba.client.data.Dataset
Returns the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis.
getData(boolean) - Method in class org.pepstock.charba.client.data.Dataset
Returns the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis.
getData() - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Throws an exception because not available.
getData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Throws an exception because not available.
getData() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
getData() - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
 
getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
 
getData() - Method in class org.pepstock.charba.client.dom.elements.TextNode
Returns the textual data contained in this object.
getData() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getData() - Method in interface org.pepstock.charba.client.IsChart
Returns the data object with all passed datasets.
getDataCount() - Method in class org.pepstock.charba.client.data.Dataset
Returns the amount of data.
getDataIndex() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
Returns the index of the current data.
getDataIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the index of the data inside the dataset.
getDataItem() - Method in class org.pepstock.charba.client.labels.LabelsContext
Returns the value for the data set by a DataItem.
getDataPoint() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the parsed data values for the given TooltipItem.getDatasetIndex() and TooltipItem.getDataIndex().
getDataPoints(Dataset.DataPointFactory, boolean) - Method in class org.pepstock.charba.client.data.Dataset
Returns the data property of a data set for a chart is specified as an array of data points
getDataPoints() - Method in interface org.pepstock.charba.client.data.HasDataPoints
Returns the data property of a dataset for a chart is specified as an array of data points
getDataPoints(boolean) - Method in interface org.pepstock.charba.client.data.HasDataPoints
Returns the data property of a dataset for a chart is specified as an array of data points
getDataPoints() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of tooltip items related to data points.
getDataset() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
Returns the data set instance where the callback must be stored.
getDataset() - Method in class org.pepstock.charba.client.data.Dataset
 
getDataset() - Method in interface org.pepstock.charba.client.data.HasDataset
Gets the dataset instance.
getDatasetAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
Looks for the data sets that matches the event and returns the data set items references as a list.
getDatasetAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getDatasetAtEvent(BaseNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
Looks for the dataset that matches the event.
getDatasetControllerStyle(NativeObject, int) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
getDatasetControllerStyle(NativeObject, int) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
getDatasetElement() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
Returns the DatasetElement related to the context, if there is, otherwise null.
getDatasetIndex() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
Returns the index of the current data set.
getDatasetIndex() - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
Returns the index of the data set.
getDatasetIndex() - Method in class org.pepstock.charba.client.items.DatasetReference
Returns the data set item index.
getDatasetIndex() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the data set index of the chart
getDatasetIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the dataset index of the chart
getDatasetItem(int) - Method in class org.pepstock.charba.client.AbstractChart
Looks for the data set that matches the current index.
getDatasetItem() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
Returns the DatasetItem related to the context, if there is, otherwise null.
getDatasetItem(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getDatasetItem(int) - Method in interface org.pepstock.charba.client.IsChart
Looks for the dataset that matches the current index and returns.
getDatasetItem() - Method in class org.pepstock.charba.client.items.PluginDatasetArgument
Returns the dataset item.
getDatasetMeta(int) - Method in class org.pepstock.charba.client.Chart
Looks for the dataset that matches the current index.
getDatasetOptionsHandler() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDatasetOptionsHandler() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Returns the instance of bar dataset options handler.
getDatasetOptionsHandler() - Method in class org.pepstock.charba.client.options.TypedDataset
 
getDatasets() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the data sets element.
getDatasets() - Method in class org.pepstock.charba.client.data.Data
Returns the list of data sets.
getDatasets(boolean) - Method in class org.pepstock.charba.client.data.Data
Returns the list of data sets.
getDatasets() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getDatasets() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the plugins defaults.
getDatasets(Type) - Method in class org.pepstock.charba.client.options.Datasets
Returns the data sets options by chart type.
getDatasets() - Method in class org.pepstock.charba.client.options.Options
Returns the data sets element.
getDatasetsAsString() - Method in class org.pepstock.charba.client.data.Data
Returns a string representation for all data sets, in JSON format.
getDataString() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the data property of a dataset for a chart is specified as an array of strings.
getDataString(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
Returns the data property of a dataset for a chart is specified as an array of strings.
getDataString() - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
 
getDataString(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
 
getDataType() - Method in class org.pepstock.charba.client.data.Dataset
Returns the data type of data sets.
getDataType() - Method in enum org.pepstock.charba.client.enums.AxisType
Returns the type of managed data for this axis type.
getDataType() - Method in class org.pepstock.charba.client.items.DataItem
Returns the data type of value.
getDataType() - Method in class org.pepstock.charba.client.items.ScaleValueItem
Returns the data type of value.
getDataVisibility(int) - Method in class org.pepstock.charba.client.Chart
Returns the stored visibility state of an data index for all datasets.
getDate() - Method in class org.pepstock.charba.client.configuration.Adapters
Returns the date adapter options.
getDate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAdapters
 
getDate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAdapters
 
getDate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAdapters
Returns the date adapter options.
getDate() - Method in class org.pepstock.charba.client.options.Adapters
Returns the date adapter options.
getDateStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getDateStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the date formatting style to use when calling AbstractFormat.format(java.lang.Object).
getDateStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the date formatting style to use when calling AbstractFormat.format(java.lang.Object).
getDateStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getDateTime() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the date time format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getDay() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the day format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getDay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getDay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the representation of the Day.
getDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the representation of the Day.
getDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getDayPeriod() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getDayPeriod() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the way day periods should be expressed.
getDayPeriod() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the way day periods should be expressed.
getDayPeriod() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getDecimalForPixel(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getDecimalForPixel(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getDecimalForPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getDecimation() - Method in class org.pepstock.charba.client.configuration.LineOptions
Returns the decimation plugin element.
getDecimation() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
Returns the decimation plugin element.
getDecimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getDecimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the decimation defaults.
getDecimation() - Method in class org.pepstock.charba.client.options.Options
Returns the decimation plugin element.
getDefault() - Static method in class org.pepstock.charba.client.intl.CLocale
Gets the current value of the default locale for this instance.
getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default background color value based on type of chart.
getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default border color value based on type of chart.
getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getDefaultBorderDash() - Method in class org.pepstock.charba.client.options.AbstractScaleLines
Provides the default value for border dash.
getDefaultBorderDash() - Method in class org.pepstock.charba.client.options.AngleLines
 
getDefaultBorderDash() - Method in class org.pepstock.charba.client.options.Grid
 
getDefaultBorderDashOffset() - Method in class org.pepstock.charba.client.options.AbstractScaleLines
Provides the default value for border dash offset.
getDefaultBorderDashOffset() - Method in class org.pepstock.charba.client.options.AngleLines
 
getDefaultBorderDashOffset() - Method in class org.pepstock.charba.client.options.Grid
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default border width value based on type of chart.
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getDefaultByType(GradientType) - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
Returns the default orientation based on gradient type.
getDefaultChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
Returns the default options created based on chart type.
getDefaultChartOptions() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getDefaultChartOptions() - Method in interface org.pepstock.charba.client.IsChart
Returns the default options created based on chart type.
getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default background color value based on type of chart.
getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default border color value based on type of chart.
getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default border width value based on type of chart.
getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getDefaultLocale(Key) - Static method in class org.pepstock.charba.client.intl.CLocale
Returns the default locale, set in the the platform.
getDefaultMode() - Method in class org.pepstock.charba.client.options.AbstractInteraction
Returns which elements appear in the tooltip.
getDefaultMode() - Method in class org.pepstock.charba.client.options.Interaction
 
getDefaultMode() - Method in class org.pepstock.charba.client.options.Tooltips
 
getDefaultPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
Returns the default padding for all other methods
getDefaultPluginOptions(DefaultPluginId) - Method in class org.pepstock.charba.client.options.Plugins
Returns the options for default plugin.
getDefaults() - Static method in class org.pepstock.charba.client.Chart
Returns the defaults property by native object.
getDefaults() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns the default values of tiles configuration.
getDefaults() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
Returns the defaults instance to be wrapped.
getDefaults() - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
Returns the original defaults of plugin.
getDefaultsAnnotationOptionsByChart(AnnotationType, AnnotationId, IsChart) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
Retrieves the annotation configuration instance from chart, by an annotation id, in order to get it as default of another annotation object.
getDefaultsAnnotationOptionsByGlobal(AnnotationType, AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
Retrieves the annotation configuration instance from globals, by an annotation id, in order to get it as default of another annotation object.
getDefaultScale(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.configuration.Axis
Returns the global options for this chart.
getDefaultScaleId() - Method in enum org.pepstock.charba.client.enums.AxisType
Returns the default scale id for this axis type.
getDefaultsOptions() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the default options of the label.
getDefaultsOptions() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the default options instance.
getDefaultsOptions() - Method in class org.pepstock.charba.client.zoom.Pan
 
getDefaultsOptions() - Method in class org.pepstock.charba.client.zoom.Zoom
 
getDefaultsValues() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the defaults values for this object.
getDefaultsValues() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
Returns the default options for the specific annotation type.
getDefaultValue() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
Returns the default value for the data set property, being a color.
getDefaultValues() - Method in class org.pepstock.charba.client.commons.PropertyHandler
Returns the default provider instance.
getDefaultValues() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the default values of the axis.
getDefaultValues() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the defaults configuration.
getDefaultValues() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default options instance.
getDefaultValues() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
 
getDefaultValues() - Method in class org.pepstock.charba.client.options.AbstractAnimation
Returns the default values.
getDefaultValues() - Method in class org.pepstock.charba.client.options.AbstractModel
Returns the default provider instance.
getDeferredResourcesResource() - Method in class org.pepstock.charba.client.resources.DeferredResources
Returns the CHART.JS client bundle with java script definition.
getDelay() - Method in class org.pepstock.charba.client.configuration.Animation
Returns the delay before starting the animations.
getDelay() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
 
getDelay() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
getDelay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
Returns the delay before starting the animations.
getDelay() - Method in class org.pepstock.charba.client.options.AbstractAnimation
Returns the delay before starting the animations.
getDelay() - Method in class org.pepstock.charba.client.UpdateConfiguration
Returns the delay before starting the animations.
getDelayCallback() - Method in class org.pepstock.charba.client.configuration.Animation
Returns the callback to set the delay before starting the animations.
getDelayCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
 
getDelayCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
getDelayCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
Returns the callback to set the delay before starting the animations.
getDelayCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
Returns the callback to set the delay before starting the animations.
getDelayCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
 
getDelegate() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns the wrapped list of elements.
getDelegatedCallback(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
Returns the delegated callback previously set by user.
getDevicePixelRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getDevicePixelRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
getDevicePixelRatio() - Method in class org.pepstock.charba.client.options.Options
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
getDevicePixelRatio() - Static method in class org.pepstock.charba.client.utils.Window
Returns the device pixel ratio
getDirection() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'direction' property from element.
getDisplay() - Method in class org.pepstock.charba.client.configuration.Axis
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
When Display.AUTO, the axis is visible only if at least one associated data set is visible.
getDisplay() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the visibility of labels.
getDisplay() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the visibility of labels.
getDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns how showing the axis.
getDisplay() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'display' property from element.
getDisplay() - Method in class org.pepstock.charba.client.options.AbstractScale
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called to set whether the annotation should be displayed.
getDisplayCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called to set the display options.
getDisplayCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set whether the label should be displayed.
getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set whether the label should be displayed.
getDisplayCallback() - Method in class org.pepstock.charba.client.configuration.Title
Returns the callback to set if the title is shown.
getDisplayCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the display callback.
getDisplayCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the display callback, if set, otherwise null.
getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
Returns the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.options.DisplayFormats
Returns the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
getDisplayFormats() - Method in class org.pepstock.charba.client.configuration.Time
Returns the displayFormats element.
getDisplayFormats() - Method in class org.pepstock.charba.client.options.Time
Returns the displayFormats element.
getDocument() - Static method in class org.pepstock.charba.client.dom.DOM
Returns a reference to the document that the window contains.
getDocumentElement() - Method in class org.pepstock.charba.client.dom.BaseDocument
Returns the element that is a direct child of the document.
This is normally the object representing the document's <html< element.
getDoubleClickCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called when a "dblclick" event is occurring.
getDoubleClickCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called when a "dblclick" event is occurring.
getDoubleClickSpeed() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Returns the double-click speed in milliseconds used to distinguish single-clicks from double-clicks whenever you need to capture both.
getDoubleClickSpeed() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
Returns the double-click speed in milliseconds used to distinguish single-clicks from double-clicks whenever you need to capture both.
getDoubleProperty(NativeObject, String, double) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getDrag() - Method in class org.pepstock.charba.client.zoom.DefaultZoom
 
getDrag() - Method in interface org.pepstock.charba.client.zoom.IsDefaultZoom
Returns the drag-to-zoom effect.
getDrag() - Method in class org.pepstock.charba.client.zoom.Zoom
Returns the drag-to-zoom effect.
getDrawer() - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
 
getDrawer() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
Returns the instance of shape drawer.
getDrawer() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
 
getDrawer() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
 
getDrawingArea() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the drawing area dimension of scale.
getDrawTime() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the draw time which defines when the annotations are drawn.
getDrawTime() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Returns the draw time which defines when the annotations are drawn.
getDrawTime() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the draw time which defines when the annotations are drawn.
getDrawTime() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
Returns the draw time which defines when the annotations are drawn.
getDrawTime() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the draw time which defines when the annotations are drawn.
getDrawTime() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the draw time which defines when the annotations are drawn.
getDrawTime() - Method in class org.pepstock.charba.client.configuration.Filler
Returns the draw time which defines when the filling will be applied.
getDrawTime() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
 
getDrawTime() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFiller
 
getDrawTime() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFiller
Returns the draw time which defines when the filling will be applied.
getDrawTime() - Method in class org.pepstock.charba.client.options.Filler
Returns the draw time which defines when the filling will be applied.
getDrawTimeCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called to set the draw time which defines when the annotations are drawn.
getDrawTimeCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called to set the draw time which defines when the annotations are drawn.
getDuration() - Method in class org.pepstock.charba.client.configuration.Animation
Returns the number of milliseconds an animation takes.
getDuration() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
 
getDuration() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
 
getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition.ActiveDefaultAnimation
 
getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition.ResizeDefaultAnimation
 
getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
 
getDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
Returns the number of milliseconds an animation takes.
getDuration() - Method in class org.pepstock.charba.client.options.AbstractAnimation
Returns the number of milliseconds an animation takes.
getDuration() - Method in class org.pepstock.charba.client.UpdateConfiguration
Returns the number of milliseconds an animation takes.
getDurationCallback() - Method in class org.pepstock.charba.client.configuration.Animation
Returns the callback to set the number of milliseconds an animation takes.
getDurationCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
 
getDurationCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
getDurationCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
Returns the callback to set the number of milliseconds an animation takes.
getDurationCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
Returns the callback to set the number of milliseconds an animation takes.
getDurationCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
 
getEasing() - Method in class org.pepstock.charba.client.configuration.Animation
Returns the animation easing.
getEasing() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
 
getEasing() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
getEasing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
 
getEasing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
 
getEasing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
Returns the animation easing.
getEasing() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
Returns the easing of drawing (between 0 and 1) for animation.
getEasing() - Method in class org.pepstock.charba.client.options.AbstractAnimation
Returns the animation easing.
getEasing() - Method in class org.pepstock.charba.client.UpdateConfiguration
Returns the animation easing.
getEasingCallback() - Method in class org.pepstock.charba.client.configuration.Animation
Returns the callback to set the animation easing.
getEasingCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
 
getEasingCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
getEasingCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
Returns the callback to set the animation easing.
getEasingCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
Returns the callback to set the animation easing.
getEasingCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
 
getElement() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the element instance to be managed.
getElement() - Method in interface org.pepstock.charba.client.configuration.AbstractDynamicConfiguration.IsProvider
Provides the options provider to manage properties.
getElement() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Returns the options element to use to store the properties.
getElement() - Method in class org.pepstock.charba.client.configuration.Arc
 
getElement() - Method in class org.pepstock.charba.client.configuration.Bar
 
getElement() - Method in class org.pepstock.charba.client.configuration.Grid
 
getElement() - Method in class org.pepstock.charba.client.configuration.Line
 
getElement() - Method in class org.pepstock.charba.client.configuration.Point
 
getElement() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
 
getElement() - Method in class org.pepstock.charba.client.items.DatasetReference
Returns the data set item element.
getElement() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the dataset element (point, arc, bar, etc.) for this tooltip item.
getElement() - Method in class org.pepstock.charba.client.zoom.ZoomContext
Returns the ZoomPlugin configuration element.
getElementAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned.
getElementAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getElementAtEvent(BaseNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned.
getElementById(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
Returns an element object representing the element whose id property matches the specified string.
getElements() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the elements element.
getElements() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getElements() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the elements defaults.
getElements() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Returns the chart elements in scope to ChartPointer.ID plugin.
getElements() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartPointerDefaultOptions
Returns the chart elements in scope to "cursorpointer" plugin.
getElements() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns a list of dataset elements.
getElements() - Method in class org.pepstock.charba.client.options.Options
Returns the elements element.
getElementsAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event.
getElementsAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getElementsAtEvent(BaseNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event.
getElementsAtEventForMode(BaseNativeEvent, String, NativeObject, boolean) - Method in class org.pepstock.charba.client.Chart
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event.
getElementsByTagName(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
Returns an list of elements with the given tag name.
The complete document is searched, including the root node.
getElementsByTagName(String) - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a list containing all descendant elements, of a particular tag name, from the current element.
getEmptyColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the fill color for empty sector.
getEmptyColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the fill color for empty sector.
getEnd() - Method in class org.pepstock.charba.client.data.FloatingData
Returns the end point of a bar.
getEnd() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
Returns the ending point
getEnd() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the end value of scale.
getEndAngle() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the end angle of data set item.
getEndPoint() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
Returns the DatasetElement related to the data as ending point of segment.
getEndValue() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
Returns the ending value on scale
getEndValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the data value at which the line draw should end.
getEndValueAsDate() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the data value at which the line draw should end.
getEndValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the data value at which the line draw should end.
getEndValueAsDouble() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the data value at which the line draw should end.
getEndValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the data value at which the line draw should end.
getEndValueAsString() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the data value at which the line draw should end.
getEndValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the callback called to set the data value at which the line draw should end.
getEndValueCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the callback called to set the data value at which the line draw should end.
getEnterCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called when a "enter" event is occurring.
getEnterCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called when a "enter" event is occurring.
getEnterEventHandler() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultListeners
Returns the ENTER event (the mouse is moved over a label) handler.
getEnterEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
Returns the ENTER event (the mouse is moved over a label) handler.
getEra() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getEra() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the representation of the Era.
getEra() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the representation of the Era.
getEra() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getEventContext() - Method in class org.pepstock.charba.client.items.PluginEventArgument
Returns the event context in the the CHART.JS event.
getEventProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getEvents() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the browser events that the chart should listen to.
getEvents() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the browser events that the legend should listen to.
getEvents() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the browser events that the tooltip should listen to.
getEvents() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getEvents() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getEvents() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getEvents() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns the browser events that the legend should listen to.
getEvents() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the browser events that the chart should listen to.
getEvents() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the browser events that the tooltip should listen to.
getEvents() - Method in class org.pepstock.charba.client.options.Legend
Returns the browser events that the legend should listen to.
getEvents() - Method in class org.pepstock.charba.client.options.Options
Returns the browser events that the chart should listen to.
getEvents() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the browser events that the tooltip should listen to.
getEvents() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Returns the browser events that the plugins should listen to.
getExternalCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the user external callback instance.
getFactory() - Method in class org.pepstock.charba.client.data.AbstractContainer
Returns the factory needed to creates canvas objects from a native java script object.
getFactory() - Method in class org.pepstock.charba.client.data.GradientsContainer
 
getFactory() - Method in class org.pepstock.charba.client.data.PatternsContainer
 
getFamily() - Method in class org.pepstock.charba.client.configuration.Font
Returns the font family, follows CSS font-family options.
getFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
 
getFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
getFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
 
getFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
Returns the font family, follows CSS font-family options.
getFamily() - Method in class org.pepstock.charba.client.options.AbstractFont
 
getFamily() - Method in class org.pepstock.charba.client.options.Font
Returns the font family, follows CSS font-family options.
getFill() - Method in class org.pepstock.charba.client.configuration.Line
Returns how to fill the area under the line.
getFill() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns how to fill the area under the line.
getFill() - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
 
getFill() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getFill() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getFill() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFillHandler
Returns how to fill the area under the line.
getFill(int) - Static method in enum org.pepstock.charba.client.enums.Fill
Returns a fill, based on absolute data set index, using the passed index.
getFill(String) - Static method in enum org.pepstock.charba.client.enums.Fill
Returns a fill, based on relative data set index, using the passed index.
If the passed argument is not a relative data set index, checks if is predefined fill.
getFill() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns how to fill the area under the line.
getFill() - Method in class org.pepstock.charba.client.options.FillHandler
Returns how to fill the area under the line.
getFill() - Method in interface org.pepstock.charba.client.options.HasFill
Returns how to fill the area under the line.
getFillCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill callback, if set, otherwise null.
getFillCallback() - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
Returns the fill callback, if set, otherwise null.
getFillColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the filling styling is used for colors inside shapes.
getFillColorAsString() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the filling styling is used for colors inside shapes.
getFiller() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the filler plugin configuration.
getFiller() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getFiller() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the filler defaults.
getFiller() - Method in class org.pepstock.charba.client.options.Options
Returns the filler plugin element.
getFillGradient() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the filling styling is used for gradient style inside shapes.
getFillHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getFillHandler() - Method in interface org.pepstock.charba.client.options.HasFill
Returns a fill handler instance to use in the default methods of this interface.
getFillHandler() - Method in class org.pepstock.charba.client.options.Line
 
getFillPattern() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the filling styling is used for pattern style inside shapes.
getFillStyle() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the fill style of the legend box as color.
getFillStyleAsCanvasGradient() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the fill style of the legend box as canvas gradient.
getFillStyleAsCanvasPattern() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the fill style of the legend box as canvas pattern.
getFillStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the fill style of the legend box as gradient.
getFillStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the fill style of the legend box as pattern.
getFilterCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the user filter callback instance.
getFilterCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the user filter callback instance.
getFirstChild() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns a node representing the first direct child node of the node, or null if the node has no child.
getFirstElementChild() - Method in class org.pepstock.charba.client.dom.BaseDocument
Returns the first node which is both a child of this parent node and is also an element, or null if there is none.
getFirstElementChild() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns the first node which is both a child of this element and is also an element, or null if there is none.
getFloatingData() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the data property of a data set for a chart is specified as an array of floating data.
getFloatingData(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
Returns the data property of a data set for a chart is specified as an array of floating data.
getFont() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
 
getFont() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.configuration.LegendTitle
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.configuration.Title
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
 
getFont() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
 
getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
 
getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getFont() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
 
getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
 
getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
getFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
Returns the font element.
getFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'font' property from element.
getFont() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the current text style to use when drawing text.
This string uses the same syntax as the CSS font specifier.
getFont() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the selection cleaner label font.
getFont() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the the font object.
getFont() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the the font object.
getFont() - Method in class org.pepstock.charba.client.labels.Label
Returns the the font object.
getFont() - Method in class org.pepstock.charba.client.options.FontContainer
Returns the font element.
getFont() - Method in interface org.pepstock.charba.client.options.HasFont
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.options.Options
Returns the font element.
getFontCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the font callback, if set, otherwise null.
getFontCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the font callback, if set, otherwise null.
getFontCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the font callback, if set, otherwise null.
getFontCallback() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the font callback, if set, otherwise null.
getFontCallback() - Method in class org.pepstock.charba.client.configuration.Title
Returns the font callback, if set, otherwise null.
getFontCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the font callback.
getFontCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the font callback, if set, otherwise null.
getFontCallback() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the font callback.
getFontCallback() - Method in class org.pepstock.charba.client.labels.Label
Returns the font callback, if set, otherwise null.
getFontCallback() - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
Returns the FontCallback if it has been set or null.
getFontColor(MeterOptions, MeterContext) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
Returns the color to apply to rendered label, invoking the callback if set.
getFontColor() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the font color to apply to the render of value.
getFontColor() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the font color of the legend or null if not set.
getFontColorCallback() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the callback to customize the font color for rendered label in the chart.
getFontContainer() - Method in interface org.pepstock.charba.client.options.HasFont
Returns a font container instance to use in the default methods of this interface.
getFontContainer() - Method in class org.pepstock.charba.client.options.LegendLabels
 
getFontContainer() - Method in class org.pepstock.charba.client.options.LegendTitle
 
getFontContainer() - Method in class org.pepstock.charba.client.options.PointLabels
 
getFontContainer() - Method in class org.pepstock.charba.client.options.ScaleTitle
 
getFontContainer() - Method in class org.pepstock.charba.client.options.Ticks
 
getFontContainer() - Method in class org.pepstock.charba.client.options.Title
 
getFontFamily() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'fontFamily' property from element.
getFontItem() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the font item.
It's called from BaseMeterController.
getFontSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'fontSize' property from element.
getFontSizeAdjust() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'fontSizeAdjust' property from element.
getFontStretch() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'fontStretch' property from element.
getFontStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'fontStyle' property from element.
getFontVariant() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'fontVariant' property from element.
getFontWeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'fontWeight' property from element.
getFooter() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the footer of the tooltip.
getFooterAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the footer alignment.
getFooterAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the footer alignment.
getFooterAlign() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body alignment.
getFooterCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Returns the user footer callback.
getFooterColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the footer font color.
getFooterColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the footer font color.
getFooterColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the footer font color as string.
getFooterColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the footer font color as string.
getFooterColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the footer font color as string.
getFooterFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the footer font element.
getFooterFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the footer font.
getFooterFont() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the footer font element.
getFooterMarginTop() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the margin to add before drawing the footer.
getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterMarginTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the margin to add before drawing the footer.
getFooterMarginTop() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the margin to add before drawing the footer.
getFooterSpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the spacing to add to top and bottom of each footer line.
getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the spacing to add to top and bottom of each footer line.
getFooterSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the spacing to add to top and bottom of each footer line.
getForce() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the amount of pressure being applied to the surface by the user, as a double between 0.0 (no pressure) and 1.0 (maximum pressure).
getFormat(TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the format by TimeUnit provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getFormatCallback() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the callback to customize the value string in the chart.
getFormatMatcher() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getFormatMatcher() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the format matching algorithm to use.
getFormatMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the format matching algorithm to use.
getFormatMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getFormats() - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the provided default formats.
getFormattedValue(MeterOptions, MeterContext) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
Returns a formatted value of the chart applying the precision or invoking the value callback.
getFormattedValue() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the formatted value for the tooltip.
getFormatterCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the formatter callback.
getFormatterCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the formatter callback, if set, otherwise null.
getFrom() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getFrom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getFrom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the start value for the animation as number.
getFrom() - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
Returns the starting value of selected scale.
getFrom() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the start value for the animation as number.
getFromAsBoolean() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getFromAsBoolean() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getFromAsBoolean() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the start value for the animation as boolean.
getFromAsBoolean() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the start value for the animation as number.
getFromAsColor() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the start value for the animation as color.
getFromAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getFromAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getFromAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection
 
getFromAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the start value for the animation as color string.
getFromAsString() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the start value for the animation as color string.
getFromCallback() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getFromCallback() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getFromCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the callback to set the start value for the animation.
getFromCallback() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the callback to set the start value for the animation.
getFullSizeCallback() - Method in class org.pepstock.charba.client.configuration.Title
Returns the callback to set if marks that this box should take the full width/height of the canvas (moving other boxes).
getGlobal() - Method in class org.pepstock.charba.client.Defaults
Returns the global options.
getGrace() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
getGrace() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getGrace() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getGrace() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
getGrace() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
getGraceAsPercentage() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
Returns the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
getGraceAsPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getGraceAsPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getGraceAsPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
getGraceAsPercentage() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
getGradient(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the fill or stroke gradient is used for shapes.
getGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Returns the gradient if it has been set, otherwise null.
getGradientProperty(NativeObject, String, CanvasGradientItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getGradientsContainer() - Method in class org.pepstock.charba.client.data.Dataset
Returns the gradients container element.
getGreen() - Method in class org.pepstock.charba.client.colors.Color
 
getGreen() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns the green value.
getGreen() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
 
getGrid() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
Returns the grid element
getGrid() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the grid element.
getGrid() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getGrid() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getGrid() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the grid defaults.
getGrid() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the grid element.
getGroups() - Method in class org.pepstock.charba.client.utils.RegExpResult
Returns the object to refer to certain token by string that a regular expression matches.
getHandlerCount(EventType) - Method in class org.pepstock.charba.client.events.EventBus
Returns the amount of handlers for a specific event type.
getHandlerCount(EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
Returns the amount of handlers for a specific event type.
getHandlerCount(EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getHandlerCount(EventType) - Method in interface org.pepstock.charba.client.IsChart
Returns the amount of handlers for a specific event type.
getHandlers() - Method in class org.pepstock.charba.client.commons.CallbackPropertyManager
Returns the set of registered handlers.
getHash() - Method in class org.pepstock.charba.client.dom.BaseLocation
Is a string containing a '#' followed by the fragment identifier of the URL.
getHashCodeProperty() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Returns the property key used to store the class name plus hash code, as key of callback instance in the cache.
getHead() - Method in class org.pepstock.charba.client.dom.BaseDocument
Returns the <head> element of the current document.
getHeight() - Method in class org.pepstock.charba.client.Chart
Returns the height in pixel.
getHeight() - Method in class org.pepstock.charba.client.ChartNode
Returns the height in pixel.
getHeight() - Method in class org.pepstock.charba.client.colors.Pattern
Returns the image height used in the pattern.
getHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'height' property from element.
getHeight() - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns a positive integer reflecting the height HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 150 is used.
getHeight() - Method in class org.pepstock.charba.client.dom.elements.Img
Returns the value that reflects the height attribute, indicating the rendered height of the image in CSS pixels.
getHeight() - Method in class org.pepstock.charba.client.dom.elements.TableCell
Returns the length of pixel of the hinted height of the cell.
getHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the height of selection cleaner element.
getHeight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the height in pixel.
getHeight() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the height of data set item in pixel.
getHeight() - Method in class org.pepstock.charba.client.items.SizeItem
Returns the height of the chart item in pixel.
getHeight() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the height of tooltip.
getHelpers() - Static method in class org.pepstock.charba.client.Chart
Returns the helpers property by native object.
getHitBoxes() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of hit boxes of the legend.
getHitRadius() - Method in class org.pepstock.charba.client.configuration.Point
Returns the pixel size of the non-displayed point that reacts to mouse events.
getHitRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the pixel size of the non-displayed point that reacts to mouse events.
getHitRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getHitRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getHitRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
Returns the pixel size of the non-displayed point that reacts to mouse events.
getHitRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the pixel size of the non-displayed point that reacts to mouse events.
getHitRadius() - Method in class org.pepstock.charba.client.options.Point
Returns the pixel size of the non-displayed point that reacts to mouse events.
getHitRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the hit radius callback, if set, otherwise null.
getHorizontalAlignmentValue() - Method in enum org.pepstock.charba.client.enums.ElementAlign
Returns the CSS value for horizontal alignment in the HTML element style.
getHost() - Method in class org.pepstock.charba.client.dom.BaseLocation
Is a string containing the host, that is the hostname, a ':', and the port of the URL.
getHostname() - Method in class org.pepstock.charba.client.dom.BaseLocation
Is a string containing the domain of the URL.
getHour() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the hour format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getHour() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getHour() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the representation of the Hour.
getHour() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the representation of the Hour.
getHour() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getHourCycle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getHourCycle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the hour cycle to use.
getHourCycle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the hour cycle to use.
getHourCycle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getHover() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the hover element.
getHover() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getHover() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the hover defaults.
getHover() - Method in class org.pepstock.charba.client.options.Options
Returns the hover element.
getHoverBackgroundColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the background color when hovered.
getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill color of the elements when hovered.
If property is missing or not a color, returns an empty list.
getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color of the elements when hovered.
getHoverBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the background color when hovered.
getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the fill gradients of the arcs in the data set when hovered.
If property is missing or not a gradient, returns an empty list.
getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill gradients of elements when hovered.
If property is missing or not a gradient, returns an empty list.
getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill gradients of elements when hovered.
getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the fill patterns of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list.
getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill patters of elements when hovered.
If property is missing or not a pattern, returns an empty list.
getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill patters of elements when hovered.
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the background color when hovered.
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the fill color of the arcs when hovered as string.
If property is missing or not a color, returns an empty list.
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill color of the elements when hovered.
If property is missing or not a color, returns an empty list.
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color of the elements when hovered.
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
 
getHoverBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
Returns the background color when hovered.
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the background color when hovered.
getHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
Returns the hover background color callback, if set, otherwise null.
getHoverBorderCapStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns how the end points of every line are drawn, when element is hovered.
getHoverBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border cap style callback when element is hovered, if set, otherwise null.
getHoverBorderColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the border color when hovered.
getHoverBorderColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke color of the elements when hovered.
getHoverBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the stroke color of the elements when hovered
getHoverBorderColor() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the border color when hovered.
getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the stroke gradients of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list.
getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke gradients of the elements when hovered.
If property is missing or not a pattern, returns an empty list.
getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the stroke gradients of the elements when hovered.
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the border color when hovered.
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the stroke color of the arcs when hovered.
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke color of the elements when hovered.
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the stroke color of the elements when hovered.
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
 
getHoverBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
Returns the border color when hovered.
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the border color when hovered.
getHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
Returns the hover border color callback, if set, otherwise null.
getHoverBorderDash() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern, when element is hovered.
getHoverBorderDashCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border dash callback when element is hovered, if set, otherwise null.
getHoverBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the line dash pattern offset, when element is hovered.
getHoverBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border dash offset callback when element is hovered, if set, otherwise null.
getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter.
getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border join style callback when element is hovered, if set, otherwise null.
getHoverBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
Returns the bar border radius (in pixels) when hovered.
getHoverBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the list of bar border radius (in pixels), when hovered.
getHoverBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getHoverBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
getHoverBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
Returns the bar border radius (in pixels) when hovered.
getHoverBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
Returns the bar border radius (in pixels) when hovered.
getHoverBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the list of bar border radius (in pixels), when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Returns the border width when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the stroke width of the elements when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the stroke width of the arcs when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke width of the elements when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the stroke width of the elements when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
 
getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getHoverBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
Returns the border width when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the border width of point when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the border width when hovered.
getHoverBorderWidthAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the stroke width of the bar in pixels, when hovered.
getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the hover border width callback, if set, otherwise null.
getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the hover border width callback, if set, otherwise null.
getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the hover border width callback, if set, otherwise null.
getHoverOffset() - Method in class org.pepstock.charba.client.configuration.Arc
Returns the arc offset (in pixels) when hovered.
getHoverOffset() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the arc offset (in pixels), when dataset if hovered.
getHoverOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getHoverOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
getHoverOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
Returns the arc offset (in pixels) when hovered.
getHoverOffset() - Method in class org.pepstock.charba.client.options.Arc
Returns the arc offset (in pixels) when hovered.
getHoverOffsetCallback() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the offset callback, when dataset is hovered, if set, otherwise null.
getHoverRadius() - Method in class org.pepstock.charba.client.configuration.Point
Returns the radius of the point when hovered.
getHoverRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the radius of the point when hovered.
getHoverRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getHoverRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getHoverRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
Returns the radius of the point when hovered.
getHoverRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the radius of the point when hovered.
getHoverRadius() - Method in class org.pepstock.charba.client.options.Point
Returns the radius of the point when hovered.
getHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the hover radius callback, if set, otherwise null.
getHref() - Method in class org.pepstock.charba.client.dom.BaseLocation
Is a stringifier that returns a string containing the entire URL.
If changed, the associated document navigates to the new page.It can be set from a different origin than the associated document.
getHttpEquiv() - Method in class org.pepstock.charba.client.dom.elements.Meta
Returns the name of an HTTP response header to define for a document.
getId() - Method in class org.pepstock.charba.client.AbstractChart
Returns the ID of chart.
It could be considered as chart unique ID.
getId() - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the date adapter id.
getId() - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Returns the id of date adapter.
getId() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the id of annotation.
getId() - Method in class org.pepstock.charba.client.Chart
Returns the CHART JS chart ID.
getId() - Method in class org.pepstock.charba.client.ChartNode
Returns the CHART JS chart ID.
getId() - Method in class org.pepstock.charba.client.colors.CanvasObject
Returns the unique canvas object id.
getId(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
Returns the internal id, stored in the native object container.
If id is not stored, throws an IllegalArgumentException.
getId() - Method in class org.pepstock.charba.client.configuration.Axis
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
getId() - Method in class org.pepstock.charba.client.data.Dataset
Returns the unique id of data sets.
getId() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns the unique id of the element.
getId() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getId() - Method in interface org.pepstock.charba.client.IsChart
Returns the ID of chart.
It could be considered as chart unique ID.
getId() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the id of scale
getId() - Method in class org.pepstock.charba.client.labels.Label
Returns the id of label.
getId() - Method in interface org.pepstock.charba.client.MutationHandler
Returns the ID of chart.
It could be considered as chart unique ID.
getId() - Method in class org.pepstock.charba.client.options.Scale
Returns the id of scale.
It is usually used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
getId() - Method in interface org.pepstock.charba.client.Plugin
Plugins must define a unique id in order to be configurable.
Returns the plugin id.
getId() - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
getId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Returns the unique ID of the options.
getId() - Method in class org.pepstock.charba.client.plugins.PluginReference
Returns the plugin id.
getId() - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Returns the plugin id.
getIdentifier() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns a unique identifier for this touch object.
A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface.
This lets you ensure that you're tracking the same touch all the time.
getIdentifier() - Method in class org.pepstock.charba.client.intl.CLocale
Returns the locale identifier which consists of a language identifier and extension tags.
getIdForColor() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Returns the HTML element id for color cell.
getIdForColumn(boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Returns the HTML element id for label or color cell.
getIdForLabel() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Returns the HTML element id for label cell.
getIds() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Gets all global registered plugins ids.
getImage() - Method in class org.pepstock.charba.client.colors.Pattern
Returns the image used in the pattern if exists.
getImage() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the selection cleaner image.
getImage() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the selection cleaner image.
getImageHeight() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the height of label content, when is set as Img, in pixels in order to scale the image when drawn.
getImageHeight() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the height of label content, when is set as Img, in pixels in order to scale the image when drawn.
getImageHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the height of image for selection cleaner element.
getImageHeightAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the height of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
getImageHeightAsPercentage() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the height of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
getImageHeightCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the height of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
getImageHeightCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the height of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
getImageProperty(NativeObject, String, Img) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getImages() - Method in class org.pepstock.charba.client.labels.Label
Returns the images when Render is Render.IMAGE.
getImageURLFromCanvasPattern(CanvasPatternItem, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns a data URL for the current content of a canvas pattern instance.
getImageWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the width of label content, when is set as Img, in pixels in order to scale the image when drawn.
getImageWidth() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the width of label content, when is set as Img, in pixels in order to scale the image when drawn.
getImageWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the width of image for selection cleaner element.
getImageWidthAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the width of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
getImageWidthAsPercentage() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the width of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
getImageWidthCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the width of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
getImageWidthCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the width of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
getImageX() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the X point of image for selection cleaner element.
getImageY() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the Y point of image for selection cleaner element.
getIncrementalId() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the incremental id of the object.
getIndex() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
Returns the index of the tick.
getIndex() - Method in class org.pepstock.charba.client.controllers.ControllerContext
Returns the index of the data inside the dataset.
getIndex() - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
Returns the index of the data element.
getIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the dataset index.
getIndex() - Method in class org.pepstock.charba.client.items.DatasetItemController
Returns the dataset index.
getIndex() - Method in class org.pepstock.charba.client.items.DatasetReference
Returns the data set item data index.
getIndex() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the data set index of the chart (for POLAR and PIE charts)
getIndex() - Method in class org.pepstock.charba.client.items.PluginDatasetArgument
Returns the index of the data inside the dataset.
getIndex(AbstractScale.Property, AbstractScale.Property) - Method in class org.pepstock.charba.client.options.AbstractScale
Checks and returns the index related to the passed properties as arguments.
getIndexAxis() - Method in class org.pepstock.charba.client.configuration.BarOptions
Returns the base axis for the dataset.
getIndexAxis() - Method in class org.pepstock.charba.client.configuration.LineOptions
Returns the base axis for the dataset.
getIndexAxis() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the base axis for the data set.
getIndexAxis() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the base axis for the data set.
getIndexAxis() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getIndexAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getIndexAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the base axis for the dataset, only for bar options.
getIndexAxis() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the dataset index axis.
getIndexAxis() - Method in class org.pepstock.charba.client.options.Options
Returns the base axis for the dataset, only for bar options.
getIndexAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the index axis ID.
getIndexScale() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the index scale item or null if not exists.
If IndexAxis = IndexAxis.Y then iScale === yScale and vScale === xScale.
For radar, iScale === vScale === rScale.
getInitialCursor() - Method in class org.pepstock.charba.client.AbstractChart
Returns the initial cursor of the chart.
getInitialCursor() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getInitialCursor() - Method in interface org.pepstock.charba.client.IsChart
Returns the initial cursor of the chart.
getInner() - Method in class org.pepstock.charba.client.colors.Radius
Returns the inner radius of arc.
getInnerEnd() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
Returns the border radius for inner-end corner of the arc, in pixel.
getInnerHeight() - Static method in class org.pepstock.charba.client.utils.Window
The innerHeight property returns the inner height of a window's content area.
getInnerHTML() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns the markup of the element's content.
getInnerRadius() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the inner radius of data set item in pixel.
getInnerRadius() - Method in class org.pepstock.charba.client.items.DatasetItemController
Returns the inner radius of dataset item in pixel.
getInnerStart() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
Returns the border radius for inner-start corner of the arc, in pixel.
getInnerText() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns the "rendered" text content of a node and its descendants.
As a getter, it approximates the text the user would get if they highlighted the contents of the element with the cursor and then copied it to the clipboard.
getInnerWidth() - Static method in class org.pepstock.charba.client.utils.Window
The innerWidth property returns the inner width of a window's content area.
getInstance() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
Returns the java callback instance.
getInstances() - Static method in class org.pepstock.charba.client.Chart
Returns the instances property by native object.
getIntegerProperty(Key, NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
Returns the property value from java script object, when it is stored as integer.
getInteraction() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the interaction element.
getInteraction() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getInteraction() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the interaction defaults.
getInteraction() - Method in class org.pepstock.charba.client.options.Options
Returns the interaction element.
getInternalBorderWidthCallback() - Method in class org.pepstock.charba.client.data.Dataset
Returns the border width callback, if set, otherwise null.
getInternalHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.Dataset
Returns the hover border width callback, if set, otherwise null.
getInternalValue(Position) - Method in class org.pepstock.charba.client.data.Clip
Returns the value of clip for passed position or Undefined.DOUBLE if is disable.
getInterpolatedColorByOffset(double) - Method in class org.pepstock.charba.client.colors.Gradient
Returns a color using the gradient as source of colors.
getInterval() - Method in class org.pepstock.charba.client.utils.CTimer
Returns the time, in milliseconds (thousands of a second), the timer should delay in between executions of the specified task.
getIntProperty(NativeObject, String, int) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getIsoWeekday() - Method in class org.pepstock.charba.client.configuration.Time
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
getIsoWeekday() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getIsoWeekday() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getIsoWeekday() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
getIsoWeekday() - Method in class org.pepstock.charba.client.options.Time
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
getIsoWeekDayByValue(int) - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
Returns a ISO week day item by the passed value.
getItem() - Method in class org.pepstock.charba.client.events.AbstractAnimationEvent
Returns item with animation info from chart
getItem() - Method in class org.pepstock.charba.client.events.AbstractLegendEvent
Returns the legend item related to the click
getItem() - Method in class org.pepstock.charba.client.events.AxisClickEvent
Returns the scale item related to the click
getItem() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
Returns the item with dataset metadata related to the click
getItem() - Method in interface org.pepstock.charba.client.events.IsLegendEvent
Returns the legend item related to the event.
getItem() - Method in class org.pepstock.charba.client.events.TitleClickEvent
Returns the title related to the click
getItems() - Method in class org.pepstock.charba.client.callbacks.TooltipContext
Returns the model of tooltip.
getItems() - Method in class org.pepstock.charba.client.events.AbstractChartTypedEvent
Returns a list of items with dataset references related to the click.
getItems() - Method in interface org.pepstock.charba.client.events.IsChartEvent
Returns a list of items with dataset references related to the event.
getItems() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of items of the legend.
getItems() - Method in class org.pepstock.charba.client.items.ScalesNode
Returns a map with all defined axis.
getItemsByName(T[], String) - Static method in interface org.pepstock.charba.client.intl.IsLocaleItem
Returns an unmodifiable list of items which are matching with the name passed as argument.
getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the user item sort callback instance.
getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the user item sort callback instance.
getKey() - Method in class org.pepstock.charba.client.events.AbstractChartEvent
Returns the options key where default function is stored.
getKey() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
Returns the options key where default function is stored.
getKey(String, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
Creates a key to store the image in the cache.
getKeyByValue(T[], String) - Static method in interface org.pepstock.charba.client.commons.Key
Returns a key in the an enumeration by the value.
getKeyByValue(T[], String, T) - Static method in interface org.pepstock.charba.client.commons.Key
Returns a key in the an enumeration by the value, or the default key passed as argument.
getKeyPrefix() - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
 
getKeyPrefix() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
Returns a unique key prefix for shape to use in the cache.
getKeyPrefix() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
 
getKeyPrefix() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
 
getKeys() - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
Returns the list of keys managed by object.
getKeys() - Method in class org.pepstock.charba.client.data.AbstractContainer
Returns the unmodifiable list of property names of the native java script object.
getKeys() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
 
getKeys() - Method in class org.pepstock.charba.client.data.BarBorderRadius
 
getKeys() - Method in class org.pepstock.charba.client.data.BarBorderWidth
 
getLabel() - Method in class org.pepstock.charba.client.annotation.DefaultLine
 
getLabel() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the label on the line.
getLabel() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the label on the line.
getLabel() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the label for the data set which appears in the legend and tooltips.
getLabel() - Method in class org.pepstock.charba.client.data.Dataset
Returns the label for the data set which appears in the legend and tooltips.
getLabel() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the label for the data set which appears in the legend and tooltips.
getLabel() - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Returns the label item, wrapped from this builder.
getLabel() - Method in class org.pepstock.charba.client.datalabels.DataLabelsContext
Returns the label options of plugin.
getLabel(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Returns the options builder for label identified by id.
getLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Returns the options builder for label identified by id
getLabel(DataLabelId) - Method in interface org.pepstock.charba.client.datalabels.IsDefaultLabels
Returns the stored options for specific key.
getLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns the stored options for specific id.
getLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns the stored options for specific id.
getLabel() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the selection cleaner label.
getLabel() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the selection cleaner label.
getLabel() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the dataset label.
getLabel() - Method in class org.pepstock.charba.client.items.ScaleTickItem
Returns the label of the tick.
getLabel() - Method in class org.pepstock.charba.client.items.ScaleValueItem
Returns the label of the value used on the scale.
getLabel() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the label for the tooltip.
getLabel(LabelId) - Method in interface org.pepstock.charba.client.labels.IsDefaultOptions
Returns the label with the id passed as argument or null if not exist.
getLabel() - Method in class org.pepstock.charba.client.labels.LabelsContext
Returns the label for the data set.
getLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the label with the id passed as argument or null if not exist.
getLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the label with the id passed as argument or null if not exist.
getLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Returns the options builder for label identified by id.
getLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Returns the options builder for label identified by id
getLabelCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Returns the user label callback.
getLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of labels color of tooltip.
getLabelForValue(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Used to get the label to display in the tooltip for the given value.
getLabelForValue(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Used to get the label to display in the tooltip for the given value.
getLabelForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
Used to get the label to display in the tooltip for the given value.
getLabelHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the height of label for selection cleaner element.
getLabelKeys() - Method in class org.pepstock.charba.client.datalabels.Labels
Returns the list of all keys related to stored options.
getLabelOffset() - Method in class org.pepstock.charba.client.configuration.CartesianTick
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
getLabelOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getLabelOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getLabelOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
getLabelOffset() - Method in class org.pepstock.charba.client.options.Ticks
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
getLabelOptions() - Method in class org.pepstock.charba.client.labels.LabelsContext
Returns the label options of plugin.
getLabelPointStyles() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of labels point styles of tooltip.
getLabelRotation() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the label rotation ratio.
getLabels() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Returns the labels.
getLabels(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Returns the labels for axes.
getLabels() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the legend labels element.
getLabels() - Method in interface org.pepstock.charba.client.data.HasLabels
Returns the labels.
getLabels(boolean) - Method in interface org.pepstock.charba.client.data.HasLabels
Returns the labels for axes.
getLabels(boolean) - Method in class org.pepstock.charba.client.data.LabelsHandler
Returns the labels for axes.
getLabels() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the labels element.
getLabels() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
 
getLabels() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsOptions
Returns the labels element.
getLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns the labels object defaults.
getLabels() - Method in interface org.pepstock.charba.client.labels.IsDefaultOptions
Returns the list of labels.
getLabels() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the collection of labels.
getLabels() - Method in class org.pepstock.charba.client.options.Legend
Returns the legend labels element.
getLabelsCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the user callback instance to generate labels.
getLabelsHandler() - Method in class org.pepstock.charba.client.data.Data
 
getLabelsHandler() - Method in interface org.pepstock.charba.client.data.HasLabels
Returns an labels option handler instance.
getLabelsHandler() - Method in class org.pepstock.charba.client.options.AbstractScale
 
getLabelWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the width of label for selection cleaner element.
getLabelX() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the X point of label for selection cleaner element.
getLabelY() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the Y point of label for selection cleaner element.
getLanguage() - Method in class org.pepstock.charba.client.dom.BaseNavigator
Returns a string representing the preferred language of the user, usually the language of the browser UI.
getLanguage() - Method in class org.pepstock.charba.client.intl.CLocale
Returns the language of the locale.
getLanguage() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
Returns the language.
getLastChild() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns a node representing the last direct child node of the node, or null if the node has no child.
getLastElementChild() - Method in class org.pepstock.charba.client.dom.BaseDocument
Returns the last node which is both a child of this parent node and is an element, or null if there is none.
getLastElementChild() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns the last node which is both a child of this element and is an element, or null if there is none.
getLastIndex() - Static method in class org.pepstock.charba.client.utils.RegExp
Returns the index at which to start the next match.
This property is set only if the regular expression instance used the g flag to indicate a global search, or the y flag to indicate a sticky search.
The following rules apply:
If lastIndex is greater than the length of the string, RegExp.test(String) and RegExp.exec(String) fail, then lastIndex is set to 0 If lastIndex is equal to or less than the length of the string and if the regular expression matches the empty string, then the regular expression matches input starting from lastIndex.
getLayerX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the horizontal coordinate of the event relative to the current layer.
getLayerY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the vertical coordinate of the event relative to the current layer.
getLayout() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the layout element.
getLayout() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getLayout() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the layout defaults.
getLayout() - Method in class org.pepstock.charba.client.options.Options
Returns the layout element.
getLayoutPadding() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the chart layout padding reserve for selection cleaner element.
getLeaveCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the callback called when a "leave" event is occurring.
getLeaveCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the callback called when a "leave" event is occurring.
getLeaveEventHandler() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultListeners
Returns the LEAVE event (the mouse is moved out of a label) handler.
getLeaveEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
Returns the LEAVE event (the mouse is moved out of a label) handler.
getLeft() - Method in class org.pepstock.charba.client.colors.Area
Returns the left coordinate.
getLeft() - Method in class org.pepstock.charba.client.configuration.Padding
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.data.BarBorderWidth
Returns the border width left in pixel.
getLeft() - Method in class org.pepstock.charba.client.data.Clip
Returns the clip left.
getLeft() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
 
getLeft() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
 
getLeft() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'left' property from element.
getLeft() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
Returns the left.
getLeft() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the left of chart area.
getLeft() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.options.AbstractPadding
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.options.Padding
Returns the padding left in pixel.
getLeftRightValue() - Method in enum org.pepstock.charba.client.enums.TextAlign
Returns the value to use when only left and right is used.
getLegend() - Method in class org.pepstock.charba.client.Chart
Returns the legend node, as native object.
getLegend() - Method in class org.pepstock.charba.client.ChartNode
Returns the legend item.
getLegend() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the legend element.
getLegend() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getLegend() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the legend defaults.
getLegend() - Method in class org.pepstock.charba.client.options.Options
Returns the legend element.
getLegendItem() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
Returns the legend item instance, needed to create the point style for legend.
getLegendItemCallback() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Returns the callback which can be implemented to change the text of legend for a specific item, as HTML.
getLegendTextCallback() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
Returns the callback which can be implemented to change the text of legend for a specific item, as HTML.
getLegendTextHandler() - Method in class org.pepstock.charba.client.configuration.LegendTitle
 
getLegendTextHandler() - Method in interface org.pepstock.charba.client.items.HasLegendText
Returns a legend text handler instance to use in the default methods of this interface.
getLegendTextHandler() - Method in class org.pepstock.charba.client.items.LegendLabelItem
 
getLegendTextHandler() - Method in class org.pepstock.charba.client.options.LegendTitle
 
getLegendTitleCallback() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Returns the callback which can be implemented to change the text of legend's title, as HTML.
getLegendTitleCallback() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
Returns the callback which can be implemented to change the text of legend' title, as HTML.
getLimits() - Method in class org.pepstock.charba.client.zoom.DefaultOptions
 
getLimits() - Method in interface org.pepstock.charba.client.zoom.IsDefaultOptions
Returns the limits element.
getLimits() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
Returns the limits element.
getLine() - Method in class org.pepstock.charba.client.configuration.Elements
Returns the line element.
getLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
getLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
Returns LINE object defaults.
getLine() - Method in class org.pepstock.charba.client.options.Elements
Returns the line element.
getLinearAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
Returns the axis for values.
getLinearTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
 
getLinearTickOptionsHandler() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the linear tick options handler instance, for callbacks.
getLinearTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
 
getLineCap() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the lineCap, to determine the shape used to draw the end points of lines.
getLineCap() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the shape used to draw the end points of lines.
getLineCap() - Method in class org.pepstock.charba.client.items.LegendItem
Returns how the end points of every box border are drawn.
getLineDash() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getLineDashOffset() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the line dash offset, or "phase.".
Specifies where to start a dash array on a line.
getLineDashOffset() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the box border dash pattern offset.
getLineHeight() - Method in class org.pepstock.charba.client.configuration.Font
Returns the height of an individual line of text.
getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
 
getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
 
getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
Returns the height of an individual line of text.
getLineHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'lineHeight' property from element.
getLineHeight() - Method in class org.pepstock.charba.client.options.AbstractFont
 
getLineHeight() - Method in class org.pepstock.charba.client.options.Font
Returns the height of an individual line of text.
getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.Font
Returns the height of an individual line of text.
getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
 
getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
 
getLineHeightAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
Returns the height of an individual line of text as string.
getLineHeightAsString() - Method in class org.pepstock.charba.client.options.AbstractFont
 
getLineHeightAsString() - Method in class org.pepstock.charba.client.options.Font
Returns the height of an individual line of text.
getLineJoin() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the lineJoin, to determine the shape used to join two line segments where they meet.
getLineJoin() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the type of corners where two lines meet.
getLineJoin() - Method in class org.pepstock.charba.client.items.LegendItem
Returns how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
getLines() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
Returns all lines of body section.
getLinesWidth() - Method in class org.pepstock.charba.client.options.Grid
Returns the stroke widths of grid.
getLineWidth() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the stroke widths of grid.
getLineWidth() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the width of angled lines.
getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
Returns the width of lines.
getLineWidth() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the thickness of lines.
getLineWidth() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the width of line in pixels.
getLineWidth() - Method in class org.pepstock.charba.client.options.AngleLines
Returns the width of angled lines.
getLineWidth() - Method in class org.pepstock.charba.client.options.Grid
Returns the stroke width of grid.
The first element if set as array.
getLineWidthCallback() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Returns the line width callback instance.
getLineWidths() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of line widths.
getListeners() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
 
getListeners() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the listeners element.
getListeners() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the listeners element.
getLocale() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.
getLocale() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the locale instance for internationalization.
getLocale() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.
getLocale() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getLocale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
 
getLocale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
 
getLocale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getLocale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.
getLocale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the locale instance for internationalization.
getLocale() - Method in class org.pepstock.charba.client.intl.AbstractFormat
Returns the locale which has initialized the format.
getLocale() - Method in class org.pepstock.charba.client.options.Options
Returns the locale instance for internationalization.
getLocale() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.
getLocaleFromMetaElement() - Static method in class org.pepstock.charba.client.intl.CLocale
Extracts the locale from Meta element with "gwt:property" property, as implemented by GWT.
If there is not any locale setting, returns null.
getLocaleMatcher() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the locale matching algorithm to use.
getLocaleMatcher() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
 
getLocaleMatcher() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseFormatOptions
Returns the locale matching algorithm to use.
getLocaleMatcher() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
Returns the locale matching algorithm to use.
getLocaleMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getLocaleMatcher() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getLocaleMatcher() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the locale matching algorithm to use.
getLocation() - Static method in class org.pepstock.charba.client.dom.DOM
Returns a BaseLocation object, which contains information about the URL of the document and provides methods for changing that URL and loading another URL.
getLoopCallback() - Method in class org.pepstock.charba.client.configuration.Animation
Returns the callback to loop the animations endlessly.
getLoopCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
 
getLoopCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
getLoopCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
Returns the callback to loop the animations endlessly.
getLoopCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
Returns the callback to loop the animations endlessly.
getLoopCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
 
getMajor() - Method in class org.pepstock.charba.client.configuration.Tick
Returns major tick element.
getMajor() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getMajor() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMajor() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the major tick defaults.
getMajor() - Method in class org.pepstock.charba.client.options.Ticks
Returns the major element.
getMargin() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'margin' property from element.
getMargin() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the selection cleaner margin from canvas border.
getMargin() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the margin from canvas border.
getMarginBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'marginBottom' property from element.
getMarginLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'marginLeft' property from element.
getMarginRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'marginRight' property from element.
getMarginTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'marginTop' property from element.
getMax() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Returns the maximum item to display.
getMax() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
If defined, this will override the data maximum.
getMax() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the maximum value of chart.
getMax() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the max value of scale.
getMax() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleRange
Returns the maximum value of range as double.
getMax() - Method in class org.pepstock.charba.client.zoom.ScaleRange
Returns the maximum value of range.
getMaxAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the max value of scale.
getMaxAsDate() - Method in class org.pepstock.charba.client.options.AbstractScale
If defined, this will override the data maximum.
getMaxAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the max value of scale.
getMaxAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMaxBarThickness() - Method in class org.pepstock.charba.client.configuration.TypedDataset
Returns the maximum bar thickness.
getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
getMaxBarThickness() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
Returns the maximum bar thickness.
getMaxBarThickness() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Returns the maximum bar thickness.
getMaxBarThickness() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Returns the maximum bar thickness.
getMaxBorderWidth(HovingFlexDataset) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
Calculates the maximum border width for hoving flex dataset (BAR).
getMaxHeight() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the maximum width of the legend, in pixels.
getMaxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getMaxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getMaxHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns the maximum height of the legend, in pixels.
getMaxHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'maxHeight' property from element.
getMaxHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the max height in pixel.
getMaxHeight() - Method in class org.pepstock.charba.client.options.Legend
Returns the maximum width of the legend, in pixels.
getMaximumFractionDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and 3.
The default for currency formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and the number of minor unit digits provided by currency, see Currency.getMinimumFractionDigits().
The default for percent formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and 0.
getMaximumFractionDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and 3.
The default for currency formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and the number of minor unit digits provided by currency, see Currency.getMinimumFractionDigits().
The default for percent formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and 0.
getMaximumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and 3.
The default for currency formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and the number of minor unit digits provided by currency, see Currency.getMinimumFractionDigits().
The default for percent formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and 0.
getMaximumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getMaximumFractionDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and 3.
The default for currency formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and the number of minor unit digits provided by currency, see Currency.getMinimumFractionDigits().
The default for percent formatting is the larger of NumberFormatOptions.getMinimumFractionDigits() and 0.
getMaximumLegendColumns() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Returns the maximum amount of columns of legend.
getMaximumLegendColumns() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
Returns the maximum amount of columns of legend.
getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the maximum number of significant digits to use.
getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getMaximumSignificantDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the maximum number of significant digits to use.
getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the maximum number of significant digits to use.
getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the maximum number of significant digits to use.
getMaxIndex() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Returns the maximum item at passed index to display.
getMaxIndex() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the maximum item at passed index to display.
getMaxRotation() - Method in class org.pepstock.charba.client.configuration.CartesianTick
Returns the maximum rotation for tick labels when rotating to condense labels.
getMaxRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getMaxRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMaxRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the maximum rotation for tick labels when rotating to condense labels.
getMaxRotation() - Method in class org.pepstock.charba.client.options.Ticks
Returns the maximum rotation for tick labels when rotating to condense labels.
Note: Rotation doesn't occur until necessary.
getMaxTicksLimit() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the maximum number of ticks and grid to show.
getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMaxTicksLimit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the maximum number of ticks and grid to show.
getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.Ticks
Returns the maximum number of ticks and grid to show.
getMaxTicksLimitCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the maxTicksLimit callback instance.
getMaxTicksLimitCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Returns the maxTicksLimit callback instance.
getMaxWidth() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the maximum width of the legend, in pixels.
getMaxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getMaxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getMaxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns the maximum width of the legend, in pixels.
getMaxWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'maxWidth' property from element.
getMaxWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the max width in pixel.
getMaxWidth() - Method in class org.pepstock.charba.client.options.Legend
Returns the maximum width of the legend, in pixels.
getMillisecond() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the millisecond format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getMin() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Returns the minimum item to display
getMin() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
If defined, this will override the data minimum.
getMin() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMin() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the minimum value of scale.
getMin() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMin() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleRange
Returns the minimum value of range as double.
getMin() - Method in class org.pepstock.charba.client.zoom.ScaleRange
Returns the minimum value of range.
getMinAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the minimum value of scale.
getMinAsDate() - Method in class org.pepstock.charba.client.options.AbstractScale
If defined, this will override the data minimum.
getMinAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the minimum value of scale.
getMinAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMinBarLength() - Method in class org.pepstock.charba.client.configuration.TypedDataset
Returns a minimum length in pixels.
getMinBarLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
getMinBarLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
getMinBarLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
Returns a minimum length in pixels.
getMinBarLength() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Returns a minimum length in pixels.
getMinBarLength() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Returns a minimum length in pixels.
getMinHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'minHeight' property from element.
getMinimumFractionDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, see Currency.getMinimumFractionDigits().
getMinimumFractionDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0; the default for currency formatting is the number of minor unit digits provided by the currency, see Currency.getMinimumFractionDigits().
getMinimumFractionDigits() - Method in enum org.pepstock.charba.client.intl.enums.Currency
Returns the minimum number of fraction digits to use.
getMinimumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, see Currency.getMinimumFractionDigits().
getMinimumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getMinimumFractionDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, see Currency.getMinimumFractionDigits().
getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the minimum number of integer digits to use.
getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getMinimumIntegerDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the minimum number of integer digits to use.
getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the minimum number of integer digits to use.
getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the minimum number of integer digits to use.
getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the minimum number of significant digits to use.
getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getMinimumSignificantDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the minimum number of significant digits to use.
getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the minimum number of significant digits to use.
getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the minimum number of significant digits to use.
getMinIndex() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Returns the minimum item at passed index to display
getMinIndex() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the minimum item at passed index to display
getMinRange() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleLimit
Returns the minimum allowed range.
This defines the max zoom level.
getMinRange() - Method in class org.pepstock.charba.client.zoom.ScaleLimit
Returns the minimum allowed range.
This defines the max zoom level.
getMinRotation() - Method in class org.pepstock.charba.client.configuration.CartesianTick
Returns the minimum rotation for tick labels.
getMinRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getMinRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMinRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the minimum rotation for tick labels.
getMinRotation() - Method in class org.pepstock.charba.client.options.Ticks
Returns the minimum rotation for tick labels.
Note: Only applicable to horizontal scales.
getMinUnit() - Method in class org.pepstock.charba.client.configuration.Time
The minimum display format to be used for a time unit.
getMinUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getMinUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getMinUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
The minimum display format to be used for a time unit.
getMinUnit() - Method in class org.pepstock.charba.client.options.Time
Returns the minimum display format to be used for a time unit.
getMinute() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the minute format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getMinute() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getMinute() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the representation of the Minute.
getMinute() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the representation of the Minute.
getMinute() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getMinWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'minWidth' property from element.
getMiterLimit() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the miter limit ratio.
getMode() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
Returns the update mode.
getMode() - Method in class org.pepstock.charba.client.configuration.Hover
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.configuration.Interaction
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
 
getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
 
getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
Returns which elements appear in the tooltip.
getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
 
getMode() - Method in enum org.pepstock.charba.client.enums.Fill
 
getMode() - Method in interface org.pepstock.charba.client.enums.IsFill
Returns the type of filling.
getMode() - Method in class org.pepstock.charba.client.items.PluginUpdateArgument
Returns the update mode.
getMode() - Method in class org.pepstock.charba.client.options.AbstractInteraction
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the element (panning or zooming) directions.
getMode() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
Returns the element (panning or zooming) directions.
getModeCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the element (panning or zooming) directions callback, to set the mode at runtime.
getModeCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
Returns the element (panning or zooming) directions callback, to set the mode at runtime.
getModel() - Method in class org.pepstock.charba.client.callbacks.TooltipContext
Returns the model of tooltip.
getModel() - Method in class org.pepstock.charba.client.configuration.Tooltips.TooltipContext
 
getModel() - Method in class org.pepstock.charba.client.items.TooltipNode
Returns the tooltip model
getModifierKey() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPan
Returns the modifier key to activate panning.
getModifierKey() - Method in interface org.pepstock.charba.client.zoom.IsDefaultWheel
Returns the modifier key to activate zooming by wheeling.
getModifierKey() - Method in class org.pepstock.charba.client.zoom.Pan
Returns the modifier key to activate panning.
getModifierKey() - Method in class org.pepstock.charba.client.zoom.Wheel
Returns the modifier key to activate zooming by wheeling.
getMonth() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the month format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getMonth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getMonth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the representation of the Month.
getMonth() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the representation of the Month.
getMonth() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getMultiKeyBackground() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
getMultiKeyBackground() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getMultiKeyBackgroundAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
getName() - Method in class org.pepstock.charba.client.dom.BaseAttribute
Returns the attribute's name.
getName() - Method in class org.pepstock.charba.client.dom.elements.Meta
Returns the name of a meta-data property to define for a document.
getName() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
 
getName() - Method in interface org.pepstock.charba.client.impl.charts.IsThreshold
Returns the name of threshold.
getName() - Method in class org.pepstock.charba.client.impl.charts.Threshold
 
getName() - Method in enum org.pepstock.charba.client.intl.enums.Currency
Returns the name of the currency.
getName() - Method in interface org.pepstock.charba.client.intl.IsLocaleItem
Returns the name of the locale item.
getName() - Method in enum org.pepstock.charba.client.intl.Language
Returns the name of the language.
getName() - Method in enum org.pepstock.charba.client.intl.Region
Returns the name of the region.
getName() - Method in enum org.pepstock.charba.client.intl.Script
Returns the name of the region.
getName() - Method in class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
 
getName() - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
Returns the name of tooltip position which must be used in chart options.
getName() - Method in class org.pepstock.charba.client.resources.AbstractInjectableResource
Returns the name of the object.
getNative(IsChart) - Static method in class org.pepstock.charba.client.Charts
Returns the CHART.JS chart instance by chart instance.
getNative(String) - Static method in class org.pepstock.charba.client.Charts
Returns the CHART.JS chart instance by id.
getNativeArray() - Method in class org.pepstock.charba.client.commons.NativeArrayContainer
Returns the native array instance.
getNativeChart(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (chart) in the embedded JavaScript object at specific property.
getNativeChart() - Method in class org.pepstock.charba.client.controllers.ControllerContext
Returns the chart property by native object.
getNativeChart() - Method in class org.pepstock.charba.client.events.ChartEventContext
Returns the CHARBA chart instance.
getNativeEvent(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (native event) in the embedded JavaScript object at specific property.
getNativeEvent() - Method in class org.pepstock.charba.client.events.AbstractEvent
Returns the native event instance.
getNativeEvent() - Method in class org.pepstock.charba.client.events.ChartEventContext
Returns the CHARBA chart instance.
getNativeEvent() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
Returns the native event instance.
getNativeFormat() - Method in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
Returns the native format instance.
getNativeIndex() - Method in class org.pepstock.charba.client.controllers.ControllerContext
Returns the index property by native object.
getNativeObject() - Method in class org.pepstock.charba.client.AbstractChart
Returns the native object related to CHART.JS implementation.
getNativeObject() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the native object instance.
getNavigator() - Static method in class org.pepstock.charba.client.dom.DOM
Returns a BaseNavigator object, which represents the state and the identity of the user agent.
getNextElementSibling() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns the element immediately following the given one in the tree, or null if there's no sibling node.
getNextSibling() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns a node representing the next node in the tree, or null if there isn't such node.
getNextSibling() - Method in class org.pepstock.charba.client.dom.MutationRecord
Returns the next sibling of the added or removed nodes, or null.
getNode() - Method in class org.pepstock.charba.client.AbstractChart
Returns the chart node with runtime data.
getNode() - Method in class org.pepstock.charba.client.controllers.ControllerContext
Returns the chart node with runtime data.
getNode() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getNode() - Method in interface org.pepstock.charba.client.IsChart
Returns the chart node with runtime data.
getNodeName() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns a string containing the name of the node.
The structure of the name will differ with the node type.
getNodeType() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns the type of the node.
getNodeValue() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns the value of the current node.
getNotation() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the formatting that should be displayed for the number.

PAY ATTENTION
This method is not supported on Safari.
getNotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getNotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the formatting that should be displayed for the number.
getNotation() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the formatting that should be displayed for the number.

PAY ATTENTION
This method is not supported on Safari.
getNotation() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getNotation() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the formatting that should be displayed for the number.

PAY ATTENTION
This method is not supported on Safari.
getNumberFormat() - Method in class org.pepstock.charba.client.configuration.CartesianNumericTick
 
getNumberFormat() - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
Returns the number format instance.
getNumberFormat() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
 
getNumberFormat() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getNumberFormat() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getNumberFormat() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the number formatting options.
getNumberFormat() - Method in class org.pepstock.charba.client.options.Ticks
Returns the number formatting options.
getNumberingSystem() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON.
getNumberingSystem() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the numbering system to use.
getNumberingSystem() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON.
getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
 
getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
 
getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
 
getNumberingSystem() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseFormatOptions
Returns the numbering system to use.
getNumberingSystem() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON.
getNumberingSystem() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
Returns the numbering system to use.
getNumberingSystem() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getNumberingSystem() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getNumberingSystem() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the numbering system to use.
getNumberingSystem() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON.
getNumSteps() - Method in class org.pepstock.charba.client.items.AnimationItem
Returns the total number of animation frames.
getObject() - Method in class org.pepstock.charba.client.events.ChartEventContext
Wraps the protected method to get the java script object in order to consume it.
getObject() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
Wraps the protected method to get the java script object in order to consume it.
getObject() - Method in class org.pepstock.charba.client.options.AbstractFont
Returns the native object instance.
getObject() - Method in class org.pepstock.charba.client.options.AbstractPadding
Returns the native object instance.
getObjectProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getObjects(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
Returns a unmodifiable list of canvas objects.
getOffset() - Method in class org.pepstock.charba.client.colors.GradientColor
Returns the defined offset for stopping gradient color.
getOffset() - Method in class org.pepstock.charba.client.configuration.Arc
Returns the arc offset (in pixels).
getOffset() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the arc offset (in pixels).
getOffset() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the distance (in pixels) to pull the label away from the anchor point.
getOffset() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the distance (in pixels) to pull the label away from the anchor point.
getOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
getOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
Returns the arc offset (in pixels).
getOffset() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the arc offset (in pixels).
getOffset() - Method in class org.pepstock.charba.client.options.Arc
Returns the arc offset (in pixels).
getOffsetCallback() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the offset callback, if set, otherwise null.
getOffsetCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the offset callback.
getOffsetCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the offset callback, if set, otherwise null.
getOffsetHeight() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns a number containing the height of an element, relative to the layout.
getOffsetLeft() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns a number, the distance from this element's left border to its offsetParent's left border.
getOffsetParent() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns a element that is the element from which all offset calculations are currently computed.
getOffsetTop() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns a number, the distance from this element's top border to its offsetParent's top border.
getOffsetWidth() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns a number containing the width of an element, relative to the layout.
getOffsetX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the X coordinate of the mouse pointer relative to the position of the padding edge of the target node.
getOffsetX() - Method in class org.pepstock.charba.client.items.DatasetItemController
Returns the offset X.
getOffsetY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the Y coordinate of the mouse pointer relative to the position of the padding edge of the target node.
getOffsetY() - Method in class org.pepstock.charba.client.items.DatasetItemController
Returns the offset Y.
getOpacity() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the opacity.
getOpacity() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the opacity.
getOpacity() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'opacity' property from element.
getOpacity() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the opacity of tooltip.
getOpacityCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the opacity callback.
getOpacityCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the opacity callback, if set, otherwise null.
getOptions() - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the options used to configure the date adapter.
getOptions() - Method in class org.pepstock.charba.client.BarChart
 
getOptions() - Method in class org.pepstock.charba.client.BubbleChart
 
getOptions() - Method in class org.pepstock.charba.client.Chart
Returns the options node, as native object.
getOptions() - Method in class org.pepstock.charba.client.ChartNode
Returns the options item.
getOptions() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
Returns the configuration options.
getOptions() - Method in class org.pepstock.charba.client.Configuration
Returns the options of chart by the options property in the native object.
getOptions() - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
Returns a options which will implements show lines and span gaps.
getOptions() - Method in class org.pepstock.charba.client.configuration.LineOptions
 
getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent, null is returned.
getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
getOptions() - Method in class org.pepstock.charba.client.configuration.RadarOptions
 
getOptions() - Method in class org.pepstock.charba.client.configuration.ScatterOptions
 
getOptions() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
 
getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
Returns the plugin data set configuration, if exist.
It uses a factory instance to create a plugin options.
getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent, null is returned.
getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
 
getOptions(Type) - Method in class org.pepstock.charba.client.Defaults
Returns the default options by a chart type, by defaults of CHART.JS.
If the type is not consistent, throws an exception.
getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
 
getOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
Returns the default options without scales.
getOptions(String, AbstractPluginOptionsFactory<T>) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
Returns the plugin options, if exist.
getOptions() - Method in class org.pepstock.charba.client.DoughnutChart
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BarChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.LineChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.PieChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
 
getOptions() - Method in class org.pepstock.charba.client.HorizontalBarChart
 
getOptions() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
 
getOptions() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
 
getOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Reads the plugin options at chart level, if exists, puts in cache if needed and returns it.
getOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Reads the plugin options at chart level and returns it.
getOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Returns the options of the plugin from chart.
getOptions() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Returns the options of datasets items selector plugin.
getOptions() - Method in interface org.pepstock.charba.client.IsChart
Returns the options of chart.
getOptions() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the data set item options.
getOptions() - Method in class org.pepstock.charba.client.LineChart
 
getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent, null is returned.
getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent, null is returned.
getOptions() - Method in class org.pepstock.charba.client.PieChart
 
getOptions() - Method in class org.pepstock.charba.client.PolarAreaChart
 
getOptions() - Method in class org.pepstock.charba.client.RadarChart
 
getOptions() - Method in class org.pepstock.charba.client.ScatterChart
 
getOptions() - Method in class org.pepstock.charba.client.StackedAreaChart
 
getOptions() - Method in class org.pepstock.charba.client.StackedBarChart
 
getOptions() - Method in class org.pepstock.charba.client.TimeSeriesBarChart
 
getOptions() - Method in class org.pepstock.charba.client.TimeSeriesLineChart
 
getOptions() - Method in class org.pepstock.charba.client.VerticalLineChart
 
getOptionsBuilder() - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Returns the DataLabelsPlugin.ID label builder.
getOptionsBuilder() - Method in class org.pepstock.charba.client.labels.LabelBuilder
Returns the LabelsPlugin.ID label builder.
getOptionValue(C, Scriptable<T, C>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the value of the property as result of callback (the same type).
getOptionValue(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the value of the property as result of callback (the same type), passing a default value.
getOptionValueAsColor(C, Scriptable<?, C>, String) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
By defaults, is able to manage also Pattern or CanvasPatternItem.
getOptionValueAsColor(C, Scriptable<?, C>, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
getOptionValueAsFont(C, Scriptable<FontItem, C>, IsDefaultFont) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the font item value as value of the property by invoking a callback which is typed to a font item.
getOptionValueAsPadding(C, Scriptable<PaddingItem, C>, IsDefaultPadding) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the padding item value as value of the property by invoking a callback which is typed to a paddng item.
getOptionValueAsString(C, Scriptable<T, C>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the enumeration value as value of the property by invoking a callback which is typed to a key.
getOptionValueAsString(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the enumeration value of the property by invoking a callback which is typed to a key, passing a default value.
getOrder() - Method in interface org.pepstock.charba.client.data.HasOrder
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
getOrder() - Method in class org.pepstock.charba.client.data.OrderHandler
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
getOrder() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the dataset order.
getOrderHandler() - Method in class org.pepstock.charba.client.data.BarDataset
 
getOrderHandler() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
getOrderHandler() - Method in interface org.pepstock.charba.client.data.HasOrder
Returns an order option handler instance.
getOrderHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getOrientation() - Method in class org.pepstock.charba.client.colors.Gradient
Returns the gradient orientation.
getOrigin() - Method in class org.pepstock.charba.client.dom.BaseLocation
Returns a string containing the canonical form of the origin of the specific location.
getOuter() - Method in class org.pepstock.charba.client.colors.Radius
Returns the outer radius if an arc.
getOuterEnd() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
Returns the border radius for outer-end corner of the arc, in pixel.
getOuterHeight() - Static method in class org.pepstock.charba.client.utils.Window
The outerHeight property returns the outer height of a window, including all interface elements (like toolbars/scrollbars).
getOuterRadius() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the outer radius of data set item in pixel.
getOuterRadius() - Method in class org.pepstock.charba.client.items.DatasetItemController
Returns the outer radius of dataset item in pixel.
getOuterStart() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
Returns the border radius for outer-start corner of the arc, in pixel.
getOuterWidth() - Static method in class org.pepstock.charba.client.utils.Window
The outerWidth property returns the outer width of a window, including all interface elements (like toolbars/scrollbars).
getOutputCalendar() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available.
getOutputCalendar() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available.
getOutputCalendar() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
 
getOutputCalendar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
 
getOutputCalendar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available.
getOutputCalendar() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available.
getOutsidePadding() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the padding when position is Position.OUTSIDE.
getOutsidePadding() - Method in class org.pepstock.charba.client.labels.Label
Returns the padding when position is Position.OUTSIDE.
getOverflow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'overflow' property from element.
getOverrides() - Static method in class org.pepstock.charba.client.Chart
Returns the overrides property by native object.
getOverScaleMode() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
getOverScaleMode() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
Returns which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
getOverScaleModeCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
getOverScaleModeCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
getOwnerDocument() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns the document that this node belongs to.
If the node is itself a document, returns null.
getPadding() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.configuration.Layout
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the padding to apply around labels.
getPadding() - Method in class org.pepstock.charba.client.configuration.LegendTitle
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the padding between chart and point labels, in pixels.
getPadding() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the padding between the tick label and the axis.
getPadding() - Method in class org.pepstock.charba.client.configuration.Title
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the object where all tooltips padding is stored.
getPadding() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
 
getPadding() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLayout
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLayout
Returns padding object defaults.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
Returns the padding to apply around labels.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendTitle
Returns the padding to apply around title.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
Returns the padding between chart and point labels, in pixels.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
Returns the padding defaults.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the padding between the tick label and the axis.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
Returns the padding to apply around labels.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns padding object defaults.
getPadding() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'padding' property from element.
getPadding(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Returns the padding height used by selection cleaner element if enabled.
This is very helpful when you have added padding for your purposes and you need to know the amount of space that the element allocated.
getPadding() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the selection cleaner padding.
getPadding() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the padding of selection cleaner element.
getPadding() - Method in class org.pepstock.charba.client.options.Layout
Returns the padding elements.
getPadding() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the padding to apply around labels.
getPadding() - Method in class org.pepstock.charba.client.options.LegendTitle
Returns the padding to apply around labels.
getPadding() - Method in class org.pepstock.charba.client.options.PointLabels
Returns the padding between chart and point labels, in pixels.
getPadding() - Method in class org.pepstock.charba.client.options.ScaleTitle
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.options.Ticks
Returns the padding between the tick label and the axis.
When set on a vertical axis, this applies in the horizontal (X) direction.
When set on a horizontal axis, this applies in the vertical (Y) direction.
getPadding() - Method in class org.pepstock.charba.client.options.Title
Returns the padding to apply around labels.
getPadding() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the padding element.
getPaddingBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'paddingBottom' property from element.
getPaddingBottom() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the padding bottom in pixel.
getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.Layout
Returns the padding callback, if set, otherwise null.
getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the padding callback, if set, otherwise null.
getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.Title
Returns the padding callback, if set, otherwise null.
getPaddingCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the padding callback.
getPaddingCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the padding callback, if set, otherwise null.
getPaddingCallback() - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
Returns the PaddingCallback if it has been set or null.
getPaddingLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'paddingLeft' property from element.
getPaddingLeft() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the padding left in pixel.
getPaddingRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'paddingRight' property from element.
getPaddingRight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the padding right in pixel.
getPaddingTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'paddingTop' property from element.
getPaddingTop() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the padding top in pixel.
getPageX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the X coordinate of the mouse pointer relative to the whole document.
getPageX() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the X coordinate of the touch point relative to the left edge of the document.
Unlike clientX, this value includes the horizontal scroll offset, if any.
getPageY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the Y coordinate of the mouse pointer relative to the whole document.
getPageY() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the Y coordinate of the touch point relative to the top of the document.
Unlike clientY, this value includes the vertical scroll offset, if any.
getPan() - Method in class org.pepstock.charba.client.zoom.DefaultOptions
 
getPan() - Method in interface org.pepstock.charba.client.zoom.IsDefaultOptions
Returns the pan element.
getPan() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
Returns the pan element.
getParameter(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
Gets the URL parameter of the specified name.
Note that if multiple parameters have been specified with the same name, the last one will be returned.
getParameter(BaseLocation, String) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtils
Gets the URL parameter of the specified name.
Note that if multiple parameters have been specified with the same name, the last one will be returned.
getParameterMap() - Method in class org.pepstock.charba.client.dom.BaseLocation
Returns an unmodifiable map of the URL query parameters for the host page at the time this method was called.
Any changes to the window's location will be reflected in the result of subsequent calls.
getParameterMap(BaseLocation) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtils
Returns an unmodifiable map of the URL query parameters for the host page at the time this method was called.
Any changes to the window's location will be reflected in the result of subsequent calls.
getParent() - Method in class org.pepstock.charba.client.commons.IteratorImpl
 
getParent() - Method in class org.pepstock.charba.client.commons.PropertyHandler
Returns the parent.
getParent() - Method in class org.pepstock.charba.client.options.AbstractModel
Returns the parent element.
getParentElement() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns an element that is the parent of this node.
If the node has no parent, or if that parent is not an element, returns null.
getParentHtmlElement() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns an HTML element that is the parent of this element.
If the element has no parent, or if that parent is not an element, returns null.
getParentNode() - Method in class org.pepstock.charba.client.commons.AbstractNode
Returns the parent node.
getParentNode() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns a node that is the parent of this node.
If there is no such node, returns null.
getParsed() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the parsed values.
getParser() - Method in class org.pepstock.charba.client.configuration.Time
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
getParser() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getParser() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getParser() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
getParser() - Method in class org.pepstock.charba.client.options.Time
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
getPathname() - Method in class org.pepstock.charba.client.dom.BaseLocation
Is a string containing an initial '/' followed by the path of the URL.
getPattern(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the fill or stroke pattern is used for shapes.
getPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Returns the pattern if it has been set, otherwise null.
getPatternProperty(NativeObject, String, CanvasPatternItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getPatternsContainer() - Method in class org.pepstock.charba.client.data.Dataset
Returns the patterns container element.
getPercentage() - Method in class org.pepstock.charba.client.labels.LabelsContext
Returns the percentage for the data set.
getPinch() - Method in class org.pepstock.charba.client.zoom.DefaultZoom
 
getPinch() - Method in interface org.pepstock.charba.client.zoom.IsDefaultZoom
Returns the pinch-to-zoom effect.
getPinch() - Method in class org.pepstock.charba.client.zoom.Zoom
Returns the pinch-to-zoom effect.
getPixelForDateValue(Date) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForDateValue(Date, double) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForDecimal(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForDecimal(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForDecimal(double) - Method in class org.pepstock.charba.client.items.ScaleItem
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForStringValue(ScaleItem, String, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Returns the location of the given data point as string.
getPixelForStringValue(NativeObject, String, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Returns the location of the given data point as string.
getPixelForStringValue(String) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForStringValue(String, double) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForTick(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForTick(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForTick(double) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForValue(ScaleItem, double, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForValue(NativeObject, double, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPixelForValue(double, double) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getPluginAddedLegendStatus() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Returns the map of cached added legend labels status.
getPluginDivElements() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Returns the map of cached DIV elements of HTML legend.
getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Returns the plugin id related to this options.
getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
Returns the plugin id related to this options.
getPluginLegendLabelsItems() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Returns the map of cached legend labels items.
getPluginOptions() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Returns the map of cached plugin options.
getPlugins() - Method in class org.pepstock.charba.client.AbstractChart
Returns the plugins element to manage inline plugins.
getPlugins() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the plugins element.
getPlugins() - Method in class org.pepstock.charba.client.Defaults
Returns the global plugins manager.
getPlugins() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getPlugins() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the plugins defaults.
getPlugins() - Method in class org.pepstock.charba.client.GlobalOptions
 
getPlugins() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getPlugins() - Method in interface org.pepstock.charba.client.IsChart
Returns the plugins element to manage inline plugins.
getPlugins() - Method in class org.pepstock.charba.client.options.Options
Returns the plugins element.
getPoint() - Method in class org.pepstock.charba.client.configuration.Elements
Returns the point element.
getPoint() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
getPoint() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
Returns POINT object defaults.
getPoint() - Method in class org.pepstock.charba.client.options.Elements
Returns the point element.
getPoint() - Method in class org.pepstock.charba.client.zoom.ZoomContext
Returns the position of the event when pan or zoom are about to start.
getPointBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color for points.
getPointBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color for points.
getPointBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color for points.
getPointBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point background color callback, if set, otherwise null.
getPointBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border color for points.
getPointBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border gradient for points.
getPointBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border color for points.
getPointBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border color callback, if set, otherwise null.
getPointBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the width of the point border in pixels.
getPointBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border width callback, if set, otherwise null.
getPointFillStyleProperty() - Method in interface org.pepstock.charba.client.data.HasPointFillStrokeStyles
Returns the property which is mapping the point fill style.
getPointFillStyleProperty() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getPointHitRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the pixel size of the non-displayed point that reacts to mouse events.
getPointHitRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hit radius callback, if set, otherwise null.
getPointHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point background color when hovered.
If property is missing or not a color, returns the default point background color.
getPointHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point background color when hovered.
If property is missing or not a gradient, returns an empty list.
getPointHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point background color when hovered.
If property is missing or not a color, returns the default point background color.
getPointHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hover background color callback, if set, otherwise null.
getPointHoverBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border color when hovered.
getPointHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border gradient when hovered.
getPointHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border color when hovered.
getPointHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hover border color callback, if set, otherwise null.
getPointHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border width of point when hovered.
getPointHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hover border width callback, if set, otherwise null.
getPointHoverRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the radius of the point when hovered.
getPointHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hover radius callback, if set, otherwise null.
getPointLabelAsString(Object) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns a label at a specific index.
If at index there is multi-line label, returns labels with Constants.LINE_SEPARATOR as separator.
getPointLabels() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the point labels element.
getPointLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getPointLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getPointLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the point labels defaults.
getPointLabels() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the list of point labels of scale.
getPointLabels() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the point labels element.
getPointRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the radius of the point shape.
getPointRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point radius callback, if set, otherwise null.
getPointRotation() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the rotation of the point in degrees.
getPointRotationCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point rotation callback, if set, otherwise null.
getPointStrokeStyleProperty() - Method in interface org.pepstock.charba.client.data.HasPointFillStrokeStyles
Returns the property which is mapping the point stroke style.
getPointStrokeStyleProperty() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getPointStyle() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
Returns the point style instance which must be represents by this shape.
getPointStyle() - Method in class org.pepstock.charba.client.configuration.Bar
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the style of the legend.
getPointStyle() - Method in class org.pepstock.charba.client.configuration.Point
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the style of the point for legend.
getPointStyle() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getPointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the style of the legend box (only used if usePointStyle is true)
getPointStyle() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
Returns the style of the point.
getPointStyle() - Method in interface org.pepstock.charba.client.options.HasPointStyle
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.options.PointStyleHandler
Returns the style of the point.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Bar
Returns the style of the point as image.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the style of the legend as image.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Point
Returns the style of the point as image.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the style of the point for legend as image.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getPointStyleAsImage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
Returns the style of the point as image.
If property is missing or not an image, returns null.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the style of the point as image.
If property is missing or not an image, returns null.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the style (as image) of the legend box (only used if usePointStyle is true)
getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
Returns the style of the point as image.
If property is missing or not an image, returns null.
getPointStyleAsImage() - Method in interface org.pepstock.charba.client.options.HasPointStyle
Returns the style of the point as image.
If property is missing or not an image, returns null.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.options.PointStyleHandler
Returns the style of the point as image.
If property is missing or not an image, returns null.
getPointStyleAsImages() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the style of the point as image.
getPointStyleCallback() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the point style callback, if set, otherwise null.
getPointStyleCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the point style callback, if set, otherwise null.
getPointStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point style callback, if set, otherwise null.
getPointStyleHandler() - Method in class org.pepstock.charba.client.options.Bar
 
getPointStyleHandler() - Method in interface org.pepstock.charba.client.options.HasPointStyle
Returns a point style handler instance to use in the default methods of this interface.
getPointStyleHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
 
getPointStyleHandler() - Method in class org.pepstock.charba.client.options.Point
 
getPort() - Method in class org.pepstock.charba.client.dom.BaseLocation
Is a string containing the port number of the URL.
getPosition() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the anchor position of label on line.
getPosition() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the anchor position of label on line.
getPosition() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
getPosition() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the position of the legend.
getPosition() - Method in class org.pepstock.charba.client.configuration.Title
Returns the position of title.
getPosition() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the mode for positioning the tooltip.
getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
Returns the position of element.
getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the mode for positioning the tooltip.
getPosition() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'position' property from element.
getPosition() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the selection cleaner position.
getPosition() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the selection cleaner label position.
getPosition() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the position of node.
getPosition() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the position to draw label.
getPosition() - Method in class org.pepstock.charba.client.labels.Label
Returns the position to draw label.
getPosition() - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
Returns the position of element.
getPosition() - Method in class org.pepstock.charba.client.options.AbstractScale
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
getPosition() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the mode for positioning the tooltip.
getPositionAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the position of node as string.
getPositionCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the anchor position of label on line.
getPositionCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the anchor position of label on line.
getPositionCallback() - Method in class org.pepstock.charba.client.configuration.Title
Returns the position callback, if set, otherwise null.
getPrecision() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
getPrecision() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getPrecision() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getPrecision() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
getPrecision() - Method in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
Returns the precision applied to ticks.
getPrecision() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Returns the number precision to apply.
getPrecision() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the decimal places to apply to render the value.
getPrecision() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the precision for percentage.
getPrecision() - Method in class org.pepstock.charba.client.labels.Label
Returns the precision for percentage.
getPrecision() - Method in class org.pepstock.charba.client.options.Ticks
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
getPrecisionCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the precision callback instance.
getPrecisionCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Returns the precision callback instance.
getPrefixPackageName(AbstractInjectableResource) - Method in class org.pepstock.charba.client.InjectorPrefixHelper
Returns the prefix to apply to injectable resources DOM element id when they will injected.
getPreviousElementSibling() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns the element immediately preceding the given one in the tree, or null if there is no sibling element.
getPreviousSibling() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns a node representing the previous node in the tree, or null if there isn't such node.
getPreviousSibling() - Method in class org.pepstock.charba.client.dom.MutationRecord
Returns the previous sibling of the added or removed nodes, or null.
getProgessPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the callback property handler for progress event.
getProgessPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
 
getProgessPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
 
getProgressCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the callback called while the user is zooming or panning.
getProgressCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
Returns the callback called while the user is zooming or panning.
getProperties() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
 
getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
 
getProperties() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the properties defined in the the animation collection.
getProperties() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the properties defined in the the animation collection.
getProperty() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Returns the property key to manage
getProperty() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
Returns the property related to the canvas object to set in the dataset.
getProtocol() - Method in class org.pepstock.charba.client.dom.BaseLocation
Is a string containing the protocol scheme of the URL, including the final ':'.
getProxy() - Method in class org.pepstock.charba.client.commons.CallbackProxy
Returns the function proxy implemented in the additional java script source.
getProxy() - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
Returns the callback proxy to set tick callback.
getProxy() - Method in class org.pepstock.charba.client.configuration.CategoryTickHandler
 
getProxy() - Method in class org.pepstock.charba.client.configuration.LinearTickHandler
 
getProxy() - Method in class org.pepstock.charba.client.configuration.TimeTickHandler
 
getProxy() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
Returns the function proxy implemented in the additional java script source, created for the specific key.
getProxy(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
Returns the function proxy implemented in the additional java script source, created for the specific key.
getQuarter() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the quarter format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getR() - Method in class org.pepstock.charba.client.data.DataPoint
Returns the bubble radius in pixels (not scaled).
getRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the radius of the point.
getRadius() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the radius of the point.
getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Returns the inner and outer radius of arc for RADIAL gradient.
getRadius() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Returns the outer radius of the chart.
As Double, it is considered to be pixels.
getRadius() - Method in class org.pepstock.charba.client.configuration.Point
Returns the radius of the point.
getRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the radius of the point shape.
getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
 
getRadius() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the outer radius of the chart.
As Double, it is considered to be pixels.
getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
Returns the radius of the point.
getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
 
getRadius() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
Sets the radius of the tile for point style legend.
getRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the radius of the point.
getRadius() - Method in class org.pepstock.charba.client.options.Options
Returns the outer radius of the chart.
As Double, it is considered to be pixels.
getRadius() - Method in class org.pepstock.charba.client.options.Point
Returns the radius of the point.
getRadiusCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the callback called to set the radius.
getRadiusCallback() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the callback called to set the radius.
getRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the radius callback, if set, otherwise null.
getRadiusPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Returns the outer radius of the chart.
As String and ending with '%', percentage of the maximum radius.
getRadiusPercentage() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getRadiusPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getRadiusPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the outer radius of the chart.
As String and ending with '%', percentage of the maximum radius.
getRadiusPercentage() - Method in class org.pepstock.charba.client.options.Options
Returns the outer radius of the chart.
As String and ending with '%', percentage of the maximum radius.
getRadiusX() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the X radius of the ellipse that most closely circumscribes the area of contact with the screen.
The value is in pixels of the same scale as screenX.
getRadiusY() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the Y radius of the ellipse that most closely circumscribes the area of contact with the screen.
The value is in pixels of the same scale as screenY.
getRAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the R axis ID.
getRed() - Method in class org.pepstock.charba.client.colors.Color
 
getRed() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns the red value.
getRed() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
 
getRegion() - Method in class org.pepstock.charba.client.intl.CLocale
Returns the region of the locale.
It could be null.
getRegion() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
Returns the region.
getRejectedCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the callback called once zooming or panning is completed.
getRejectedCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
Returns the callback called once zooming or panning is rejected.
getRejectedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the callback property handler for rejected event.
getRejectedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
 
getRejectedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
 
getRelatedTarget() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the secondary target for the event, if there is one.
getRemovedElements() - Method in class org.pepstock.charba.client.dom.MutationRecord
Returns the elements removed.
Will be an empty element list if no elements were removed.
getRender() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the render type of data in chart.
getRender() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the selection cleaner render.
getRender() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the selection cleaner render.
getRender() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns what data must be showed.
getRender() - Method in class org.pepstock.charba.client.labels.Label
Returns what data must be showed.
getRenderCallback() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the render callback.
getRenderCallback() - Method in class org.pepstock.charba.client.labels.Label
Returns the render callback, if set, otherwise null.
getRepetition() - Method in class org.pepstock.charba.client.colors.Pattern
Returns the repetition to use in the pattern.
getReplacement() - Method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
Returns the replacement string to apply every time the value is found in the the string.
getResizeDelay() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
getResizeDelay() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getResizeDelay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getResizeDelay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
getResizeDelay() - Method in class org.pepstock.charba.client.options.Options
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
getResources() - Static method in class org.pepstock.charba.client.resources.ResourcesType
Returns the resources type to use to inject java script code.
If the resources type was not already set, an exception will be throw.
getRight() - Method in class org.pepstock.charba.client.colors.Area
Returns the right coordinate.
getRight() - Method in class org.pepstock.charba.client.configuration.Padding
Returns the padding right in pixel.
getRight() - Method in class org.pepstock.charba.client.data.BarBorderWidth
Returns the border width right in pixel.
getRight() - Method in class org.pepstock.charba.client.data.Clip
Returns the clip right.
getRight() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
 
getRight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
 
getRight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
Returns the padding right in pixel.
getRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'right' property from element.
getRight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
Returns the right.
getRight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the right of chart area.
getRight() - Method in class org.pepstock.charba.client.options.AbstractPadding
Returns the padding right in pixel.
getRight() - Method in class org.pepstock.charba.client.options.Padding
Returns the padding right in pixel.
getRootNode() - Method in class org.pepstock.charba.client.commons.AbstractNode
Returns the root node.
getRotation() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the rotation of label in degrees.
getRotation() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the rotation of label in degrees.
getRotation() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Returns the starting angle to draw arcs from.
getRotation() - Method in class org.pepstock.charba.client.configuration.Point
Returns the point rotation (in degrees).
getRotation() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the rotation of the point in degrees.
getRotation() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the starting angle to draw arcs from.
getRotation() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
getRotation() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
getRotation() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
getRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the starting angle to draw arcs from.
getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
Returns the point rotation (in degrees).
getRotation() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the point rotation (in degrees).
getRotation() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the rotation of the point in degrees (only used if usePointStyle is true).
getRotation() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
Returns the rotation in degrees.
getRotation() - Method in class org.pepstock.charba.client.options.Options
Returns the starting angle to draw arcs from.
getRotation() - Method in class org.pepstock.charba.client.options.Point
Returns the point rotation (in degrees).
getRotationAngle() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the angle (in degrees) that the ellipse described by radiusX and radiusY must be rotated, clockwise, to most accurately cover the area of contact between the user and the surface.
getRotationCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the rotation of label in degrees.
getRotationCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the rotation of label in degrees.
getRotationCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the rotation callback, if set, otherwise null.
getRotationCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the rotation callback.
getRotationCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the rotation callback, if set, otherwise null.
getRound() - Method in class org.pepstock.charba.client.configuration.Time
If defined, dates will be rounded to the start of this unit.
getRound() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getRound() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getRound() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
If defined, dates will be rounded to the start of this unit.
getRound() - Method in class org.pepstock.charba.client.options.Time
If defined, dates will be rounded to the start of this unit.
getRowIndex() - Method in class org.pepstock.charba.client.dom.elements.TableRow
Returns a value which gives the logical position of the row within the entire table.
If the row is not part of a table, returns -1.
getRowSpan() - Method in class org.pepstock.charba.client.dom.elements.TableCell
Returns the value indicating the number of rows this cell must span; this lets a cell occupy space across multiple rows of the table.
getRScale() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the R scale item or null if not exists.
getSamples() - Method in class org.pepstock.charba.client.configuration.Decimation
If the DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
getSamples() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
 
getSamples() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
 
getSamples() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
If the DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
getSamples() - Method in class org.pepstock.charba.client.options.Decimation
If the DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
getSampleSize() - Method in class org.pepstock.charba.client.configuration.CartesianTick
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
getSampleSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getSampleSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getSampleSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
getSampleSize() - Method in class org.pepstock.charba.client.options.Ticks
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
getScale() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
Returns the scale instance which contains the element to configure.
getScale() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the scale configuration or the chart options if chart is initialized.
getScale() - Method in class org.pepstock.charba.client.Defaults
Returns the global scale.
getScale(AxisType) - Method in class org.pepstock.charba.client.Defaults
Returns the global scale by axis type.
getScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
Returns the default scale.
getScale(AxisType) - Method in class org.pepstock.charba.client.Defaults.InternalDefaultScales
Returns the scale defaults by axis type.
getScale() - Method in class org.pepstock.charba.client.Defaults.WrapperDefaults
Returns the SCALE global options of chart as native object.
getScaledOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
Returns the default options with scales.
getScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the ID of the scale to bind onto.
getScaleID() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the ID of the scale to bind onto.
getScaleIsInside(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
Returns the scale item if the chart event is inside of one of scales, otherwise null.
getScaleItem() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the the scale item related to this axis.
getScaleItem() - Method in class org.pepstock.charba.client.items.PluginScaleArgument
Returns the scale item.
getScales() - Method in class org.pepstock.charba.client.Chart
Returns the scales node, as native object.
getScales() - Method in class org.pepstock.charba.client.ChartNode
Returns the scales item.
getScales() - Method in class org.pepstock.charba.client.ChartOptions
 
getScales() - Method in class org.pepstock.charba.client.configuration.ScalesOptions
Returns the scales element.
getScales() - Method in class org.pepstock.charba.client.configuration.StackedOptions
 
getScales() - Method in class org.pepstock.charba.client.configuration.TimeSeriesOptions
 
getScales() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
getScales() - Method in class org.pepstock.charba.client.defaults.chart.DefaultGlobalOptions
 
getScales() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
 
getScales() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaledOptions
Returns the scale/axis defaults.
getScales() - Method in class org.pepstock.charba.client.Defaults.WrapperDefaults
Returns the SCALE global options of chart as native object.
getScales() - Method in class org.pepstock.charba.client.options.ExtendedOptions
 
getScales() - Method in class org.pepstock.charba.client.options.ScaledOptions
 
getScheme() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Returns the color scheme.
getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
 
getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
 
getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
 
getScheme() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
Returns the internal enumerated scheme instance.
getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
 
getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
 
getSchemeCategory() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
Returns the color scheme category.
getSchemeName() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
Returns the color scheme name.
getSchemeScope() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
getSchemeScope() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
getScope() - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Returns the scope of this factory.
getScope() - Method in class org.pepstock.charba.client.colors.Gradient
Returns the gradient scope.
getScope() - Method in interface org.pepstock.charba.client.commons.HasCallbackScope
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
getScope() - Method in class org.pepstock.charba.client.data.Dataset
Returns the scope of the data set, which is the options are used for defaults, chart defaults or chart.
getScope() - Method in class org.pepstock.charba.client.options.AbstractAnimation
 
getScope() - Method in class org.pepstock.charba.client.options.AnimationTransition
 
getScope() - Method in class org.pepstock.charba.client.options.Options
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
getScope() - Method in class org.pepstock.charba.client.options.Transitions
 
getScope() - Method in class org.pepstock.charba.client.options.TypedDataset
 
getScopes() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
Returns the scope of callback, could be the default, chart type options, chart options, plugin objects, datasets.
getScreenX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the X coordinate of the mouse pointer in global (screen) coordinates.
getScreenX() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the X coordinate of the touch point relative to the left edge of the screen.
getScreenY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the Y coordinate of the mouse pointer in global (screen) coordinates.
getScreenY() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the Y coordinate of the touch point relative to the top edge of the screen.
getScript() - Method in class org.pepstock.charba.client.intl.CLocale
Returns the script code of the locale.
It could be null.
getScript() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
Returns the script.
getScrollHeight() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a number representing the scroll view height of an element.
getScrollingElement() - Method in class org.pepstock.charba.client.dom.BaseDocument
Returns a reference to the element that scrolls the document.
getScrollingElement(BaseDocument) - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the scrolling element of the document, if there is, or the document element.
getScrollLeft() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a number representing the left scroll offset of the element.
getScrollTop() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a number representing number of pixels the top of the document is scrolled vertically.
getScrollWidth() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a number representing the scroll view width of the element.
getSearch() - Method in class org.pepstock.charba.client.dom.BaseLocation
Is a string containing a '?' followed by the parameters or "querystring" of the URL.
getSecond() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the second format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getSecond() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getSecond() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the representation of the Second.
getSecond() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the representation of the Second.
getSecond() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getSegment() - Method in class org.pepstock.charba.client.configuration.LineOptions
Returns the segment element.
getSegment() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
Returns the segment element.
getSegment() - Method in class org.pepstock.charba.client.options.ExtendedOptions
Returns the segment configuration for LineOptions.
Line segment styles can be overridden by scriptable options in the segment object..
getSegmentContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.Segment
 
getSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
 
getSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the selection cleaner element.
getSelectionCleaner() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
Returns the selection cleaner item.
getShadowBlur() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the amount of blur applied to shadows.
getShadowBlur() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the text shadow intensity.
getShadowBlur() - Method in class org.pepstock.charba.client.labels.Label
Returns the text shadow intensity.
getShadowColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the color of shadows.
The shadow's rendered opacity will be affected by the opacity of the fillStyle color when filling, and of the strokeStyle color when stroking.
getShadowColor() - Method in class org.pepstock.charba.client.labels.Label
Returns the text shadow color as color.
getShadowColorAsString() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the text shadow color as string.
getShadowColorAsString() - Method in class org.pepstock.charba.client.labels.Label
Returns the text shadow color as string.
getShadowOffsetX() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the distance that shadows will be offset horizontally.
getShadowOffsetX() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the text shadow X offset.
getShadowOffsetX() - Method in class org.pepstock.charba.client.labels.Label
Returns the text shadow X offset.
getShadowOffsetY() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the distance that shadows will be offset vertically.
getShadowOffsetY() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the text shadow Y offset.
getShadowOffsetY() - Method in class org.pepstock.charba.client.labels.Label
Returns the text shadow Y offset.
getShape() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the shape of tile.
getShapeColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the shape color of tile.
getShapeColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the shape color of tile.
getShowLabelBackdropCallback() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the show label backdrop callback instance.
getSignDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns when to display the sign for the number.

PAY ATTENTION
This method is not supported on Safari.
getSignDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getSignDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns when to display the sign for the number.
getSignDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns when to display the sign for the number.

PAY ATTENTION
This method is not supported on Safari.
getSignDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getSignDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns when to display the sign for the number.

PAY ATTENTION
This method is not supported on Safari.
getSize() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the size of the tile.
getSize() - Method in class org.pepstock.charba.client.configuration.Font
Returns the font size.
getSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
 
getSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
getSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
 
getSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
Returns the font size.
getSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'size' property from element.
getSize() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
Returns item with the new size of the chart
getSize() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
Returns the size of the tile for point style legend.
getSize() - Method in class org.pepstock.charba.client.options.AbstractFont
 
getSize() - Method in class org.pepstock.charba.client.options.Font
Returns the font size.
getSizeItem() - Method in class org.pepstock.charba.client.items.PluginResizeArgument
Returns the size item.
getSnapshot() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Returns the image which is snapshot of chart.
getSource() - Method in class org.pepstock.charba.client.AbstractChart
 
getSource() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
Returns the property controls the ticks generation.
getSource() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getSource() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getSource() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the property controls the ticks generation.
getSource() - Method in class org.pepstock.charba.client.events.Event
Returns the source for this event.
It should be always a chart instance.
getSource() - Method in class org.pepstock.charba.client.events.HandlerManager
Returns a chart instance as source for all events.
getSource() - Method in class org.pepstock.charba.client.options.Ticks
Returns the property controls the ticks generation.
getSource() - Method in class org.pepstock.charba.client.utils.RegExp
Returns a string containing the source text of the RegExp object, and it doesn't contain the two forward slashes on both sides and any flags.
getSpacing() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns the spacing between label and image for selection cleaner element.
getSpacing() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the spacing between label and image for selection cleaner element.
getSpanGapHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getSpanGapHandler() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
Returns a span gap handler instance to use in the default methods of this interface.
getSpanGapHandler() - Method in class org.pepstock.charba.client.options.Options
 
getSpanGaps() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
Returns the value of the data if lines will be drawn between points with no or null data.
getSpanGaps() - Method in class org.pepstock.charba.client.options.SpanGapHandler
Returns the value of the data if lines will be drawn between points with no or null data.
getSpeed() - Method in interface org.pepstock.charba.client.zoom.IsDefaultWheel
Returns the speed of element via mouse wheel (percentage of element on a wheel event).
getSpeed() - Method in class org.pepstock.charba.client.zoom.Wheel
Returns the speed of element via mouse wheel (percentage of element on a wheel event).
getSrc() - Method in class org.pepstock.charba.client.dom.elements.Img
Returns the full URL of the image including base URI.
getSrc() - Method in class org.pepstock.charba.client.dom.elements.Script
Returns the URL of an external script.
getStackGroup() - Method in class org.pepstock.charba.client.data.BarStackHandler
Returns the name of stack group.
getStackGroup() - Method in interface org.pepstock.charba.client.data.HasBarStackGroup
Returns the name of stack group.
getStart() - Method in class org.pepstock.charba.client.data.FloatingData
Returns the start point of a bar.
getStart() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
Returns the new starting point (new mouse down)
getStart() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the start value of scale.
getStartAngle() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the starting angle to draw arcs for the first item in a data set.
getStartAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getStartAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getStartAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the starting angle to draw arcs for the first item in a dataset.
getStartAngle() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the start angle of data set item.
getStartAngle() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the starting angle to draw arcs for the first item in a data set.
getStartCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the callback called once zooming or panning is started.
getStartCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
Returns the callback called once zooming or panning is started.
getStartEndValue() - Method in enum org.pepstock.charba.client.enums.TextAlign
Returns the value to use when only start and end is used.
getStarting() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
Returns the starting point
getStartPoint() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
Returns the DatasetElement related to the data as starting point of segment.
getStartPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns the callback property handler for start event.
getStartPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
 
getStartPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
 
getStartValue() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
Returns the start value on scale
getStatus() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Returns the status of selection.
getStatus() - Method in class org.pepstock.charba.client.utils.CTimer
Returns the status of the timer.
getStepped() - Method in class org.pepstock.charba.client.data.LineDataset
Returns if the line is shown as a stepped line.
getStepSize() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the user defined fixed step size for the scale.
getStepSize() - Method in class org.pepstock.charba.client.configuration.Time
The number of units between grid.
getStepSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getStepSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getStepSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getStepSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getStepSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the user defined fixed step size for the scale.
getStepSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
The number of units between grid.
getStepSize() - Method in class org.pepstock.charba.client.options.Ticks
Returns the user defined fixed step size for the scale.
getStepSize() - Method in class org.pepstock.charba.client.options.Time
The number of units between grid.
getStepSizeCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the stepSize callback instance.
getStepSizeCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Returns the stepSize callback instance.
getString(int) - Method in class org.pepstock.charba.client.data.Labels
Returns a label at a specific index.
If at index there is multi-line label, returns labels with Constants.LINE_SEPARATOR as separator.
If the index is out of bounds, throws an exception.
getStringProperty(Key, NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
Returns the property value from java script object, when the ID is stored as string.
getStringProperty(NativeObject, String, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
getStrings(int) - Method in class org.pepstock.charba.client.data.Labels
Returns a multi line label at a specific index.
getStrokeColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the stroke color is used for the lines around shapes.
getStrokeColorAsString() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the stroke color is used for the lines around shapes.
getStrokeGradient() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the stroke gradient is used for the lines around shapes.
getStrokePattern() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the stroke pattern is used for the lines around shapes.
getStrokeStyle() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the stroke style of the legend box as color.
getStrokeStyleAsCanvasGradient() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the stroke style of the legend box as canvas gradient.
getStrokeStyleAsCanvasPattern() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the stroke style of the legend box as canvas pattern.
getStrokeStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the stroke style of the legend box as gradient.
getStrokeStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the stroke style of the legend box as pattern.
getStyle() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel.InternalFont
 
getStyle() - Method in class org.pepstock.charba.client.configuration.Font
Returns the font style, follows CSS font-style options (i.e.
getStyle() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the formatting style to use.
getStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
 
getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
 
getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalBodyFont
 
getStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
Returns the font style, follows CSS font-style options (i.e.
getStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the formatting style to use.
getStyle() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns an object representing the declarations of an element's style attributes.
getStyle() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the formatting style to use.
getStyle() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getStyle(int) - Method in class org.pepstock.charba.client.items.DatasetItemController
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
getStyle() - Method in class org.pepstock.charba.client.options.AbstractFont
 
getStyle() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the formatting style to use.
getStyle() - Method in class org.pepstock.charba.client.options.Font
Returns the font style, follows CSS font-style options (i.e.
getSuggestedMax() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
Returns the adjustment used when calculating the maximum data value.
getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getSuggestedMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the adjustment used when calculating the maximum data value.
getSuggestedMax() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the adjustment used when calculating the maximum data value.
getSuggestedMin() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
Returns the adjustment used when calculating the minimum data value.
getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getSuggestedMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the adjustment used when calculating the minimum data value.
getSuggestedMin() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the adjustment used when calculating the minimum data value.
getTabIndex() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Returns a number representing the position of the element in the tabbing order.
getTagName() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns the name of the tag for the given element.
getTarget() - Method in class org.pepstock.charba.client.dom.BaseEvent
Returns a reference to the target to which the event was originally dispatched.
getTarget() - Method in class org.pepstock.charba.client.dom.BaseTouch
Returns the element on which the touch point started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that element or even been removed from the document.
getTarget() - Method in class org.pepstock.charba.client.dom.MutationRecord
Returns the node the mutation affected, depending on the MutationType.
getTargetTouches() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns a list of all the touch objects that are both currently in contact with the touch surface and were also started on the same element that is the target of the event.
getTemplate() - Method in class org.pepstock.charba.client.controllers.ControllerTemplate
Returns the controller template a single row.
getTension() - Method in class org.pepstock.charba.client.configuration.Line
Returns the Bézier curve tension (0 for no Bézier curves).
getTension() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns curve tension of the line.
getTension() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getTension() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getTension() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns the Bézier curve tension (0 for no Bézier curves).
getTension() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the Bézier curve tension (0 for no Bézier curves).
getTension() - Method in class org.pepstock.charba.client.options.Line
Returns the Bézier curve tension (0 for no Bézier curves).
getText() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Returns the title text to display, as a list of strings.
getText() - Method in class org.pepstock.charba.client.configuration.LegendTitle
Returns the title text to display.
getText() - Method in class org.pepstock.charba.client.configuration.Title
Returns the title text to display, as a list of strings.
getText() - Method in interface org.pepstock.charba.client.items.HasLegendText
Returns the text that will be displayed
getText() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the label that will be displayed
getText() - Method in class org.pepstock.charba.client.items.LegendTextHandler
Returns the label that will be displayed
getText() - Method in class org.pepstock.charba.client.options.ScaleTitle
Returns the title text to display, as a list of strings.
getText() - Method in class org.pepstock.charba.client.options.Title
Returns the title text to display, as a list of strings.
getTextAlign() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the horizontal alignment of the label text.
getTextAlign() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the horizontal alignment of the label text when multiple lines.
getTextAlign() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the the horizontal alignment of the label text.
getTextAlign() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text alignment being used when drawing the label text.
getTextAlign() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text alignment being used when drawing the label text when multiple lines.
getTextAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getTextAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getTextAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
Returns the the horizontal alignment of the label text.
getTextAlign() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'textAlign' property from element.
getTextAlign() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the current text alignment used when drawing text.
getTextAlign() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the the horizontal alignment of the label text.
getTextAlignCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the horizontal alignment of the label text.
getTextAlignCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the horizontal alignment of the label text when multiple lines.
getTextAlignCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text align callback.
getTextAlignCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text align callback, if set, otherwise null.
getTextAsHtml() - Method in class org.pepstock.charba.client.configuration.LegendTitle
Returns the text that will be displayed, as HTML.
If is not HTML, returns Undefined.STRING.
getTextAsHtml() - Method in interface org.pepstock.charba.client.items.HasLegendText
Returns the label that will be displayed, as HTML.
If is not HTML, returns Undefined.STRING.
getTextAsHtml() - Method in class org.pepstock.charba.client.items.LegendTextHandler
Returns the label that will be displayed, as HTML.
If is not HTML, returns Undefined.STRING.
getTextBaseline() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the current text baseline used when drawing text.
getTextCallback() - Method in class org.pepstock.charba.client.configuration.Title
Returns the text callback, if set, otherwise null.
getTextContent() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns the textual content of an element and all its descendants.
getTextDecoration() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'textDecoration' property from element.
getTextDirection() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the text direction of the legend that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
getTextDirection() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip, regardless of the CSS specified on the canvas.
getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTextDirection() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectionHandler
Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.
getTextDirection() - Method in interface org.pepstock.charba.client.options.HasTextDirection
 
getTextDirection() - Method in class org.pepstock.charba.client.options.TextDirectionHandler
Returns the text direction of the tooltips that will force the text direction on the canvas for rendering the tooltips, regardless of the CSS specified on the canvas.
getTextDirectionHandler() - Method in interface org.pepstock.charba.client.options.HasTextDirection
Returns a text direction handler instance to use in the default methods of this interface.
getTextDirectionHandler() - Method in class org.pepstock.charba.client.options.Legend
 
getTextDirectionHandler() - Method in class org.pepstock.charba.client.options.Tooltips
 
getTextIndent() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'textIndent' property from element.
getTextLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of labels text color of tooltip.
getTextMargin() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns the margin of text when position is Position.OUTSIDE or Position.BORDER.
getTextMargin() - Method in class org.pepstock.charba.client.labels.Label
Returns the margin of text when position is Position.OUTSIDE or Position.BORDER.
getTextOverflow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'textOverflow' property from element.
getTextShadow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'textShadow' property from element.
getTextShadowBlur() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text shadow blur.
getTextShadowBlur() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text shadow blur.
getTextShadowBlurCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text shadow blur callback.
getTextShadowBlurCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text shadow blur callback, if set, otherwise null.
getTextShadowColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text shadow color.
getTextShadowColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text shadow color as string.
getTextShadowColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text shadow color as string.
getTextShadowColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text shadow color callback.
getTextShadowColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text shadow color callback, if set, otherwise null.
getTextStrokeColor() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the text stroke color.
getTextStrokeColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text stroke color.
getTextStrokeColor() - Method in class org.pepstock.charba.client.options.Ticks
Returns the text stroke color.
getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the text stroke color as string.
getTextStrokeColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text stroke color as string.
getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text stroke color as string.
getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getTextStrokeColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the text stroke color as string.
getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
Returns the text stroke color as string.
getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the text stroke color callback, if set, otherwise null.
getTextStrokeColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text stroke color callback.
getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text stroke color callback, if set, otherwise null.
getTextStrokeWidth() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the text stroke width.
getTextStrokeWidth() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text stroke width.
getTextStrokeWidth() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text stroke width.
getTextStrokeWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getTextStrokeWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getTextStrokeWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the text stroke width.
getTextStrokeWidth() - Method in class org.pepstock.charba.client.options.Ticks
Returns the text stroke width.
getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.configuration.Tick
Returns the text stroke width callback, if set, otherwise null.
getTextStrokeWidthCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns the text stroke width callback.
getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns the text stroke width callback, if set, otherwise null.
getThreshold() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
Creates a new threshold cloning the constant one.
getThreshold() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPan
Returns the minimal pan distance required before actually applying pan.
getThreshold() - Method in class org.pepstock.charba.client.zoom.Pan
Returns the minimal pan distance required before actually applying pan.
getThresholds() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Gets all thresholds by an unmodifiable list.
getTick() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
Returns the tick item instance which contains data to be consumed configuring the element.
getTickBorderDash() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the length and spacing of the tick mark line.
getTickBorderDash() - Method in class org.pepstock.charba.client.options.Grid
Returns the length and spacing of the tick mark line.
getTickBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the offset for the line dash of the tick mark.
getTickBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getTickBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getTickBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
Returns the offset for the line dash of the tick mark.
getTickBorderDashOffset() - Method in class org.pepstock.charba.client.options.Grid
Returns the offset for the line dash of the tick mark.
getTickBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the tick border dash offset callback instance.
getTickColor() - Method in class org.pepstock.charba.client.configuration.Grid
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
getTickColor() - Method in class org.pepstock.charba.client.options.Grid
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
getTickColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the color of the tick line.
getTickColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getTickColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getTickColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
Returns the color of the tick line.
getTickColorAsString() - Method in class org.pepstock.charba.client.options.Grid
Returns the color of the tick line.
getTickColorCallback() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the tick color callback instance.
getTickColorsAsString() - Method in class org.pepstock.charba.client.configuration.Grid
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
getTickColorsAsString() - Method in class org.pepstock.charba.client.options.Grid
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
getTickHandler() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
Returns the tick handler.
getTickItems(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TimeTickHandler
Returns a list of time tick items from an array of native objects passed by CHART.JS.
getTickLength() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the length in pixels that the grid will draw in the the axis area.
getTickLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getTickLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getTickLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
Returns the length in pixels that the grid will draw in the the axis area.
getTickLength() - Method in class org.pepstock.charba.client.options.Grid
Returns the length in pixels that the grid will draw in the the axis area.
getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
Returns the ticks element
getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
 
getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
 
getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
 
getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
 
getTicks() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the ticks element.
getTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the ticks defaults.
getTicks() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the list of ticks.
getTicks() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the ticks element.
getTicksWidth() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the width of the tick marks in pixels.
getTicksWidth() - Method in class org.pepstock.charba.client.options.Grid
Returns the width of the tick marks in pixels.
getTickWidth() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the width of the tick mark in pixels.
The first element if set as array.
getTickWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getTickWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getTickWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
Returns the width of the tick mark in pixels.
The first element if set as array.
getTickWidth() - Method in class org.pepstock.charba.client.options.Grid
Returns the width of the tick mark in pixels.
The first element if set as array.
getTickWidthCallback() - Method in class org.pepstock.charba.client.configuration.Grid
Returns the tick width callback instance.
getTime() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
Returns the time element.
getTime() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
Returns the time of time series item.
getTime() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getTime() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getTime() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the time defaults.
getTime() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the time element.
getTimeAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
Returns the axis for time.
getTimer() - Method in class org.pepstock.charba.client.AbstractChart
Returns a CTimer instance inside chart.
getTimer() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getTimer() - Method in interface org.pepstock.charba.client.IsChart
Returns a CTimer instance inside chart.
getTimeSeriesData() - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Returns the data property of a dataset for a chart is specified as an array of time series items.
getTimeSeriesData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Returns the data property of a dataset for a chart is specified as an array of time series items
getTimeSeriesItems(Dataset.TimeSeriesItemFactory, boolean) - Method in class org.pepstock.charba.client.data.Dataset
Returns the data property of a data set for a chart is specified as an array of data points.
getTimeStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getTimeStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the time formatting style to use when calling AbstractFormat.format(java.lang.Object).
getTimeStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the time formatting style to use when calling AbstractFormat.format(java.lang.Object).
getTimeStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getTimeZone() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getTimeZone() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the time zone to use.
getTimeZone() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the time zone to use.
getTimeZone() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getTimeZoneName() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getTimeZoneName() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the representation of the time zone name.
getTimeZoneName() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the representation of the time zone name.
getTimeZoneName() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getTitle() - Method in class org.pepstock.charba.client.ChartNode
Returns the title item.
getTitle() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
Returns the scale title element
getTitle() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the title element.
getTitle() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the legend title element.
getTitle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getTitle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getTitle() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getTitle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getTitle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns the title object defaults.
getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the title defaults.
getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the scale title defaults
getTitle() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the title of the tooltip.
getTitle() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the scale title element.
getTitle() - Method in class org.pepstock.charba.client.options.Legend
Returns the legend title element.
getTitle() - Method in class org.pepstock.charba.client.options.Options
Returns the title element.
getTitleAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the title alignment.
getTitleAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the title alignment.
getTitleAlign() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title alignment.
getTitleBlock() - Method in class org.pepstock.charba.client.Chart
Returns the title node, as native object.
getTitleCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Returns the user title callback.
getTitleColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the title font color.
getTitleColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title font color.
getTitleColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the title font color as string.
getTitleColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the title font color as string.
getTitleColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title font color as string.
getTitleFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the title font element.
getTitleFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the title font.
getTitleFont() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title font element.
getTitleMarginBottom() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the margin to add on bottom of title section.
getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleMarginBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the margin to add on bottom of title section.
getTitleMarginBottom() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the margin to add on bottom of title section.
getTitleSpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the spacing to add to top and bottom of each title line.
getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the spacing to add to top and bottom of each title line.
getTitleSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the spacing to add to top and bottom of each title line.
getTo() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getTo() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getTo() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the end value for the animation as number.
getTo() - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
Returns the ending value of selected scale.
getTo() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the end value for the animation as number.
getToAsBoolean() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getToAsBoolean() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getToAsBoolean() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the end value for the animation as boolean.
getToAsBoolean() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the end value for the animation as number.
getToAsColor() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the end value for the animation as color.
getToAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getToAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getToAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the end value for the animation as color string.
getToAsString() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the end value for the animation as color string.
getToCallback() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getToCallback() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getToCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the callback to set the end value for the animation.
getToCallback() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the callback to set the end value for the animation.
getTooltip() - Method in class org.pepstock.charba.client.Chart
Returns the tooltip node, as native object.
getTooltip() - Method in class org.pepstock.charba.client.ChartNode
Returns the tooltip item.
getTooltip() - Method in class org.pepstock.charba.client.items.PluginTooltipArgument
Returns the tooltip model.
getTooltipActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
Returns the active tooltip elements for the chart.
getTooltipActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getTooltipActiveElements() - Method in interface org.pepstock.charba.client.IsChart
Returns the active tooltip elements for the chart.
getTooltipActiveElements(Chart) - Method in class org.pepstock.charba.client.JsChartHelper
Returns the active tooltip elements for the chart.
getTooltipActiveElements(Chart) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
Returns the active tooltip elements for the chart.
getTooltipFormat() - Method in class org.pepstock.charba.client.configuration.Time
The LUXON format string to use for the tooltip.
getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getTooltipFormat() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
The date format string to use for the tooltip.
getTooltipFormat() - Method in class org.pepstock.charba.client.options.Time
The format string to use for the tooltip.
getTooltipPosition(String) - Method in class org.pepstock.charba.client.positioner.Positioner
Returns the tooltip positioner implementation by tooltip position name.
getTooltips() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the tooltips element.
getTooltips() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getTooltips() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the tooltips defaults.
getTooltips() - Method in class org.pepstock.charba.client.options.Options
Returns the tooltips element.
getTop() - Method in class org.pepstock.charba.client.colors.Area
Returns the top coordinate.
getTop() - Method in class org.pepstock.charba.client.configuration.Padding
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.data.BarBorderWidth
Returns the border width top in pixel.
getTop() - Method in class org.pepstock.charba.client.data.Clip
Returns the clip top.
getTop() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
 
getTop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
 
getTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'top' property from element.
getTop() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
Returns the top.
getTop() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the top of chart area.
getTop() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.options.AbstractPadding
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.options.Padding
Returns the padding top in pixel.
getTopLeft() - Method in class org.pepstock.charba.client.data.BarBorderRadius
Returns the border radius for top-left corner of the rectangle, in pixel.
getTopLeft() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
Returns the border radius for top-left corner of the rectangle, in pixel.
getTopRight() - Method in class org.pepstock.charba.client.data.BarBorderRadius
Returns the border radius for top-right corner of the rectangle, in pixel.
getTopRight() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
Returns the border radius for top-right corner of the rectangle, in pixel.
getTotal(IsChart, AbstractDatasetContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
Calculates the total for data values for NO stacked dataset.
getTotal() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the dataset total value of data.
getTotalForStacked(IsChart, AbstractDatasetContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
Calculates the total for data values for stacked dataset.
getTouches() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns a list of all the touch objects representing all current points of contact with the surface, regardless of target or changed status.
getTransition() - Method in class org.pepstock.charba.client.UpdateConfiguration
Returns the mode which is wrapped.
getTransitions() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
Returns the transitions element.
getTransitions() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
Returns the animation transition element.
getTransitions() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTransitions() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
getTransitions() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationContainer
Returns the animation transition element.
getTransitions() - Method in class org.pepstock.charba.client.options.AnimationContainer
Returns the animation transition element.
getTransitions() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
Returns the animation transition element.
getType() - Method in class org.pepstock.charba.client.AbstractChart
 
getType() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns the type of annotation.
getType() - Method in class org.pepstock.charba.client.annotation.DefaultBox
 
getType() - Method in class org.pepstock.charba.client.annotation.DefaultEllipse
 
getType() - Method in class org.pepstock.charba.client.annotation.DefaultLine
 
getType() - Method in class org.pepstock.charba.client.annotation.DefaultPoint
 
getType() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns the type of annotation.
getType() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxAnnotation
 
getType() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
 
getType() - Method in class org.pepstock.charba.client.callbacks.ChartContext
Returns the type of the context.
getType() - Method in class org.pepstock.charba.client.ChartOptions
Returns the chart type.
getType() - Method in class org.pepstock.charba.client.colors.Gradient
Returns the gradient type.
getType() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
Returns the supported gradient type.
getType(String, boolean) - Static method in enum org.pepstock.charba.client.commons.ObjectType
Returns the java script property type.
getType() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the type of axis.
getType() - Method in interface org.pepstock.charba.client.Controller
Controller must define a unique id in order to be configurable.
Returns the controller id.
getType() - Method in class org.pepstock.charba.client.controllers.AbstractController
 
getType() - Method in class org.pepstock.charba.client.controllers.WrapperController
Returns the controller type.
getType() - Method in class org.pepstock.charba.client.data.Dataset
Returns the type of data set, based on type of chart.
getType(int) - Method in class org.pepstock.charba.client.data.Labels
Returns the type of a label at specific index.
getType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
 
getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
 
getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
 
getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
 
getType() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
Returns the type of from property and determines the interpolator used.
getType() - Method in class org.pepstock.charba.client.dom.BaseEvent
Returns the type of the event.
getType() - Method in class org.pepstock.charba.client.dom.elements.Script
Returns the MIME type of the script.
getType() - Method in class org.pepstock.charba.client.dom.elements.Style
Returns the type of style being applied by this statement.
getType() - Method in enum org.pepstock.charba.client.dom.enums.NodeType
Returns the type integer representation of node.
getType() - Method in class org.pepstock.charba.client.dom.MutationRecord
Returns MutationType.ATTRIBUTES if the mutation was an attribute mutation, MutationType.CHARACTER_DATA if it was a mutation to a CharacterData node, and MutationType.CHILD_LIST if it was a mutation to the tree of nodes.
getType() - Method in class org.pepstock.charba.client.events.AbstractEvent
 
getType() - Method in class org.pepstock.charba.client.events.AddHandlerEvent
 
getType() - Method in class org.pepstock.charba.client.events.ChartEventContext
Returns the type of the event.
getType() - Method in class org.pepstock.charba.client.events.Event
Returns the event type used to register this event to find handlers of the appropriate class.
getType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
 
getType() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getType() - Method in class org.pepstock.charba.client.intl.FormatPart
Returns the type of the part.
getType() - Method in interface org.pepstock.charba.client.IsChart
Returns the type of chart.
getType() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the type of dataset.
getType() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the type of scale
getType() - Method in class org.pepstock.charba.client.options.AnimationCollection
Returns the type of from property and determines the interpolator used.
getType() - Method in class org.pepstock.charba.client.options.Scale
Returns the type of axis.
getType() - Method in class org.pepstock.charba.client.options.TypedDataset
Returns the data set type.
getTypeByString(String) - Method in class org.pepstock.charba.client.controllers.Controllers
Returns the controller type by name as string.
getTypedDataset() - Method in class org.pepstock.charba.client.data.Dataset
Returns the typed data set for the type of the data set.
getTypeNames() - Method in class org.pepstock.charba.client.controllers.Controllers
Gets all global registered controllers types.
getUnit() - Method in class org.pepstock.charba.client.configuration.Time
If defined, will force the unit to be a certain type.
getUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
If defined, will force the unit to be a certain type.
getUnit() - Method in class org.pepstock.charba.client.options.Time
If defined, will force the unit to be a certain type.
getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns the unit formatting style to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getUnitOfMeasureDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns the unit formatting style to use in unit formatting.
getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns the unit formatting style to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns the unit formatting style to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
getUnitsOfMeasure() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns an unmodifiable list of units to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
getUnitsOfMeasure() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
getUnitsOfMeasure() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns an unmodifiable list of units to use in unit formatting.
getUnitsOfMeasure() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns an unmodifiable list of units to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
getUnitsOfMeasure() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
getUnitsOfMeasure() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns an unmodifiable list of units to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
getUserAgent() - Method in class org.pepstock.charba.client.dom.BaseNavigator
Returns the user agent string for the current browser.
Browser identification based on detecting the user agent string is unreliable and is not recommended, as the user agent string is user configurable.
getUTCOffset() - Method in enum org.pepstock.charba.client.intl.enums.TimeZone
Returns the UTC offset of timezone.
getVAlign() - Method in class org.pepstock.charba.client.dom.elements.TableCell
Returns the content of the cell must be vertically aligned.
getVAlign() - Method in class org.pepstock.charba.client.dom.elements.TableRow
Returns the value indicating how the content of the cell must be vertically aligned.
getValue() - Method in class org.pepstock.charba.client.commons.NativeIntegerDescriptor
Gets the value associated with the property.
getValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (int) in the embedded JavaScript object at specific property.
getValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (double) in the embedded JavaScript object at specific property.
getValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (boolean) in the embedded JavaScript object at specific property.
getValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (string) in the embedded JavaScript object at specific property.
getValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (date) in the embedded JavaScript object at specific property.
getValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (JavaScript Object) in the embedded JavaScript object at specific property.
getValue(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (image) in the embedded JavaScript object at specific property.
getValue(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (gradient) in the embedded JavaScript object at specific property.
getValue(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (pattern) in the embedded JavaScript object at specific property.
getValue(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (string) in the embedded JavaScript object at specific property.
getValue(Key, ScaleId) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (ScaleId) in the embedded JavaScript object at specific property.
getValue(Key, T[], T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (key) in the embedded JavaScript object at specific property.
getValue() - Method in class org.pepstock.charba.client.data.FloatingData
Returns the value which is calculating subtracting the start point from end point.
getValue() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
Returns the value of time series item.
getValue() - Method in class org.pepstock.charba.client.dom.BaseAttribute
Returns the attribute's value.
getValue() - Method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
Returns the value to find in the the string.
getValue() - Method in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
 
getValue() - Method in enum org.pepstock.charba.client.enums.Fill
 
getValue() - Method in interface org.pepstock.charba.client.enums.IsFill
Returns the value as string (valid ONLY for relative dataset index and predefined), otherwise Undefined.STRING.
getValue() - Method in class org.pepstock.charba.client.events.AxisClickEvent
Returns the scale value related to the click, or null if not consistent.
getValue() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
 
getValue() - Method in interface org.pepstock.charba.client.impl.charts.IsThreshold
Returns the value of threshold.
getValue() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
Returns the value of meter or gauge dataset.
getValue() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the value of the chart.
getValue() - Method in class org.pepstock.charba.client.impl.charts.Threshold
 
getValue() - Method in class org.pepstock.charba.client.intl.FormatPart
Returns the value of the part.
getValue() - Method in class org.pepstock.charba.client.items.DataItem
Returns the value for the data set if it is or Undefined.DOUBLE.
getValue() - Method in class org.pepstock.charba.client.items.ScaleTickItem
Returns the value of the tick as double.
getValue() - Method in class org.pepstock.charba.client.items.ScaleValueItem
Returns the value for the scale if it is or Undefined.DOUBLE.
getValueAsDataPoint() - Method in class org.pepstock.charba.client.items.DataItem
Returns the value for the data set as DataPoint if it is or null.
getValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the data value to draw the line at.
getValueAsDate() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the data value to draw the line at.
getValueAsDate() - Method in class org.pepstock.charba.client.items.ScaleTickItem
Returns the date of the tick.
getValueAsDate() - Method in class org.pepstock.charba.client.items.ScaleValueItem
Returns the value for the scale as FloatingData if it is or null.
getValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the data value to draw the line at.
getValueAsDouble() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the data value to draw the line at.
getValueAsFloatingData() - Method in class org.pepstock.charba.client.items.DataItem
Returns the value for the data set as FloatingData if it is or null.
getValueAsInt() - Method in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
 
getValueAsInt() - Method in enum org.pepstock.charba.client.enums.Fill
 
getValueAsInt() - Method in interface org.pepstock.charba.client.enums.IsFill
Returns the value as integer (valid ONLY for absolute dataset index), otherwise Undefined.INTEGER.
getValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the data value to draw the line at.
getValueAsString() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the data value to draw the line at.
getValueAsString() - Method in class org.pepstock.charba.client.items.DataItem
Returns the value for the data set as string if it is or Undefined.STRING.
getValueAsString() - Method in class org.pepstock.charba.client.items.ScaleTickItem
Returns the value of the tick as string.
getValueAsString() - Method in class org.pepstock.charba.client.items.ScaleValueItem
Returns the value for the scale as string if it is or Undefined.STRING.
getValueAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the value on the axis related to an event position.
getValueAtPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the value on the axis related to a position, passed as pixels.
getValueAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the value axis ID.
getValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
Returns the callback called to set the data value to draw the line at.
getValueCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Returns the callback called to set the left edge of the box, in units along the x axis.
getValueForMultipleKeyTypes(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the value of a property checking if the type of current value is a STRING.
getValueForMultipleKeyTypes(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the value of a property checking if the type of current value is a NUMBER.
getValueForMultipleKeyTypes(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the value of a property checking if the type of current value is a OBJECT (as a date).
getValueForPixel(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getValueForPixel(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getValueForPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
getValueMaximumRatio() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the ratio between value and maximum.
getValueOrArray(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
getValueOrArray(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
getValueOrArray(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
getValueOrArray(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
getValueOrArray(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
getValueOrArray(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
getValueOrArray(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a key.
getValueScale() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the value scale item or null if not exists.
If IndexAxis = IndexAxis.Y then iScale === yScale and vScale === xScale.
For radar, iScale === vScale === rScale.
getVariantAndExtension() - Method in class org.pepstock.charba.client.intl.CLocale
Returns the variant and extension parts of the locale.
It could be null.
getVariantAndExtension() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
Returns the variant and extension part of locale.
getVerticalAlign() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'verticalAlign' property from element.
getVisibility() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'visibility' property from element.
getVisibleDatasetCount() - Method in class org.pepstock.charba.client.AbstractChart
Returns the amount of data sets which are visible
getVisibleDatasetCount() - Method in class org.pepstock.charba.client.Chart
Gets the amount of datasets which are visible
getVisibleDatasetCount() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getVisibleDatasetCount() - Method in interface org.pepstock.charba.client.IsChart
Returns the amount of datasets which are visible
getWeek() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the week format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getWeekDay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getWeekDay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the representation of the WeekDay.
getWeekDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the representation of the WeekDay.
getWeekDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getWeight() - Method in class org.pepstock.charba.client.configuration.Arc
Returns the relative thickness of the data set.
Providing a value for weight will cause the pie or doughnut data set to be drawn with a thickness relative to the sum of all the data set weight values.
getWeight() - Method in class org.pepstock.charba.client.configuration.Axis
The weight used to sort the axis.
Higher weights are further away from the chart area.
getWeight() - Method in class org.pepstock.charba.client.configuration.Font
Returns the font weight, follows CSS font-style-weight options.
getWeight() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
 
getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
 
getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
 
getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle.InternalTitleFont
 
getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalFooterFont
 
getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalTitleFont
 
getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
Returns the font weight, follows CSS font-style-weight options.
getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
The weight used to sort the axis.
getWeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the weight.
getWeight() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns the relative thickness of the dataset.
getWeight() - Method in class org.pepstock.charba.client.options.AbstractFont
 
getWeight() - Method in class org.pepstock.charba.client.options.AbstractScale
The weight used to sort the axis.
getWeight() - Method in class org.pepstock.charba.client.options.Arc
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
getWeight() - Method in class org.pepstock.charba.client.options.Font
Returns the font weight, follows CSS font-style-weight options.
getWheel() - Method in class org.pepstock.charba.client.zoom.DefaultZoom
 
getWheel() - Method in interface org.pepstock.charba.client.zoom.IsDefaultZoom
Returns the wheel-to-zoom effect.
getWheel() - Method in class org.pepstock.charba.client.zoom.Zoom
Returns the wheel-to-zoom effect.
getWhiteSpace() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'whiteSpace' property from element.
getWholeOptions() - Method in class org.pepstock.charba.client.AbstractChart
Returns the default options by a chart instance, merging global, chart type global and chart options.
If the options is not consistent, it will returns the AbstractChart.getDefaultChartOptions().
getWholeOptions() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
getWholeOptions() - Method in interface org.pepstock.charba.client.IsChart
Returns the default options by a chart instance, merging global, chart type global and chart options.
getWidth() - Method in class org.pepstock.charba.client.Chart
Returns the width in pixel.
getWidth() - Method in class org.pepstock.charba.client.ChartNode
Returns the width in pixel.
getWidth() - Method in class org.pepstock.charba.client.colors.Pattern
Returns the image width used in the pattern.
getWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'width' property from element.
getWidth() - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns a positive integer reflecting the width HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used.
getWidth() - Method in class org.pepstock.charba.client.dom.elements.Img
Returns the value that reflects the width attribute, indicating the rendered width of the image in CSS pixels.
getWidth() - Method in class org.pepstock.charba.client.dom.elements.Table
Returns the length in pixels or in percentage of the desired width fo the entire table.
getWidth() - Method in class org.pepstock.charba.client.dom.elements.TableCell
Returns the number of pixels wide the cell should be drawn, if possible.
getWidth() - Method in class org.pepstock.charba.client.dom.elements.TextMetricsItem
Return the value giving the calculated width of a segment of inline text in CSS pixels.
It takes in the account the current font of the context..
getWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the width of selection cleaner element.
getWidth() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the width in pixel.
getWidth() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the width of data set item in pixel.
getWidth() - Method in class org.pepstock.charba.client.items.SizeItem
Returns the width of the chart item in pixel.
getWidth() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the width of tooltip.
getWidths(Key, int) - Method in class org.pepstock.charba.client.data.HovingDataset
 
getWidths(Key, int) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns an array of widths as integer
getWordSpacing() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'wordSpacing' property from element.
getWordWrap() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'wordWrap' property from element.
getX() - Method in class org.pepstock.charba.client.colors.Center
Returns the X coordinate.
getX() - Method in class org.pepstock.charba.client.commons.AbstractPoint
Returns the X coordinate of the point.
getX() - Method in class org.pepstock.charba.client.data.DataPoint
Returns X value as double (for scatter and bubble datasets).
getX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the horizontal coordinate of the event relative to the current layer.
getX() - Method in class org.pepstock.charba.client.events.ChartEventContext
Returns the X location of event in pixel.
getX() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the X point of selection cleaner element.
getX() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the X location of data set item in pixel.
getX() - Method in class org.pepstock.charba.client.items.DatasetPoint
Returns X value.
getX() - Method in class org.pepstock.charba.client.items.Parsed
Returns the X value of the point.
getX() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the X location of tooltip.
getX() - Method in class org.pepstock.charba.client.zoom.EventPoint
Returns the X coordinate of the point.
getX() - Method in interface org.pepstock.charba.client.zoom.IsDefaultLimits
Returns the limit for X scale.
getX() - Method in class org.pepstock.charba.client.zoom.Limits
Returns the limit for X scale.
getXAdjust() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center.
getXAdjust() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center.
getXAdjustCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
getXAdjustCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
getXAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the alignment of the tooltip caret in the X direction.
getXAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getXAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getXAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the alignment of the tooltip caret in the X direction.
getXAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the alignment of the tooltip caret in the X direction.
getXAlign() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the alignment of the tooltip caret in the X direction.
getXAsDate() - Method in class org.pepstock.charba.client.data.DataPoint
Returns X value as date for time series.
getXAsString() - Method in class org.pepstock.charba.client.data.DataPoint
Returns X value as string.
getXAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID of DefaultScaleId.X.
getXAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID of DefaultScaleId.X.
getXAxisID() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the ID of the x axis to plot this dataset on.
getXAxisID() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
Returns the ID of the x axis to plot this dataset on.
If not specified, this defaults to the ID of the first found x axis.
getXAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the X axis ID.
getXCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the X center of scale.
getXLabels() - Method in class org.pepstock.charba.client.data.Data
Returns the labels for X axes.
getXLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
Returns the labels for X axes.
getXMaxAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the right edge of the box.
getXMaxAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the right edge of the box.
getXMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the right edge of the box.
getXMaxAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the right edge of the box.
getXMaxAsString() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the right edge of the box.
getXMaxAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the right edge of the box.
getXMaxCallback() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the callback called to set the right edge of the box.
getXMaxCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the callback called to set the right edge of the box.
getXMinAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the left edge of the box, in units along the x axis.
getXMinAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the left edge of the box, in units along the x axis.
getXMinAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the left edge of the box, in units along the x axis.
getXMinAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the left edge of the box, in units along the x axis.
getXMinAsString() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the left edge of the box, in units along the x axis.
getXMinAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the left edge of the box, in units along the x axis.
getXMinCallback() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the callback called to set the left edge of the box, in units along the x axis.
getXMinCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the callback called to set the left edge of the box, in units along the x axis.
getXObjectType() - Method in class org.pepstock.charba.client.data.DataPoint
Returns the object type of data stored as X.
getXPadding() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the padding of label to add left and right.
getXPadding() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the padding of label to add left and right.
getXPaddingCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the padding of label to add left and right.
getXPaddingCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the padding of label to add left and right.
getXScale() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the X scale item or null if not exists.
getXScaleID() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the ID of the X scale to bind onto.
getXScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
 
getXScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the ID of the X scale to bind onto.
getXScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the ID of the X scale to bind onto.
getXScaleID() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the ID of the X scale to bind onto.
getXValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the data X value to draw the point at.
getXValueAsDate() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the data X value to draw the line at.
getXValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the data X value to draw the point at.
getXValueAsDouble() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the data X value to draw the line at.
getXValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the data X value to draw the point at.
getXValueAsString() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the data X value to draw the line at.
getXValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the callback called to set the data X value to draw the line at.
getXValueCallback() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the callback called to set the data X value to draw the line at.
getY() - Method in class org.pepstock.charba.client.colors.Center
Returns the Y coordinate.
getY() - Method in class org.pepstock.charba.client.commons.AbstractPoint
Returns the Y coordinate of the point.
getY() - Method in class org.pepstock.charba.client.data.DataPoint
Returns Y value.
getY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns the vertical coordinate of the event relative to the current layer.
getY() - Method in class org.pepstock.charba.client.events.ChartEventContext
Returns the Y location of event in pixel.
getY() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns the Y point of selection cleaner element.
getY() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns the Y location of data set item in pixel.
getY() - Method in class org.pepstock.charba.client.items.DatasetPoint
Returns Y value.
getY() - Method in class org.pepstock.charba.client.items.Parsed
Returns the Y value of the point.
getY() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the Y location of tooltip.
getY() - Method in class org.pepstock.charba.client.zoom.EventPoint
Returns the Y coordinate of the point.
getY() - Method in interface org.pepstock.charba.client.zoom.IsDefaultLimits
Returns the limit for Y scale.
getY() - Method in class org.pepstock.charba.client.zoom.Limits
Returns the limit for Y scale.
getYAdjust() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center.
getYAdjust() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center.
getYAdjustCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
getYAdjustCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
getYAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the alignment of the tooltip caret in the Y direction.
getYAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getYAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getYAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the alignment of the tooltip caret in the Y direction.
getYAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the alignment of the tooltip caret in the Y direction.
getYAlign() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the alignment of the tooltip caret in the Y direction.
getYAsFloatingData() - Method in class org.pepstock.charba.client.data.DataPoint
Returns Y value.
getYAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the ID of the y axis to plot this data set on.
getYAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the ID of the y axis to plot this data set on.
getYAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the Y axis ID.
getYCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the Y center of scale.
getYear() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
Returns the year format provided by adapter.
If not set, returns Constants.EMPTY_STRING.
getYear() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
getYear() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns the representation of the Year.
getYear() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns the representation of the Year.
getYear() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
getYLabels() - Method in class org.pepstock.charba.client.data.Data
Returns the labels for Y axes.
getYLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
Returns the labels for Y axes.
getYMaxAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the top edge of the box in units along the y axis.
getYMaxAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the top edge of the box in units along the y axis.
getYMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the top edge of the box in units along the y axis.
getYMaxAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the top edge of the box in units along the y axis.
getYMaxAsString() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the top edge of the box in units along the y axis.
getYMaxAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the top edge of the box in units along the y axis.
getYMaxCallback() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the callback called to set the top edge of the box in units along the y axis.
getYMaxCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the callback called to set the right edge of the box.
getYMinAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the bottom edge of the box.
getYMinAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the bottom edge of the box.
getYMinAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the bottom edge of the box.
getYMinAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the bottom edge of the box.
getYMinAsString() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the bottom edge of the box.
getYMinAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the bottom edge of the box.
getYMinCallback() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the callback called to set the bottom edge of the box.
getYMinCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the callback called to set the left edge of the box, in units along the x axis.
getYObjectType() - Method in class org.pepstock.charba.client.data.DataPoint
Returns the object type of data stored as Y.
getYPadding() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the padding of label to add top and bottom.
getYPadding() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the padding of label to add top and bottom.
getYPaddingCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns the callback called to set the padding of label to add top and bottom.
getYPaddingCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns the callback called to set the padding of label to add top and bottom.
getYScale() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the Y scale item or null if not exists.
getYScaleID() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Returns the ID of the Y scale to bind onto.
getYScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
 
getYScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the ID of the Y scale to bind onto.
getYScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
Returns the ID of the Y scale to bind onto.
getYScaleID() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the ID of the Y scale to bind onto.
getYValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the data Y value to draw the point at.
getYValueAsDate() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the data Y value to draw the line at.
getYValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the data Y value to draw the point at.
getYValueAsDouble() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the data Y value to draw the line at.
getYValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the data Y value to draw the point at.
getYValueAsString() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the data Y value to draw the line at.
getYValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
Returns the callback called to set the data Y value to draw the line at.
getYValueCallback() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Returns the callback called to set the data Y value to draw the line at.
getZ() - Method in class org.pepstock.charba.client.configuration.Grid
Returns z-index of grid line layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
getZ() - Method in class org.pepstock.charba.client.configuration.Tick
Returns z-index of tick layer.
getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
Returns z-index of grid layer.
Values less than or equals to 0 are drawn under data sets, greater than 0 on top.
getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns z-index of tick layer.
getZ() - Method in class org.pepstock.charba.client.options.Grid
Returns z-index of grid line layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
getZ() - Method in class org.pepstock.charba.client.options.Ticks
Returns z-index of tick layer.
getZone() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON.
getZone() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON.
getZone() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
 
getZone() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
 
getZone() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON.
getZone() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON.
getZoom() - Method in class org.pepstock.charba.client.zoom.DefaultOptions
 
getZoom() - Method in interface org.pepstock.charba.client.zoom.IsDefaultOptions
Returns the zoom element.
getZoom() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
Returns the zoom element.
GlobalOptions - Class in org.pepstock.charba.client
Default global options (maps the java script object chart.defaults.global).
GlobalOptions(NativeObject) - Constructor for class org.pepstock.charba.client.GlobalOptions
Creates the object with the native object which maps the java script object chart.defaults.global.
GlobalOptions.GlobalPlugins - Class in org.pepstock.charba.client
Extends the options element to configure plugins in order to request to the plugin by its options to merge the original defaults, otherwise the defaults of plugin will be lost.
GlobalPlugins(ChartEnvelop<Plugins>) - Constructor for class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
Creates the object getting the original instance of Plugins} in the Options, in order to override the setOptions method to force the merge.
GlobalPlugins - Class in org.pepstock.charba.client.plugins
Global configuration to set plugins at global level.
It maps the CHART.JS object of default, chart.plugins.
GlobalPlugins() - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins
Builds the object by the native object which maps chart.registry.plugins
GlobalPlugins.InternalPlugins - Class in org.pepstock.charba.client.plugins
 
GlobalScale - Class in org.pepstock.charba.client
Default global scale (maps the java script object Chart.defaults.scale and the result of Chart.scaleService).
GlobalScale(NativeObject) - Constructor for class org.pepstock.charba.client.GlobalScale
Creates the object with the native object which maps the java script object chart.defaults.scale.
GoogleChartColor - Enum in org.pepstock.charba.client.colors
Google Chart colors provided as enumeration of colors.
GoogleChartColor(String) - Constructor for enum org.pepstock.charba.client.colors.GoogleChartColor
Creates a color with HEX value.
GoogleChartScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
Contains all scheme definitions to map the Google chart schemes.
To configure ColorSchemes.ID plugin, where category is "googlechart".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
If the number of the datasets is larger than it, the same colors will appear repeatedly.
A color is not modified if it is specified by dataset options.
GoogleChartScheme(IsColor...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
Builds a scheme using argument as list of colors in HEX format.
Gradient - Class in org.pepstock.charba.client.colors
A gradient is an image consisting of a progressive transition between two or more colors.
Could be Linear or Radial.
Can be created using the size of CANVAS or CHART area.
The orientation to have a progressive transition, is defined by an enumeration in order to creates the gradient using the right coordinates and dimension, based on existing items (canvas and chart).
Gradient(String, GradientType, GradientOrientation, GradientScope, List<GradientColor>) - Constructor for class org.pepstock.charba.client.colors.Gradient
Creates a gradient by a type, an orientation, a scope and the whole list of stop colors.
Gradient(NativeObject) - Constructor for class org.pepstock.charba.client.colors.Gradient
Internal constructor to create a gradient, previously stored in the a native java script object
gradient - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
Gradient.Property - Enum in org.pepstock.charba.client.colors
Name of properties of native object.
GRADIENT_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.Utilities
Template to create CSS value of gradient, to use for background-image CSS property.
The template for a GradientType.LINEAR is:
linear-gradient(direction, color-stop1, color-stop2, ...)
The template for a GradientType.RADIAL is:
radial-gradient(shape size at position, start-color, ..., last-color)
See the following links how CSS gradient has been created:
GradientType.LINEAR: https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient
GradientType.RADIAL: https://developer.mozilla.org/en-US/docs/Web/CSS/radial-gradient
GradientBuilder - Class in org.pepstock.charba.client.colors
The gradient builder is the entry point to create a canvas gradient.
A gradient is an image consisting of a progressive transition between two or more colors.
Could be Linear or Radial.
Can be created using the size of CANVAS or CHART area.
The orientation to have a progressive transition, is defined by an enumeration in order to creates the gradient using the right coordinates and dimension, based on existing items (canvas and chart).
GradientBuilder(GradientType, GradientOrientation, GradientScope) - Constructor for class org.pepstock.charba.client.colors.GradientBuilder
Creates a gradient by a type, an orientation and a scope.
GradientColor - Class in org.pepstock.charba.client.colors
Contains the color and its offset to set a gradient.
GradientColor(double, IsColor) - Constructor for class org.pepstock.charba.client.colors.GradientColor
Creates a stopping gradient with its offset.
GradientColor(double, String) - Constructor for class org.pepstock.charba.client.colors.GradientColor
Creates a stopping gradient with its offset.
GradientColor(NativeObject) - Constructor for class org.pepstock.charba.client.colors.GradientColor
Creates a stopping gradient starting from existing native object.
GradientColor.GradientColorFactory - Class in org.pepstock.charba.client.colors
Inner class to create pattern by a native object.
GradientColor.Property - Enum in org.pepstock.charba.client.colors
Name of properties of native object.
GradientColorFactory() - Constructor for class org.pepstock.charba.client.colors.GradientColor.GradientColorFactory
 
GradientContainerFactory() - Constructor for class org.pepstock.charba.client.data.GradientsContainer.GradientContainerFactory
 
GradientOrientation - Enum in org.pepstock.charba.client.colors
Represents the gradient orientation for gradient.
Every orientation contains also on which gradient type can be applied.
GradientOrientation(String, GradientType, String) - Constructor for enum org.pepstock.charba.client.colors.GradientOrientation
Creates the orientation with supported gradient type
GRADIENTS - Static variable in class org.pepstock.charba.client.colors.GradientBuilder
 
gradientsCache - Variable in class org.pepstock.charba.client.colors.CanvasObjectFactory
 
gradientsContainer - Variable in class org.pepstock.charba.client.data.Dataset
 
GradientsContainer - Class in org.pepstock.charba.client.data
Utility to manage the gradients inside the configuration item of dataset, setting to the specific properties of the elements.
It stores the gradients information in the a native object added to Charba configuration, on specific property names for Charba.
The canvas object are stored in the native object by the "original" property names to use to configure CHART.JS.
GradientsContainer(Dataset) - Constructor for class org.pepstock.charba.client.data.GradientsContainer
Creates the object by an empty native java script object and stores the dataset instance it belongs to.
GradientsContainer.GradientContainerFactory - Class in org.pepstock.charba.client.data
Factory to create a gradients objects from a native object.
GradientScope - Enum in org.pepstock.charba.client.colors
A gradient needs to have coordinates and/or radius to be created.
The dimension to create a gradient are decided by Charba, automatically based on canvas or chart area element.
GradientScope(String) - Constructor for enum org.pepstock.charba.client.colors.GradientScope
Creates with the property value to use in the native object.
GradientType - Enum in org.pepstock.charba.client.colors
A gradient must have a type.
The possible types are:
LINEAR RADIAL
GradientType(String, String) - Constructor for enum org.pepstock.charba.client.colors.GradientType
Creates with the property value to use in the native object.
GREATER_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
 
greaterThanOrDefault(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is greater than number and returns it.
greaterThanOrDefault(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is greater than number and returns it.
greaterThanOrThreshold(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is greater than number and returns it.
greaterThanOrThreshold(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is greater than number and returns it.
greaterThanOrZero(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is greater than number and returns it.
greaterThanOrZero(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is greater than number and returns it.
green - Variable in class org.pepstock.charba.client.colors.Color
 
grid - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
 
Grid - Class in org.pepstock.charba.client.configuration
The grid line configuration defines options for the grid that run perpendicular to the axis.
Grid(Axis) - Constructor for class org.pepstock.charba.client.configuration.Grid
Builds the object storing the axis which this grid belongs to.
grid - Variable in class org.pepstock.charba.client.configuration.RadialAxis
 
grid - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
grid - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
grid - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
grid - Variable in class org.pepstock.charba.client.options.AbstractScale
 
Grid - Class in org.pepstock.charba.client.options
The grid line configuration defines options for the grid that run perpendicular to the axis.
Grid(AbstractScale, Key, IsDefaultGrid, NativeObject) - Constructor for class org.pepstock.charba.client.options.Grid
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
Grid.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
Grid.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
groups(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.utils.RegExpResult
Returns the object to refer to certain token by string that a regular expression matches.
GT - Static variable in class org.pepstock.charba.client.commons.Constants
Constants for GREATER THAN, ">".
GWT_PROPERTY_KEY - Static variable in class org.pepstock.charba.client.intl.CLocale
DOM element id for meta element where to set the GWT property
GwtMaterialColor - Enum in org.pepstock.charba.client.colors
GWT material color constants.
GwtMaterialColor(String) - Constructor for enum org.pepstock.charba.client.colors.GwtMaterialColor
Creates a color with HEX value.
GwtMaterialScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
Contains all scheme definitions to map the GWT material schemes.
To configure ColorSchemes.ID plugin, where category is "gwtmaterial".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
GwtMaterialScheme(IsColor...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
Builds a scheme using argument as list of colors in HEX format.

H

HALF_PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
 
handleCallbackResultAsColor(C, Object, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
handleClickEventOnElements(BaseNativeEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Check if the click event on title or axis of chart and manage it firing the event.
handleDatasetSelection(BaseNativeEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Check if the click event on chart and manage it fire a CHARBA data set selection event.
handleDeferredHandlerActions() - Method in class org.pepstock.charba.client.events.EventBus
Performs all deferred actions, if there are.
handleEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
This method has been invoked by legend elements when an event fires by them.
handleHashCode(NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeObjectHashing
Sets the hashCode value to native object, defining the property as not enumerable and not configurable.
handleMultiScalesType(ChartOptions, NativeObject, NativeObject) - Method in class org.pepstock.charba.client.commons.Merger
Manages the merge of options for chart with multiple scales.
handler - Variable in class org.pepstock.charba.client.events.HandlerRegistration
 
HandlerManager - Class in org.pepstock.charba.client.events
Manager to add, remove event handlers and firing events to registered handlers.
This is currently implemented by all charts.
HandlerManager() - Constructor for class org.pepstock.charba.client.events.HandlerManager
Creates an empty handler manager
HandlerRegistration - Class in org.pepstock.charba.client.events
Registration objects returned when an event handler is bound, used to deregister.
HandlerRegistration(HandlerManager, EventHandler, EventType) - Constructor for class org.pepstock.charba.client.events.HandlerRegistration
Creates a handler registration in order to enable the handler removing.
handlerRegistrations - Variable in class org.pepstock.charba.client.AbstractChart
 
handlers - Variable in class org.pepstock.charba.client.ChartObserver
 
handlers - Variable in class org.pepstock.charba.client.commons.CallbackPropertyManager
 
handlers - Variable in class org.pepstock.charba.client.events.EventBus
 
handlerType - Variable in class org.pepstock.charba.client.events.AbstractHandlerEvent
 
handleScaleSelection(BaseNativeEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Check if the click event on chart and manage it fire a CHARBA scale selection event.
handleTitleSelection(BaseNativeEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Check if the click event on chart and manage it fire a CHARBA title selection event.
has(Object, String) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns a boolean indicating whether the object has the specified property as its own property.
has(Object, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
Returns a boolean indicating whether the object has the specified property as its own property.
has(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns true if the embedded JavaScript object contains an element at specific property.
has(Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns true if the embedded JavaScript object contains an element at all properties.
has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
Returns true if an animation collection instance is stored in the the animation options.
has(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
Returns true if an animation transition instance is stored in the the animation options.
has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
 
has(TransitionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
 
has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
 
has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
 
has(TransitionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
 
has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
 
has(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimations
Returns true if an animation collection instance is stored in the the animation options.
has(TransitionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultTransitions
Returns true if an animation transition instance is stored in the the animation options.
has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
Returns true if an animation collection instance is stored in the the animation options.
has(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
Returns true if an animation transition instance is stored in the the animation options.
has(String) - Method in class org.pepstock.charba.client.plugins.Plugins
Returns true if a plugin is already added, otherwise false.
has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
Returns true if an animation collection instance is stored in the the animation options.
HasAnimation - Interface in org.pepstock.charba.client.configuration
Defines a configuration element which is managing the ANIMATION options.
It has being used in the options and datasets instances where ANIMATION is required.
HasAnimationOptions - Interface in org.pepstock.charba.client.options
Defines a configuration element which is managing the animation options items, ANIMATION, ANIMATIONS and TRANSITIONS.
hasAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
Returns true if the annotation with the id passed as argument exists.
hasAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
Returns true if the annotation with the id passed as argument exists.
hasAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Returns true if the annotation with the id passed as argument exists.
hasAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Returns true if the annotation with the id passed as argument exists.
hasAnnotation(AnnotationId) - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
Returns true if the annotation with the id passed as argument exists.
hasAttributes() - Method in class org.pepstock.charba.client.callbacks.ChartContext
Checks if there is any attribute node.
hasAttributes() - Method in class org.pepstock.charba.client.dom.BaseElement
Returns a boolean indicating whether the current element has any attributes or not.
hasAxis(String) - Method in class org.pepstock.charba.client.options.Scales
Returns true if the scale with the id passed as argument exists.
hasAxis(ScaleId) - Method in class org.pepstock.charba.client.options.Scales
Returns true if the scale with the id passed as argument exists.
hasAxisClickHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns true if there is any axis click handler, otherwise false.
HasBackgroundColor - Interface in org.pepstock.charba.client.annotation
Interface to map the background color options.
HasBarDatasetOptions - Interface in org.pepstock.charba.client.options
Defines a BAR dataset properties of options in order to use the same logic between datasets and options/configuration.
HasBarStackGroup - Interface in org.pepstock.charba.client.data
Manages the stack properties for datasets which this property is required.
HasBorderAlign - Interface in org.pepstock.charba.client.data
Manages the border align properties for datasets which this property is required.
HasBox - Interface in org.pepstock.charba.client.options
Interface to map the text direction options.
HasCallbackScope - Interface in org.pepstock.charba.client.commons
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
hasChartScope() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
Checks and returns true if there is a scope related to a chart instance.
hasChildNodes() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns a boolean indicating whether or not the element has any child nodes.
hasClickHandlers() - Method in class org.pepstock.charba.client.configuration.Legend
Returns true if there is any legend click handler, otherwise false.
hasColors(Key) - Method in class org.pepstock.charba.client.data.Dataset
Returns true if the color (selected by its property name) is not both a gradient not a pattern, otherwise false.
hasColorScheme(String, String) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
Returns true if the color scheme, retrievable by category and name, is stored in the cache.
hasContent() - Method in interface org.pepstock.charba.client.commons.Envelop
Returns true if the content of envelop is not null.
hasContent() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
 
HasDataPoints - Interface in org.pepstock.charba.client.data
Interface to define if a dataset can contains data points.
HasDataset - Interface in org.pepstock.charba.client.data
Interface to get a dataset instance.
hasDatasetSelection(IsChart, BaseNativeEvent, List<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
Returns true if the cursor is over to a dataset, otherwise false.
hasDatasetSelectionHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns true if there is any data set selection handler, otherwise false.
hasEnabled(String) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns if a global plugin has been set or not.
hasEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
Returns if a global plugin has been set or not.
HasFill - Interface in org.pepstock.charba.client.options
Defines a configuration element which is managing the FILL property.
It has being used in the options and datasets instances where FILL is required.
HasFont - Interface in org.pepstock.charba.client.options
Interface to map the font and color options.
hasGradients(Key) - Method in class org.pepstock.charba.client.data.Dataset
Returns true if the color (selected by its property name) is a gradient, otherwise false.
HASH_CODE_PROPERTY - Static variable in class org.pepstock.charba.client.commons.NativeObjectHashing
 
hashCode() - Method in class org.pepstock.charba.client.colors.CanvasObject
 
hashCode() - Method in class org.pepstock.charba.client.colors.Gradient
 
hashCode() - Method in class org.pepstock.charba.client.colors.Pattern
 
hashCode() - Method in class org.pepstock.charba.client.controllers.ControllerType
 
hashCode() - Method in interface org.pepstock.charba.client.dom.safehtml.SafeHtml
Returns a hash code value for the object.
hashCode() - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
 
hashCode() - Method in class org.pepstock.charba.client.events.EventType
 
hashCode() - Method in class org.pepstock.charba.client.intl.CLocale
 
hashCode() - Method in class org.pepstock.charba.client.options.AbstractStandardKey
 
hashCode() - Method in class org.pepstock.charba.client.options.AbstractTypedAnimationKey
 
hashCode() - Method in class org.pepstock.charba.client.options.StandardAnimationCollection
 
hashCode() - Method in class org.pepstock.charba.client.options.StandardAnimationProperty
 
HASHCODE_PROPERTY_SUFFIX - Static variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
 
hashCodeProperty - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
 
hasHoverHandlers() - Method in class org.pepstock.charba.client.configuration.Legend
Returns true if there is any legend hover handler, otherwise false.
hasId() - Method in class org.pepstock.charba.client.colors.CanvasObject
Returns true if the unique canvas object id exists.
hasId() - Method in class org.pepstock.charba.client.colors.CanvasObject.InternalGradient
Returns true if the Id.CHARBA_ID is stored.
hasKeyByValue(T[], String) - Static method in interface org.pepstock.charba.client.commons.Key
Returns true if a key in the an enumeration is related to the value, otherwise false.
hasLabel(DataLabelId) - Method in interface org.pepstock.charba.client.datalabels.IsDefaultLabels
Returns true if there is a stored options for specific key.
hasLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns true if there is a stored options for specific id.
hasLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns true if there is a stored options for specific key.
hasLabel(LabelId) - Method in interface org.pepstock.charba.client.labels.IsDefaultOptions
Returns true if the label with the id passed as argument exists.
hasLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns true if the label with the id passed as argument exists.
hasLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns true if the label with the id passed as argument exists.
HasLabels - Interface in org.pepstock.charba.client.data
Manages the LABELS properties for datasets and options which this property is required.
hasLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.Legend
Returns true if there is any legend leave handler, otherwise false.
hasLegendSelection(IsChart, BaseNativeEvent, List<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
Returns true if the cursor is over to the legend, otherwise false.
HasLegendText - Interface in org.pepstock.charba.client.items
Interface to map object which contains a text to show inside a legend element.
Used by LegendItem and LegendTitle.
HasLineOptions - Interface in org.pepstock.charba.client.configuration
Implements options for chart with span gaps.
hasLocale() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Returns true if the options are containing the locale property.
hasNative(IsChart) - Static method in class org.pepstock.charba.client.Charts
Returns true if there is a CHART.JS chart instance by chart instance.
hasNative(String) - Static method in class org.pepstock.charba.client.Charts
Returns true if there is a CHART.JS chart instance by id.
hasNext() - Method in class org.pepstock.charba.client.commons.IteratorImpl
Returns true if the iteration has more elements.
hasObjects(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
Returns true if there is a canvas object stored by passed key, otherwise false.
hasOptions(String) - Method in class org.pepstock.charba.client.configuration.Plugins
Checks if there is any options for a specific plugin, by its id.
hasOptions(String) - Method in class org.pepstock.charba.client.data.Dataset
Checks if there is any data set configuration for a specific plugin, by its id.
hasOptions(String) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
 
hasOptions(String) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
 
hasOptions(String) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
Checks if there is any options for a specific plugin, by its id.
hasOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
Checks if there is any options for a specific plugin, by its id.
HasOrder - Interface in org.pepstock.charba.client.data
Manages the order properties for datasets which this property is required.
hasPattern() - Method in interface org.pepstock.charba.client.data.Dataset.CanvasObjectKey
Returns true is able to manage also Pattern or CanvasPatternItem, otherwise it skips them.
hasPattern - Variable in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
 
hasPattern() - Method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
 
hasPattern - Variable in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
 
hasPattern() - Method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
 
hasPatterns(Key) - Method in class org.pepstock.charba.client.data.Dataset
Returns true if the color (selected by its property name) is a pattern, otherwise false.
HasPointFillStrokeStyles - Interface in org.pepstock.charba.client.data
This is an interface to set a dataset has container of fill and stroke style based on point background and border color.
Out of the box ONLY LiningDataset has implemented this interface
HasPointStyle - Interface in org.pepstock.charba.client.options
Interface to manage the style of the point options.
hasPrevious() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns a boolean indicating whether the object has the specified property as its own property.
hasScaleSelection(IsChart, BaseNativeEvent, List<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
Returns true if the cursor is over to a scale, otherwise false.
HasSpanGaps - Interface in org.pepstock.charba.client.options
Defines a configuration element which is managing the SPANGAPS property.
It has being used in the options and datasets instances where SPANGAPS is required.
HasTextDirection - Interface in org.pepstock.charba.client.options
Interface to map the text direction options.
HasTimeSeriesItems - Interface in org.pepstock.charba.client.data
Interface to define if a dataset can contains time series items.
hasTitleClickHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns true if there is any title click handler, otherwise false.
hasTitleSelection(IsChart, BaseNativeEvent, List<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
Returns true if the cursor is over to the title, otherwise false.
hasTooltipPosition(String) - Method in class org.pepstock.charba.client.positioner.Positioner
Returns true if the custom positioner has been registered, otherwise false.
Head - Class in org.pepstock.charba.client.dom.elements
Contains the descriptive information, or metadata, for a document.
Head() - Constructor for class org.pepstock.charba.client.dom.elements.Head
To avoid any instantiation
Heading - Class in org.pepstock.charba.client.dom.elements
Represents <h3> levels of section heading.
Used internally only to highlight when canvas is not supported.
Heading() - Constructor for class org.pepstock.charba.client.dom.elements.Heading
To avoid any instantiation
height - Variable in class org.pepstock.charba.client.colors.PatternBuilder
 
Helpers - Class in org.pepstock.charba.client
Singleton object to use the helpers utility of CHART.JS.
It maps the java script object chart.helpers.
Helpers() - Constructor for class org.pepstock.charba.client.Helpers
To avoid any instantiation
HEX_STARTING_CHAR - Static variable in class org.pepstock.charba.client.colors.ColorUtil
 
hide(int) - Method in class org.pepstock.charba.client.AbstractChart
Sets the visibility for the given data set to false.
Updates the chart and animates the data set with 'hide' mode.
This animation can be configured under the hide key in animation options.
hide(int) - Method in class org.pepstock.charba.client.Chart
Sets the visibility for the given dataset to false.
Updates the chart and animates the dataset with 'hide' mode.
This animation can be configured under the hide key in animation options.
hide(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
hide() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Forces hiding the dataset because there are more than 1 datasets in the chart
hide(int) - Method in interface org.pepstock.charba.client.IsChart
Sets the visibility for the given dataset to false.
Updates the chart and animates the dataset with 'hide' mode.
This animation can be configured under the hide key in animation options.
HIDE_DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
 
hitRadiusCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
hitRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
horizontalAlignmentValue - Variable in enum org.pepstock.charba.client.enums.ElementAlign
 
HorizontalBarChart - Class in org.pepstock.charba.client
HORIZONTAL BAR chart implementation.
A horizontal bar chart is a variation on a bar chart.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
HorizontalBarChart() - Constructor for class org.pepstock.charba.client.HorizontalBarChart
Builds the object.
HorizontalBarChart(Type) - Constructor for class org.pepstock.charba.client.HorizontalBarChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
HorizontalBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
HORIZONTAL BAR GWT WIDGET chart implementation.
A horizontal bar chart is a variation on a bar chart.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
HorizontalBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
Builds the object.
HorizontalBarChartWidget(HorizontalBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
HorizontalBarDataset - Class in org.pepstock.charba.client.data
The horizontal bar chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
Some properties can be specified as an array.
If these are set to an array value, the first value applies to the first bar, the second value to the second bar, and so on.
HorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
Creates a data set.
It uses the global options has default.
HorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
Creates a data set.
It uses the global options has default.
HorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
Creates the data set using a default.
HorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
Creates the data set using a default.
HorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
Creates the data set using chart type related to the data set.
HorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
Creates the data set using a default and chart type related to the data set.
HorizontalBarOptions - Class in org.pepstock.charba.client.configuration
Specific options for HORIZONTAL BAR chart.
HorizontalBarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.HorizontalBarOptions
Builds the object storing the chart instance and default values.
HourCycle - Enum in org.pepstock.charba.client.intl.enums
Enumerates the possible values to use to set the hour cycle.
HourCycle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.HourCycle
Creates with the property value to use in the native object.
hover - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Hover - Class in org.pepstock.charba.client.configuration
Definitions about how elements appear in the tooltip, hovering the chart.
Hover(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Hover
Builds the object storing the root options element.
hover - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
Hover - Class in org.pepstock.charba.client.options
Definitions about how elements appear in the tooltip, hovering the chart.
Hover(Options, Key, IsDefaultInteraction, NativeObject) - Constructor for class org.pepstock.charba.client.options.Hover
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
hover - Variable in class org.pepstock.charba.client.options.Options
 
hoverBackgroundColorCallback - Variable in class org.pepstock.charba.client.data.Dataset
 
hoverBackgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
 
hoverBorderCapStyleCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
hoverBorderCapStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
hoverBorderColorCallback - Variable in class org.pepstock.charba.client.data.Dataset
 
hoverBorderColorCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
 
hoverBorderDashCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
hoverBorderDashCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
hoverBorderDashOffsetCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
hoverBorderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
hoverBorderJoinStyleCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
hoverBorderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
hoverBorderWidthCallback - Variable in class org.pepstock.charba.client.data.BarDataset
 
hoverBorderWidthCallback - Variable in class org.pepstock.charba.client.data.Dataset
 
hoverBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
 
hoverBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
 
hoverCallbackProxy - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
hoverCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Legend
 
hoverCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
 
hoverOffsetCallback - Variable in class org.pepstock.charba.client.data.PieDataset
 
hoverOffsetCallbackProxy - Variable in class org.pepstock.charba.client.data.PieDataset
 
hoverRadiusCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
hoverRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
HovingDataset - Class in org.pepstock.charba.client.data
The chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
HovingDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HovingDataset
Creates the data set using a default and chart type related to the data set.
HovingFlexDataset - Class in org.pepstock.charba.client.data
This dataset is managing some common properties related to background and border colors where every property can be set as a single value or an array.
HovingFlexDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HovingFlexDataset
Creates the dataset using a default and chart type related to the dataset.
HSL_STARTING_CHARS - Static variable in class org.pepstock.charba.client.colors.ColorUtil
 
HSLA_STARTING_CHARS - Static variable in class org.pepstock.charba.client.colors.ColorUtil
 
html - Variable in class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
 
HTML_CHARS_RE - Static variable in class org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils
 
HTML_LEGEND_ITEMS - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
 
HtmlColor - Enum in org.pepstock.charba.client.colors
All modern browsers support the following 140 color names.
HtmlColor(String) - Constructor for enum org.pepstock.charba.client.colors.HtmlColor
Creates a color with HEX value.
HtmlColor(String, double) - Constructor for enum org.pepstock.charba.client.colors.HtmlColor
Creates a color with HEX value.
htmlEscape(char) - Static method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils
HTML escapes a character.
htmlEscape(String) - Static method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils
HTML escapes a string.
HtmlLegend - Class in org.pepstock.charba.client.impl.plugins
This plugin implements a HTML legend in order to give more flexibility to who needs to customize the legend.
HtmlLegend() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegend
To avoid any instantiation
HtmlLegendBuilderDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory.HtmlLegendBuilderDefaultsOptionsFactory
To avoid any instantiation.
HtmlLegendCallback<T extends HasLegendText> - Interface in org.pepstock.charba.client.callbacks
This callback is the base interface for HTML legend callbacks to change the text of legend for a specific item or legend's title, as HTML.
This callback is used ONLY by HtmlLegend plugin.
HtmlLegendCallbackProxy - Class in org.pepstock.charba.client.impl.plugins
Manages events from HtmlLegend, enabling and disabling event listeners on HTML elements created by plugin.
This object is able to manage all events on CHART.JS legend also in the HTML legend one.
HtmlLegendCallbackProxy() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
Creates the object configuring the callbacks for the events.
HtmlLegendDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
Default configuration options instance of HtmlLegend.ID plugin.
HtmlLegendDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendDefaultOptions
To avoid any instantiation
HtmlLegendGenerator - Class in org.pepstock.charba.client.impl.plugins
Legend callback implementation to override the standard HTML format of CHART.JS legend.
This HTML is usable only by HtmlLegend plugin.
This is HTML structure of the legend:

<TABLE> <TR> <TD> <TABLE> <TR> <TD> <DIV legend title> </TD> </TR> </TABLE> </TD> </TR> <TR> <TD> <TABLE> <TR> <TD> <DIV color for legend item> <DIV label for legend item> </TD> <TD> <DIV color for legend item> <DIV label for legend item> </TD> </TR> </TABLE> </TD> </TR> </TABLE>
HtmlLegendGenerator() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
 
HtmlLegendId - Class in org.pepstock.charba.client.impl.plugins
Utility to managed the id to apply to HTML element when a legend is created.
There are 2 kinds of HTML element ids:
for color cell, the format is [chartId]_[datasetIndex]_[index]_color for label cell, the format is [chartId]_[datasetIndex]_[index]_label
HtmlLegendId(String, int, int) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Creates the object by chart id, dataset index and index.
HtmlLegendItem - Class in org.pepstock.charba.client.impl.plugins
Object used to invoke TilesFactory in order to get the PointStyle representation for legend.
This object is used internally even if is public, used only by HtmlLegend plugin.
HtmlLegendItem(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
Creates the object with a chart instance.
It is not visible externally of the packaged because it is used only by HtmlLegend plugin.
HtmlLegendItemCallback - Interface in org.pepstock.charba.client.callbacks
This callback can be implemented to change the text of legend for a specific item, as HTML.
This callback is used ONLY by HtmlLegend plugin.
HtmlLegendOptions - Class in org.pepstock.charba.client.impl.plugins
Configuration options of HtmlLegend.ID plugin.
This is mapping the configuration both default global and per chart instance.
HtmlLegendOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values.
HtmlLegendOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global.
HtmlLegendOptions(IsHtmlLegendDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Builds the object with the default global ones
HtmlLegendOptions(IsHtmlLegendDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Builds the object with a java script object stored in the options and the default global ones
HtmlLegendOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
Name of properties of native object.
HtmlLegendOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Factory to get the options (form chart or from default global ones) related to HtmlLegend.ID plugin.
HtmlLegendOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory
To avoid any instantiation.
HtmlLegendOptionsFactory.HtmlLegendBuilderDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Internal factory to create options from default global option for the plugin
HtmlLegendTextGenerator<T extends HasLegendText,C extends HtmlLegendCallback<T>> - Class in org.pepstock.charba.client.impl.plugins
Builds the DIV html element which contains a text.
HtmlLegendTextGenerator() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendTextGenerator
 
HtmlLegendTitleCallback - Interface in org.pepstock.charba.client.callbacks
This callback can be implemented to change the text of legend's title, as HTML.
This callback is used ONLY by HtmlLegend plugin.
hueToRGB(double, double, double) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Transforms Hue value in the a color value for RGB

I

id - Variable in class org.pepstock.charba.client.AbstractChart
 
id - Variable in class org.pepstock.charba.client.adapters.DateAdapter
 
ID - Static variable in class org.pepstock.charba.client.adapters.DateAdapterModule
Constants of date adapter identifier, "luxon".
ID - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
Plugin ID "annotation".
Id - Enum in org.pepstock.charba.client.commons
Enums the property ID used by CHARBA to identify the chart.
Id(String) - Constructor for enum org.pepstock.charba.client.commons.Id
Creates a property with the value to use in the native object.
ID - Static variable in class org.pepstock.charba.client.data.CanvasObjectHandler
 
ID - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Plugin ID "datalabels".
ID - Static variable in class org.pepstock.charba.client.Defaults
Plugin ID "charbanativecharthandler", for an internal plugin to track native chart instances.
ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Plugin ID "charbabackgroundcolor".
ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
Plugin ID "charbacursorpointer".
ID - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Plugin ID "charbacolorschemes".
ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Plugin ID "charbadatasetsitemsselector".
ID - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Plugin ID "charbahtmllegend".
ID - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
Plugin ID "labels".
ID - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
Plugin ID "zoom".
ID_PROPERTY - Static variable in class org.pepstock.charba.client.adapters.DateAdapter
 
identifier - Variable in class org.pepstock.charba.client.intl.CLocale
 
ids() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins.InternalPlugins
Returns the list of plugin ids.
ignoreCharbaInstances(String, Object) - Static method in class org.pepstock.charba.client.utils.JSON
Ignores all keys created by CHARBA in the replace function.
image - Variable in class org.pepstock.charba.client.colors.PatternBuilder
 
IMAGE_ELEMENT - Static variable in class org.pepstock.charba.client.items.Undefined
Default value for ImageElement instances, null.
IMAGE_HEIGHT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
IMAGE_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.ImageShape
Name of shape to draw an image, "image".
IMAGE_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
imageElement - Variable in class org.pepstock.charba.client.colors.tiles.ImageShape
 
imageHeightCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
ImageMimeType - Enum in org.pepstock.charba.client.enums
Determines the image format to use to export the image from the canvas.
ImageMimeType(String) - Constructor for enum org.pepstock.charba.client.enums.ImageMimeType
Creates with the property value to use in the native object.
IMAGES - Static variable in class org.pepstock.charba.client.utils.AnnotationBuilder
 
ImageShape - Class in org.pepstock.charba.client.colors.tiles
This is a shape which can draw an image on the tile.
This object is also a shape drawer.
The image is scaled to the size of the tile.
ImageShape(Img) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
Creates a shape with an image.
ImagesHelper - Class in org.pepstock.charba.client.gwt
Utility to transform image GWT resources in the Img elements used by Charba.
ImagesHelper() - Constructor for class org.pepstock.charba.client.gwt.ImagesHelper
To avoid any instantiation
ImageSizeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
Callback interface of AnnotationPlugin.ID plugin to set width and height properties at runtime, to LineLabel.
It can return a String or a Integer depending on you want to set a fixed size in pixels (by int) or a percentage (by string, for instance "50"%).
imageWidthCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
Img - Class in org.pepstock.charba.client.dom.elements
Represents an HTML <img> element, providing the properties and methods used to manipulate image elements.
Img() - Constructor for class org.pepstock.charba.client.dom.elements.Img
To avoid any instantiation
IMMUTABLE_EXCEPTION_MESSAGE - Static variable in class org.pepstock.charba.client.commons.ImmutableDate
 
ImmutableDate - Class in org.pepstock.charba.client.commons
Class acting as an immutable date class based on the Date class.
Throws UnsupportedOperationException when mutable methods are invoked.
ImmutableDate() - Constructor for class org.pepstock.charba.client.commons.ImmutableDate
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
ImmutableDate(long) - Constructor for class org.pepstock.charba.client.commons.ImmutableDate
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
ImmutableEnvelop<T> - Class in org.pepstock.charba.client.commons
This object is a container of hidden object which can set by constructor and immutable afterwards.
ImmutableEnvelop(T) - Constructor for class org.pepstock.charba.client.commons.ImmutableEnvelop
Create an envelop with the content passed as argument.
ImmutableEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.commons.ImmutableEnvelop
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
IncrementalIdHandler - Class in org.pepstock.charba.client.commons
IMternal utility to manage an incremental object id, stored in the NativeObject in a specific property of Charba.
IncrementalIdHandler() - Constructor for class org.pepstock.charba.client.commons.IncrementalIdHandler
To avoid any instantiation
IncrementalIdHandler.Property - Enum in org.pepstock.charba.client.commons
Name of properties of native object.
index - Variable in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
 
index - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
 
index() - Method in class org.pepstock.charba.client.utils.RegExpResult
Returns the 0-based index of the match in the string.
indexAsString - Variable in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
 
IndexAxis - Enum in org.pepstock.charba.client.enums
Can be set to 'x' or 'y' to define the base axis for the dataset.
Use 'y' for horizontal bar.
IndexAxis(String) - Constructor for enum org.pepstock.charba.client.enums.IndexAxis
Creates with the property value to use in the native object.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
indexOf(ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImage
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObject
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
indexOf(String) - Method in class org.pepstock.charba.client.commons.ArrayString
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(String...) - Method in class org.pepstock.charba.client.data.Labels
Returns the index of the first occurrence of the specified element in the labels, or -1 if this labels instance does not contain the element.
indexOf(String) - Method in class org.pepstock.charba.client.utils.RegExpResult
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
initAbstractXYCallbacks() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Initializes the callbacks proxies for the options which can be scriptable.
initCallbacks() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
Initializes the callbacks proxies for the options which can be scriptable.
initCallbacks() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Initializes the callbacks proxies for the options which can be scriptable.
initCallbacks() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Initializes the callbacks proxies for the options which can be scriptable.
initCanvas(Canvas, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Initialized the internal canvas to use for drawing.
initEvent(String, boolean, boolean) - Method in class org.pepstock.charba.client.dom.BaseEvent
Initialize the value of a created event.
initialCursor - Variable in class org.pepstock.charba.client.AbstractChart
 
initialize(ControllerType, ControllerContext) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
Invokes the default initialize method.
initialize(String, ControllerContext) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
Invokes the default initialize method.
initializeCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
 
initialized - Variable in class org.pepstock.charba.client.ChartNode
 
inject() - Method in class org.pepstock.charba.client.resources.AbstractResources
Injects CHART.JS, date adapter and library if not already injected.
inject() - Method in class org.pepstock.charba.client.resources.DeferredResources
Checks if the module has been injected by EntryPointStarter.
inject() - Method in class org.pepstock.charba.client.resources.EmbeddedResources
Injects CHART.JS, date adapter and library if not already injected.
InjectableTextResource - Class in org.pepstock.charba.client.resources
Default implementation for an injectable resource related to a text resource.
InjectableTextResource(TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
Creates an injectable resources using the name of text resource and the text of it.
InjectableTextResource(Key, TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
Creates an injectable resources using the text of it and the name as key, passed as argument.
InjectableTextResource(String, TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
Creates an injectable resources using the text of it and the name, passed as argument.
injectDateLibrary - Variable in class org.pepstock.charba.client.resources.AbstractResources
 
injected - Variable in class org.pepstock.charba.client.adapters.DateAdapterModule
 
injected() - Method in class org.pepstock.charba.client.resources.DeferredResources
Is invoked when the all resources have been injected.
Notify the module that the injection has been completed.
injected - Static variable in class org.pepstock.charba.client.resources.ResourcesType
 
injectionComplete(DateAdapterInjectionComplete) - Method in class org.pepstock.charba.client.adapters.DateAdapterModule
Is invoked when the date adapter has been injected.
It can be invoked only by the resources type of the module.
Injector - Class in org.pepstock.charba.client
This utility injects ChartJS java script and CHARBA custom java script implementation (for some utilities) in the the web page of application, in the the HEAD.
It enables also to inject other script in the web page, necessary when you want to use some Chart.JS extensions.
It tracks the resources which have been injected using as key their name and class name to avoid that however will inject own resources will use the same name of already injected resources.
Injector() - Constructor for class org.pepstock.charba.client.Injector
To avoid any instantiation
InjectorPrefixHelper - Class in org.pepstock.charba.client
Singleton which contains the prefix to apply to CHARBA injectable resources DOM element id when they will injected.
InjectorPrefixHelper() - Constructor for class org.pepstock.charba.client.InjectorPrefixHelper
To avoid any instantiation.
inner - Variable in class org.pepstock.charba.client.colors.Radius
 
input() - Method in class org.pepstock.charba.client.utils.RegExpResult
Returns the original string that was matched against.
insertAt(int, double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Inserts the specified element at the specified position in this array.
insertAt(int, ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Inserts the specified element at the specified position in this array.
insertAt(int, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Inserts the specified element at the specified position in this array.
insertAt(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
Inserts the specified element at the specified position in this array.
insertAt(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Inserts the specified element at the specified position in this array.
insertAt(int, Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Inserts the specified element at the specified position in this array.
insertAt(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
Inserts the specified element at the specified position in this array.
insertAt(int, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Inserts the specified element at the specified position in this array.
insertAt(int, String) - Method in class org.pepstock.charba.client.commons.ArrayString
Inserts the specified element at the specified position in this array.
insertBefore(BaseNode, BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
Inserts a node before the reference node as a child of a specified parent node.
inspectChartToGetAnnotation(AnnotationType, AnnotationId, AnnotationOptions) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
Retrieves the annotation configuration instance, inspecting an annotation options, in order to get it as default of another annotation object.
installCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
INSTANCE - Static variable in class org.pepstock.charba.client.adapters.DateAdapterModule
 
INSTANCE - Static variable in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.annotation.AnnotationHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
 
INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultBox
 
INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultEllipse
 
INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultLine
 
INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultLineLabel
 
INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultPoint
 
INSTANCE - Static variable in class org.pepstock.charba.client.ChartObserver
 
INSTANCE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
 
instance - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
 
INSTANCE - Static variable in class org.pepstock.charba.client.commons.CallbackPropertyManager
 
INSTANCE - Static variable in class org.pepstock.charba.client.commons.IncrementalIdHandler
 
INSTANCE - Static variable in class org.pepstock.charba.client.commons.JsHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.commons.Merger
 
INSTANCE - Static variable in class org.pepstock.charba.client.controllers.Controllers
 
INSTANCE - Static variable in class org.pepstock.charba.client.controllers.ControllerTemplate
 
INSTANCE - Static variable in class org.pepstock.charba.client.controllers.JsControllerHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.data.CanvasObjectHandler
 
INSTANCE - Static variable in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
 
INSTANCE - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
 
INSTANCE - Static variable in class org.pepstock.charba.client.datalabels.DefaultOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
Immutable instance with the date adapter options defaults.
INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
Immutable instance with the number format defaults.
INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
Immutable instance with the number format defaults.
INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
 
INSTANCE - Static variable in class org.pepstock.charba.client.Defaults
 
INSTANCE - Static variable in class org.pepstock.charba.client.defaults.NoDefaults
Unique instance of no defaults class.
INSTANCE - Static variable in class org.pepstock.charba.client.dom.DOMBuilder
 
INSTANCE - Static variable in class org.pepstock.charba.client.Helpers
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorDefaultOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointerDefaultOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesDefaultOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendDefaultOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.InjectorPrefixHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.items.JsItemsHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.JsChartHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.labels.DefaultLabel
 
INSTANCE - Static variable in class org.pepstock.charba.client.labels.DefaultOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.MutationItem
 
INSTANCE - Static variable in class org.pepstock.charba.client.plugins.JsPluginHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.positioner.JsPositionerHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.positioner.Positioner
 
INSTANCE - Static variable in class org.pepstock.charba.client.resources.DateAdapterInjectionComplete
 
INSTANCE - Static variable in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesResource
Static reference to resources java script source code.
INSTANCE - Static variable in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesWithoutLibraryResource
Static reference to resources java script source code.
INSTANCE - Static variable in class org.pepstock.charba.client.resources.DeferredResources
Static reference to LUXON resources which is injecting the LUXON library.
INSTANCE - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
Static reference to LUXON resources which is injecting the LUXON library.
INSTANCE - Static variable in class org.pepstock.charba.client.utils.CScheduler
 
INSTANCE - Static variable in class org.pepstock.charba.client.utils.WindowHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultDrag
 
INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultOptions
 
INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultPinch
 
INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultScaleLimit
 
INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultScaleRange
 
INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultWheel
 
INSTANCE - Static variable in class org.pepstock.charba.client.zoom.JsZoomHelper
 
INSTANCE - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
 
INSTANCE_WITHOUT_DATE_LIBRARY - Static variable in class org.pepstock.charba.client.resources.DeferredResources
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library more than once.
INSTANCE_WITHOUT_DATE_LIBRARY - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library more than once.
INTEGER - Static variable in class org.pepstock.charba.client.items.Undefined
Default value for INTEGER instances, Integer.MIN_VALUE.
interaction - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Interaction - Class in org.pepstock.charba.client.configuration
Definitions about how elements appear in the tooltip, hovering the chart.
Interaction(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Interaction
Builds the object storing the root options element.
interaction - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
 
interaction - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
Interaction - Class in org.pepstock.charba.client.options
Definitions about how elements appear in the tooltip, hovering the chart.
Interaction(Options, Key, IsDefaultInteraction, NativeObject) - Constructor for class org.pepstock.charba.client.options.Interaction
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
interaction - Variable in class org.pepstock.charba.client.options.Options
 
Interaction.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
INTERACTION_MODE - Static variable in class org.pepstock.charba.client.AbstractChart
 
InteractionAxis - Enum in org.pepstock.charba.client.enums
Can be set to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
InteractionAxis(String) - Constructor for enum org.pepstock.charba.client.enums.InteractionAxis
Creates with the property value to use in the native object.
InteractionMode - Enum in org.pepstock.charba.client.enums
When configuring interaction with the graph via hover or tooltips, a number of different modes are available to set which elements appear via tooltip or hover.
InteractionMode(String) - Constructor for enum org.pepstock.charba.client.enums.InteractionMode
Creates with the property value to use in the native object.
InternalAnimations() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
 
InternalBodyFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalBodyFont
 
InternalCanvasObjectProperty(String, boolean) - Constructor for enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
Creates with the property value to use in the native object.
InternalDefaultScale(AxisType, GlobalScale, NativeObject) - Constructor for class org.pepstock.charba.client.Defaults.InternalDefaultScale
Creates the object only with aixs type and native object.
This is used when the default scale is read by Defaults.getScale(AxisType).
InternalDefaultScales(NativeObject) - Constructor for class org.pepstock.charba.client.Defaults.InternalDefaultScales
Creates the item using a native java script object which contains all properties.
InternalFont() - Constructor for class org.pepstock.charba.client.annotation.DefaultLineLabel.InternalFont
 
InternalFooterFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalFooterFont
 
InternalGradient(NativeObject) - Constructor for class org.pepstock.charba.client.colors.CanvasObject.InternalGradient
Creates the object with native object instance to be wrapped.
internalId() - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Returns the id of adapter.
InternalInjectableTextResource - Class in org.pepstock.charba.client.resources
Internal implementation for an injectable resource related to a text resource and used by moudle out of the box provided by CHARBA for deferred resources.
InternalInjectableTextResource(Key, TextResource) - Constructor for class org.pepstock.charba.client.resources.InternalInjectableTextResource
Creates an injectable resources using the text of it and the name as key, passed as argument.
InternalInterationModeObject(boolean) - Constructor for class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
Creates the object with a native object instance, setting the intersect passed as argument.
internalMerge(NativeObject, NativeObject, String) - Method in class org.pepstock.charba.client.commons.Merger
Copies source properties (creating a new java script object and setting the source one with the property argument) in the target only if not defined in target.
target is not cloned and will be updated with source properties.
The property is
InternalNumbersAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
 
InternalOpacityAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
 
InternalPlugins(NativeObject) - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins.InternalPlugins
 
InternalProperty(String) - Constructor for enum org.pepstock.charba.client.data.Dataset.InternalProperty
Creates with the property value to use in the native object.
InternalTitleFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTitle.InternalTitleFont
 
InternalTitleFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalTitleFont
 
interval - Variable in class org.pepstock.charba.client.utils.CTimer
 
intervalID - Variable in class org.pepstock.charba.client.utils.CTimer
 
INVALID_DATA_CALL - Static variable in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
INVALID_DATA_STRING_CALL - Static variable in class org.pepstock.charba.client.data.TimeSeriesLineDataset
 
INVALID_DEFAULTS_VALUES_CLASS - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
INVALID_ID_NOT_EQUALS_IN_FACTORY - Static variable in class org.pepstock.charba.client.options.Plugins
 
INVALID_ID_NOT_EQUALS_IN_OPTIONS - Static variable in class org.pepstock.charba.client.options.Plugins
 
INVALID_SCALE_TYPE - Static variable in class org.pepstock.charba.client.ChartOptions
 
INVALID_SET_DATA_CALL - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
 
InvertedDiagonal - Class in org.pepstock.charba.client.colors.tiles
DIAGONAL drawer to design a diagonal in the tile, from right to left.
It designs a diagonal in the the following tile sections (A and B):

InvertedDiagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.InvertedDiagonal
 
InvertedDoubleDiagonal - Class in org.pepstock.charba.client.colors.tiles
Double DIAGONAL drawer to design a set of diagonals (form right to left) in the tile.
It designs a set of diagonals in the the following tile sections (A, D and B-C):

InvertedDoubleDiagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.InvertedDoubleDiagonal
 
InvertedTriangle - Class in org.pepstock.charba.client.colors.tiles
TRAINGLE (vertically) drawer to design a triangle (vertically) in the tile.
It designs a triangle (vertically) in the the following tile sections (A and B):

InvertedTriangle() - Constructor for class org.pepstock.charba.client.colors.tiles.InvertedTriangle
 
invoke(C) - Method in interface org.pepstock.charba.client.callbacks.Scriptable
Returns the value of property at runtime.
invoke(DatasetContext) - Method in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
 
invoke(DataLabelsContext, DataItem) - Method in interface org.pepstock.charba.client.datalabels.callbacks.FormatterCallback
Returns the formatted label value.
invoke(DataLabelsContext, DataItem) - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
 
invoke(IsTooltipPosition, PositionerContext, ArrayObject, Point) - Method in class org.pepstock.charba.client.positioner.JsPositionerHelper
Invokes an existing positioner to get the point.
invoke(String, NativeObject, ArrayObject, NativeObject) - Static method in class org.pepstock.charba.client.positioner.NativeJsPositionerHelper
Invokes an existing positioner to get the point.
invokeChartEvent(IsChartEvent) - Method in class org.pepstock.charba.client.Defaults
Invokes the event chart function provided out of the box by CHART.JS.
invokeChartOnClick(ChartClickEvent) - Method in class org.pepstock.charba.client.Defaults
Invokes the onClick chart function provided out of the box by CHART.JS.
invokeChartOnHover(ChartHoverEvent) - Method in class org.pepstock.charba.client.Defaults
Invokes the onHover chart function provided out of the box by CHART.JS.
invokeColorCallback(DatasetContext, Scriptable<?, DatasetContext>, Dataset.CanvasObjectKey, String) - Method in class org.pepstock.charba.client.data.Dataset
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
invokeDefaultChartEvent(ChartOptions, Key, Chart, NativeObject, ArrayObject) - Method in class org.pepstock.charba.client.JsChartHelper
Invokes the chart event callbacks, provided out of the box by CHART.JS.
invokeDefaultChartEvent(NativeObject, String, Chart, NativeObject, ArrayObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
Invokes the chart event callbacks, provided out of the box by CHART.JS.
invokeDefaultLegendEvent(ChartOptions, Key, Chart, NativeObject, NativeObject) - Method in class org.pepstock.charba.client.JsChartHelper
Invokes the legend event callbacks, provided out of the box by CHART.JS.
invokeDefaultLegendEvent(NativeObject, String, Chart, NativeObject, NativeObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
Invokes the legend event callbacks, provided out of the box by CHART.JS.
invokeLegendEvent(IsLegendEvent) - Method in class org.pepstock.charba.client.Defaults
Invokes the event legend function provided out of the box by CHART.JS.
invokeLegendOnClick(LegendClickEvent) - Method in class org.pepstock.charba.client.Defaults
Invokes the onClick legend function provided out of the box by CHART.JS.
invokeLegendOnHover(LegendHoverEvent) - Method in class org.pepstock.charba.client.Defaults
Invokes the onHover legend function provided out of the box by CHART.JS.
invokeLegendOnLeave(LegendLeaveEvent) - Method in class org.pepstock.charba.client.Defaults
Invokes the onLeave legend function provided out of the box by CHART.JS.
invokeTooltipsCallbackOnLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
Returns the default text to render for an individual item in the tooltip.
invokeTooltipsCallbackOnLabelColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
Returns the default colors to render for the tooltip item.
invokeTooltipsCallbackOnLabelPointStyle(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
Returns the default point style to render for the tooltip item.
invokeTooltipsCallbackOnTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.Defaults
Returns the default text to render as the title of the tooltip.
is(AnimationCollectionKey) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
Returns true if the argument is equals to a default animation collection.
is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
Returns true if the argument is equals to a default animation collection.
is(AnimationPropertyKey) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
Returns true if the argument is equals to a default animation property.
is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
Returns true if the argument is equals to a default animation property.
is(Key) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
Returns true if the argument is equals to a default plugin id.
The DefaultPluginId.FILLER is not considered a default plugin because does not have a specific namespace in the options.
is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
Returns true if the argument is equals to a default plugin id.
is(String) - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
Returns true if the scale id is related to this axis id.
is(ScaleId) - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
Returns true if the scale id is related to this axis id.
is(TransitionKey) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
Returns true if the argument is equals to a default animation mode.
is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
Returns true if the argument is equals to a default animation mode.
is(int) - Static method in class org.pepstock.charba.client.items.Undefined
Returns true if the value is undefined.
is(double) - Static method in class org.pepstock.charba.client.items.Undefined
Returns true if the value is undefined.
isAbstractChart(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
Returns true if chart passed as argument is an abstract chart instance.
isActive() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
Returns true if element is active (hovered).
isActive() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns true if the element is active.
isAdjustScaleRange() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns true whether the scale range should be adjusted if this annotation is out of range.
isAdjustScaleRange() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns true whether the scale range should be adjusted if this annotation is out of range.
isAfterCanvas(IsChart, Div) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Returns true if the legend element has been added to chart element after the canvas one.
isAlignToPixels() - Method in class org.pepstock.charba.client.configuration.Axis
Returns true to align pixel values to device pixels.
isAlignToPixels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
isAlignToPixels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
isAlignToPixels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns true to align pixel values to device pixels.
isAlignToPixels() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns true to align pixel values to device pixels.
isAlphaWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.ColorUtil
Returns true if any double is between 0.0d and 1.0d (inclusive).
isAltKey() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns true if the alt key was down when the mouse event was fired.
isAnimate() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns whether to animate scaling the chart from the center.
isAnimate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
isAnimate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
isAnimate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns whether to animate scaling the chart from the center.
isAnimate() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns whether to animate scaling the chart from the center.
isAnimated() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns if the render will be shown based on the animation of chart.
isAnimateRotate() - Method in class org.pepstock.charba.client.configuration.Animation
If true, the chart will animate in with a rotation animation.
isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
 
isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
 
isAnimateRotate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
If true, the chart will animate in with a rotation animation.
isAnimateRotate() - Method in class org.pepstock.charba.client.options.Animation
If true, the chart will animate in with a rotation animation.
isAnimateRotate() - Method in class org.pepstock.charba.client.UpdateConfiguration
If true, the chart will animate in with a rotation animation.
isAnimateScale() - Method in class org.pepstock.charba.client.configuration.Animation
If true, will animate scaling the chart from the center outwards.
isAnimateScale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
 
isAnimateScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
 
isAnimateScale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
If true, will animate scaling the chart from the center outwards.
isAnimateScale() - Method in class org.pepstock.charba.client.options.Animation
If true, will animate scaling the chart from the center outwards.
isAnimateScale() - Method in class org.pepstock.charba.client.UpdateConfiguration
If true, will animate scaling the chart from the center outwards.
IsAnimation - Interface in org.pepstock.charba.client.options
Interface to map a animations element, ANIMATIONS name space.
isAnimationEnabled() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
Returns true if animation is enabled, otherwise false.
isAnimationEnabled() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
Returns true if animation is enabled, otherwise false.
isAnimationEnabled() - Method in class org.pepstock.charba.client.options.AnimationContainer
Returns true if animation is enabled, otherwise false.
isAnimationEnabled() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
Returns true if animation is enabled, otherwise false.
IsAnimations - Interface in org.pepstock.charba.client.options
Interface to map a animations element where animation element properties can be set, ANIMATIONS name space.
isArc() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns if draws label in arc.
isArc() - Method in class org.pepstock.charba.client.labels.Label
Returns if draws label in arc.
isArray(Object) - Static method in class org.pepstock.charba.client.commons.Array
This method determines whether the passed value is an Array.
isArray(Object, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
This method determines whether the passed property of passed object is an Array.
isAutoFontSize() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns true if the font size of the rendering will be automatically calculated, based on dimension of the area for rendering.
isAutoRotation() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns true whether the rotation of label must calculates automatically.
isAutoRotation() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns true whether the rotation of label must calculates automatically.
isAutoSkip() - Method in class org.pepstock.charba.client.configuration.CartesianTick
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
isAutoSkip() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isAutoSkip() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isAutoSkip() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
isAutoSkip() - Method in class org.pepstock.charba.client.options.Ticks
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
Turn it off to show all labels no matter what
isBackgroundColorAsColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true if the background color is defined as color.
isBackgroundColorAsColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns true if the background color of the tooltip item is defined as color.
isBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true if the background color is defined as gradient.
isBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns true if the background color of the tooltip item is defined as gradient.
isBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true if the background color is defined as canvas pattern.
isBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns true if the background color of the tooltip item is defined as canvas pattern.
isBeginAtZero() - Method in interface org.pepstock.charba.client.configuration.IsLinearAxis
If true, scale will include 0 if it is not already included.
isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
isBeginAtZero() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
If true, scale will include 0 if it is not already included.
isBeginAtZero() - Method in class org.pepstock.charba.client.options.AbstractScale
If true, scale will include 0 if it is not already included.
isBetween(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
isBetween(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
isBorderColorAsColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true if the border color is defined as color.
isBorderColorAsColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns true if the border color of the tooltip item is defined as color.
isBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true if the border color is defined as gradient.
isBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns true if the border color of the tooltip item is defined as gradient.
isBorderRadiusAsObject() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true if the border width is defined as BarBorderRadius.
isBorderWidthAsObject() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true if the border width is defined as BarBorderWidth.
isBottom() - Method in class org.pepstock.charba.client.data.Clip
Returns false if the clip bottom has been set.
IsCallbackPropertyHandler - Interface in org.pepstock.charba.client.commons
It is managing property where can set a callback at chart level.
isCanvasGradient(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns true if the object is a CanvasGradientItem.
isCanvasGradient(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
Returns true if the object is a CanvasGradientItem.
isCanvasGradient(NativeObject, Key) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Returns true if the property in the native object is a CanvasGradientItem.
isCanvasGradient(Object, String) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Returns true if the property in the native object is a CanvasGradientItem.
isCanvasObjectHandling() - Method in class org.pepstock.charba.client.data.Data
Returns true if the plugin to manage canvas object (gradients and patterns) has been forcedly disable.
Pay attention that disabling the handler, your data sets configuration with gradients or patterns will e showed with default color.
isCanvasPattern(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns true if the object is a CanvasPatternItem.
isCanvasPattern(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
Returns true if the object is a CanvasPatternItem.
isCanvasPattern(NativeObject, Key) - Method in class org.pepstock.charba.client.items.JsItemsHelper
Returns true if the property in the native object is a CanvasPatternItem.
isCanvasPattern(Object, String) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
Returns true if the property in the native object is a CanvasPatternItem.
isCanvasSupported - Variable in class org.pepstock.charba.client.AbstractChart
 
isCanvasSupported - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
 
isCanvasSupported() - Method in class org.pepstock.charba.client.dom.DOMBuilder
Returns true if the canvas is supported by browser.
isCapBezierPoints() - Method in class org.pepstock.charba.client.configuration.Line
Returns true to keep Bézier control inside the chart, false for no restriction.
isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
isCapBezierPoints() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns true to keep Bézier control inside the chart, false for no restriction.
isCapBezierPoints() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true to keep Bézier control inside the chart, false for no restriction.
isCapBezierPoints() - Method in class org.pepstock.charba.client.options.Line
Returns true to keep Bézier control inside the chart, false for no restriction.
IsCastable - Interface in org.pepstock.charba.client.dom
Interface which is implemented to DOM elements or items which can be cast to other objects.
This is the interface in order to enable the link from other DOM tree managers to Charba.
isChanged() - Method in class org.pepstock.charba.client.data.AbstractContainer
Returns true if some canvas objects are changed, otherwise false.
isChannelWithinBounds(int) - Static method in class org.pepstock.charba.client.colors.ColorUtil
Returns true if any integer is between 0 and 255 (inclusive).
IsChart - Interface in org.pepstock.charba.client
Interface which defines a chart.
isChartAttached() - Method in class org.pepstock.charba.client.AbstractChart
Returns true whether this chart is currently attached to the browser's document.
isChartAttached() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
isChartAttached() - Method in interface org.pepstock.charba.client.IsChart
Returns true whether this chart is currently attached to the browser's document.
IsChartBackgroundColorDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
Maps the default configuration options of ChartBackgroundColor.ID plugin.
isChartChanged(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Checks if the chart is changed.
It checks:
the dimension of chart data image of chart
isChartElementAttached(String) - Method in class org.pepstock.charba.client.ChartObserver
Returns true if the elements related to a chart has been attached.
isChartElementDetached(String) - Method in class org.pepstock.charba.client.ChartObserver
Returns true if the elements related to a chart has been detached.
IsChartEvent - Interface in org.pepstock.charba.client.events
Interface which maps a chart event, an event generated from CHART.JS.
IsChartPointerDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
Maps default configuration options of ChartPointer.ID plugin.
isCircular() - Method in class org.pepstock.charba.client.configuration.Grid
If true, grid are circular (on radar chart only).
isCircular() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
isCircular() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
isCircular() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
If true, grid are circular (on radar chart only).
isCircular() - Method in class org.pepstock.charba.client.options.Grid
If true, grid are circular (on radar chart only).
isClamp() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
Returns true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
isClamp() - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
isClip() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
When the clip option is true, the part of the label which is outside the chart area will be masked.
isClip() - Method in class org.pepstock.charba.client.datalabels.LabelItem
When the clip option is true, the part of the label which is outside the chart area will be masked.
isCloneDefaults() - Method in class org.pepstock.charba.client.controllers.ControllerType
Returns true if it clones the default options of base chart type.
IsColor - Interface in org.pepstock.charba.client.colors
Defines the methods that all colors must have and many of them have got already an implementation that usually does not need to be changed.
IsColorSchemesDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
Maps the default global options for ColorSchemes.ID plugin.
IsCommonChartEvent - Interface in org.pepstock.charba.client.events
Interface which maps a common chart event, an event generated from CHART.JS.
isConfigurable() - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
Gets true if and only if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
isConsistent() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
 
isConsistent() - Method in class org.pepstock.charba.client.callbacks.ChartContext
Returns true if the context is consistent.
Custom context (the plugin ones) should extend it and check if the context is consistent before invoking the callback.
isConsistent() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
 
isConsistent(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
Returns true if the passed color instance is consistent, that means with a right red, green, blue and alpha values and if the RGBA string representation is consistent as well.
isConsistent() - Method in class org.pepstock.charba.client.commons.AbstractPoint
Returns true if the coordinates are consistent and not NaN.
isConsistent(Controller, ControllerContext, IsChart) - Static method in interface org.pepstock.charba.client.Controller
Returns true if all arguments are consistent.
isConsistent() - Method in class org.pepstock.charba.client.datalabels.DataLabelsContext
 
isConsistent() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
Returns true if the groups received by regular expression is consistent.
isConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
Returns true if chart passed as argument is not null and its id is not null as well, and if mandatory methods of interface will return consistent instances.
isConsistent() - Method in class org.pepstock.charba.client.items.ChartAreaNode
Returns true if the empty has got all necessary properties otherwise false.
This is helpful when the chart is still initializing and chart area is not consistent.
isConsistent() - Method in class org.pepstock.charba.client.items.Parsed
Returns true if the values are consistent and not NaN.
isConsistent() - Method in class org.pepstock.charba.client.labels.LabelsContext
 
isConsistent() - Method in class org.pepstock.charba.client.zoom.ZoomContext
 
isContentAsImage() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns true if the content is set by an Img.
isContextConsistent(ChartContext) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns true if context is consistent, otherwise false.
isCtrlKey() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns true if the control key was down when the mouse event was fired.
IsDatasetCreator<D extends Dataset> - Interface in org.pepstock.charba.client
Defines the methods for creating datasets pof a specific type.
This is used by chart instances to create datasets relatedo to the chart type.
IsDatasetsItemsSelectorDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
Maps all configuration options of DEFAULT GLOBAL options of DatasetsItemsSelector.ID plugin.
IsDatasetsItemsSelectorDefaultSelectionCleaner - Interface in org.pepstock.charba.client.impl.plugins
Maps DatasetsItemsSelector.ID plugin default options for selection cleaner element.
isDatasetVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
Looks for the data set if it's visible or not, selected by index.
isDatasetVisible(int) - Method in class org.pepstock.charba.client.Chart
Gets if the dataset is visible or not, selected by index.
isDatasetVisible(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
isDatasetVisible(int) - Method in interface org.pepstock.charba.client.IsChart
Looks for the dataset if it's visible or not, selected by index.
isDataVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
Returns the stored visibility state of an data index for all data sets.
isDataVisible(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
isDataVisible(int) - Method in interface org.pepstock.charba.client.IsChart
Returns the stored visibility state of an data index for all datasets.
IsDefaultAdapters - Interface in org.pepstock.charba.client.defaults
Interface to define adapter options defaults.
IsDefaultAngleLines - Interface in org.pepstock.charba.client.defaults
Interface to define angle lines defaults.
IsDefaultAnimation - Interface in org.pepstock.charba.client.defaults
Interface to define animation object defaults, ANIMATION name space.
IsDefaultAnimationCollection - Interface in org.pepstock.charba.client.defaults
Interface to define animation for element properties defaults.
IsDefaultAnimationContainer - Interface in org.pepstock.charba.client.defaults
Interface to define animation container defaults.
The animation container defaults is used as internal instance to manage animations options on more configuration items.
IsDefaultAnimations - Interface in org.pepstock.charba.client.defaults
Interface to define animations for animation element properties defaults, ANIMATIONS name space.
IsDefaultAnimationTransition - Interface in org.pepstock.charba.client.defaults
Interface to define animation for update mode (transition) defaults.
IsDefaultArc - Interface in org.pepstock.charba.client.defaults
Interface to define arc object defaults.
IsDefaultBar - Interface in org.pepstock.charba.client.defaults
Interface to define bar object defaults.
IsDefaultBarDatasets - Interface in org.pepstock.charba.client.defaults
Interface to define BAR datasets object defaults.
IsDefaultBaseAnimation - Interface in org.pepstock.charba.client.defaults
Interface to define the base animation properties defaults.
IsDefaultBaseFormatOptions - Interface in org.pepstock.charba.client.defaults
Interface to define the locale matching options for internationalization.
IsDefaultBoxHandler - Interface in org.pepstock.charba.client.defaults
Interface to define box dimension of options elements.
IsDefaultConfigurationItem - Interface in org.pepstock.charba.client.zoom
Interface used by pan and zoom object in order to enable to provide the defaults values of properties.
IsDefaultCursorPointerOptions - Interface in org.pepstock.charba.client.impl.plugins
Maps common configuration options for plugins which are managing cursor style.
IsDefaultDataLabelsItem - Interface in org.pepstock.charba.client.datalabels
This is the base interface to map DataLabelsPlugin.ID plugin options, for a single label.
IsDefaultDataLabelsOptions - Interface in org.pepstock.charba.client.datalabels
This is the base interface to map DataLabelsPlugin.ID plugin options, as also container of multiple labels.
IsDefaultDatasets - Interface in org.pepstock.charba.client.defaults
Interface to define data sets object defaults.
IsDefaultDateAdapterOptions - Interface in org.pepstock.charba.client.defaults
Interface to define date adapter options defaults.
IsDefaultDateTimeFormatOptions - Interface in org.pepstock.charba.client.defaults
Interface to define the date time format options for internationalization.
IsDefaultDecimation - Interface in org.pepstock.charba.client.defaults
Interface to define DefaultPluginId.DECIMATION plugin defaults.
IsDefaultDrag - Interface in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options interface for DRAG element.
It contains all default values for DRAG.
IsDefaultElements - Interface in org.pepstock.charba.client.defaults
Interface to define elements object defaults.
IsDefaultFiller - Interface in org.pepstock.charba.client.defaults
Interface to define DefaultPluginId.FILLER plugin defaults.
IsDefaultFillHandler - Interface in org.pepstock.charba.client.defaults
Interface to define fill defaults values.
IsDefaultFont - Interface in org.pepstock.charba.client.defaults
Interface to define fomt object defaults.
IsDefaultFontContainer - Interface in org.pepstock.charba.client.defaults
Interface to define font container of options elements.
IsDefaultGrid - Interface in org.pepstock.charba.client.defaults
Interface to define grid defaults.
IsDefaultInteraction - Interface in org.pepstock.charba.client.defaults
Interface to define interaction object defaults.
isDefaultIntersect() - Method in class org.pepstock.charba.client.options.AbstractInteraction
if true, the hover mode only applies when the mouse position intersects an item on the chart.
isDefaultIntersect() - Method in class org.pepstock.charba.client.options.Interaction
 
isDefaultIntersect() - Method in class org.pepstock.charba.client.options.Tooltips
 
IsDefaultLabel - Interface in org.pepstock.charba.client.labels
Maps the default global options if there are and provides all default values for LabelsPlugin.ID plugin.
IsDefaultLabels - Interface in org.pepstock.charba.client.datalabels
Maps the methods for LABELS elements to get defaults value.
IsDefaultLayout - Interface in org.pepstock.charba.client.defaults
Interface to define layout object defaults.
IsDefaultLegend - Interface in org.pepstock.charba.client.defaults
Interface to define legends object defaults.
IsDefaultLegendLabels - Interface in org.pepstock.charba.client.defaults
Interface to define legend labels object defaults.
IsDefaultLegendTitle - Interface in org.pepstock.charba.client.defaults
Interface to define legend title object defaults.
IsDefaultLimits - Interface in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options interface for limits elements.
IsDefaultLine - Interface in org.pepstock.charba.client.defaults
Interface to define line object defaults.
IsDefaultListeners - Interface in org.pepstock.charba.client.datalabels
This is the LISTENER options of DataLabelsPlugin.ID plugin allows to register callback(s) to be notified when an event is detected on a specific label.
IsDefaultMajor - Interface in org.pepstock.charba.client.defaults
Interface to define MAJOR tick object defaults.
IsDefaultNumberFormatOptions - Interface in org.pepstock.charba.client.defaults
Interface to define the number format options for internationalization.
IsDefaultOptions - Interface in org.pepstock.charba.client.defaults
Interface to define options defaults.
THIS IS THE ROOT OF ALL INTERFACE DEFAULTS.
IsDefaultOptions - Interface in org.pepstock.charba.client.labels
Maps the default global options if there are and provides all default values for LabelsPlugin.ID plugin.
IsDefaultOptions - Interface in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options interface.
It contains all default values, PAN and ZOOM.
IsDefaultOptionsElement - Interface in org.pepstock.charba.client.defaults
Interface to define arc object defaults.
IsDefaultPadding - Interface in org.pepstock.charba.client.defaults
Interface to define padding object defaults.
IsDefaultPan - Interface in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options interface for PAN element.
It contains all default values for PAN.
IsDefaultPinch - Interface in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options interface for PINCH element.
It contains all default values for PINCH.
IsDefaultPluginElement - Interface in org.pepstock.charba.client.defaults
Interface to define the common properties of chart element related to default plugins, DefaultPluginId.TITLE and DefaultPluginId.LEGEND.
IsDefaultPlugins - Interface in org.pepstock.charba.client.defaults
Interface to define plugins object defaults.
IsDefaultPoint - Interface in org.pepstock.charba.client.defaults
Interface to define point object defaults.
IsDefaultPointLabels - Interface in org.pepstock.charba.client.defaults
Interface to define point labels object defaults.
IsDefaultPointStyleHandler - Interface in org.pepstock.charba.client.defaults
Interface to define the point styles in the options elements.
isDefaultPrevented() - Method in class org.pepstock.charba.client.dom.BaseEvent
Indicates whether or not the call to BaseEvent.preventDefault() canceled the event.
IsDefaultsAnnotation - Interface in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin annotation DEFAULTS options.
IsDefaultsAnnotationOptions - Interface in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin DEFAULTS options interface, in order to define the attributes of main annotations options.
IsDefaultsBackgroundColorHandler - Interface in org.pepstock.charba.client.annotation
This is the default options for items which provides background color property.
IsDefaultsBoxAnnotation - Interface in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin BOX annotation DEFAULTS options.
IsDefaultScale - Interface in org.pepstock.charba.client.defaults
Interface to define scale/axis object defaults.
IsDefaultScaledOptions - Interface in org.pepstock.charba.client.defaults
Interface to define options defaults.
IsDefaultScaleLimit - Interface in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options interface for scale limit (min and max) elements.
It contains all default values for scale limit.
IsDefaultScaleLines - Interface in org.pepstock.charba.client.defaults
Interface to define scale lines defaults.
THis is used by IsDefaultAngleLines and IsDefaultGrid.
IsDefaultScaleRange - Interface in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options interface for scale range elements.
IsDefaultScales - Interface in org.pepstock.charba.client.defaults
Interface to define scales/axes object defaults.
IsDefaultScaleTitle - Interface in org.pepstock.charba.client.defaults
Interface to define scale title object defaults.
IsDefaultsEllipseAnnotation - Interface in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin ELLIPSE annotation DEFAULTS options.
IsDefaultsLineAnnotation - Interface in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin LINE annotation DEFAULTS options interface.
IsDefaultsLineLabel - Interface in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin LABEL of LINE annotation DEFAULTS options.
IsDefaultsPointAnnotation - Interface in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin POINT annotation DEFAULTS options interface.
IsDefaultsXYAnnotation - Interface in org.pepstock.charba.client.annotation
This is the AnnotationPlugin.ID plugin BOX annotation DEFAULTS options.
IsDefaultTextDirectionHandler - Interface in org.pepstock.charba.client.defaults
Interface to define text direction options.
IsDefaultTicks - Interface in org.pepstock.charba.client.defaults
Interface to define ticks object defaults.
IsDefaultTime - Interface in org.pepstock.charba.client.defaults
Interface to define time object defaults.
IsDefaultTitle - Interface in org.pepstock.charba.client.defaults
Interface to define title object defaults.
IsDefaultTooltips - Interface in org.pepstock.charba.client.defaults
Interface to define tooltips object defaults.
IsDefaultTransitions - Interface in org.pepstock.charba.client.defaults
Interface to define animation node for update mode element defaults, TRANSITIONS name space.
IsDefaultTypedDataset - Interface in org.pepstock.charba.client.defaults
Interface to define datasets object defaults.
IsDefaultWheel - Interface in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options interface for WHEEL element.
It contains all default values for WHEEL.
IsDefaultZoom - Interface in org.pepstock.charba.client.zoom
ZoomPlugin.ID plugin default options interface for ZOOM element.
It contains all default values for ZOOM.
isDestroyOnDetach() - Method in class org.pepstock.charba.client.AbstractChart
Returns true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
isDestroyOnDetach() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
isDestroyOnDetach() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
isDestroyOnDetach() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isDestroyOnDetach() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
isDestroyOnDetach() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
isDestroyOnDetach() - Method in interface org.pepstock.charba.client.IsChart
Returns true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
isDestroyOnDetach() - Method in class org.pepstock.charba.client.options.Options
Returns true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
isDisplay() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns true whether the annotation should be displayed.
isDisplay() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
Returns true whether the annotation should be displayed.
isDisplay() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
Returns true whether the label should be displayed.
isDisplay() - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns true whether the label should be displayed.
isDisplay() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
If true, display the axis title.
isDisplay() - Method in class org.pepstock.charba.client.configuration.Grid
If false, do not display grid for this axis.
isDisplay() - Method in class org.pepstock.charba.client.configuration.Legend
Returns if the legend is shown.
isDisplay() - Method in class org.pepstock.charba.client.configuration.LegendTitle
Returns true if the title is shown.
isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
If true, angle lines are shown
isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
If true, labels are shown
isDisplay() - Method in class org.pepstock.charba.client.configuration.Tick
If true, show tick marks
isDisplay() - Method in class org.pepstock.charba.client.configuration.Title
Returns if the title is shown.
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
If true, angle lines are shown
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
If false, do not display grid for this axis.
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendTitle
Returns true if the legend title is shown.
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
Returns if the element is shown.
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
Returns if the title is shown.
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
Returns if the title is shown.
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If true, show tick marks
isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Returns if the legend is shown.
isDisplay() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns true if clear of selection label will be applied in the chart, otherwise false.
isDisplay() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
Returns if the legend is shown.
isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns true if clear of selection label will be applied in the chart, otherwise false.
isDisplay() - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
Returns true if the element is shown.
isDisplay() - Method in class org.pepstock.charba.client.options.AngleLines
If true, angle lines are shown
isDisplay() - Method in class org.pepstock.charba.client.options.Grid
If false, do not display grid for this axis.
isDisplay() - Method in class org.pepstock.charba.client.options.LegendTitle
Returns true if the title is shown.
isDisplay() - Method in class org.pepstock.charba.client.options.PointLabels
If true, labels are shown.
isDisplay() - Method in class org.pepstock.charba.client.options.ScaleTitle
If true, display the axis title.
isDisplay() - Method in class org.pepstock.charba.client.options.Ticks
If true, show tick marks.
isDisplayColors() - Method in class org.pepstock.charba.client.configuration.Tooltips
If true, color boxes are shown in the tooltip.
isDisplayColors() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
isDisplayColors() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
isDisplayColors() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
If true, color boxes are shown in the tooltip.
isDisplayColors() - Method in class org.pepstock.charba.client.options.Tooltips
If true, color boxes are shown in the tooltip.
isDotAll() - Method in class org.pepstock.charba.client.utils.RegExp
Returns true whether or not the "s" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance.
isDoughnutMode() - Method in class org.pepstock.charba.client.items.LegendNode
Returns if it is in doughnut mode.
isDrawBorder() - Method in class org.pepstock.charba.client.configuration.Grid
If true, draw border at the edge between the axis and the chart area.
isDrawBorder() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
isDrawBorder() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
isDrawBorder() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
If true, draw border at the edge between the axis and the chart area.
isDrawBorder() - Method in class org.pepstock.charba.client.options.Grid
If true, draw border at the edge between the axis and the chart area.
isDrawOnAttach() - Method in class org.pepstock.charba.client.AbstractChart
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
isDrawOnAttach() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
isDrawOnAttach() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
isDrawOnAttach() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isDrawOnAttach() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
isDrawOnAttach() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
isDrawOnAttach() - Method in interface org.pepstock.charba.client.IsChart
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
isDrawOnAttach() - Method in class org.pepstock.charba.client.options.Options
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
isDrawOnChartArea() - Method in class org.pepstock.charba.client.configuration.Grid
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn.
isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
isDrawOnChartArea() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn.
isDrawOnChartArea() - Method in class org.pepstock.charba.client.options.Grid
If true, draw lines on the chart area inside the axis lines.
isDrawTicks() - Method in class org.pepstock.charba.client.configuration.Grid
If true, draw lines beside the ticks in the axis area beside the chart.
isDrawTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
isDrawTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
isDrawTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
If true, draw lines beside the ticks in the axis area beside the chart.
isDrawTicks() - Method in class org.pepstock.charba.client.options.Grid
If true, draw lines beside the ticks in the axis area beside the chart.
isElementInScope(List<PointerElement>, PointerElement) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
Returns true if the element is configured in order to apply cursor when mouse is over.
isEmpty() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Returns true if this list contains no elements
isEmpty() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns true if this list contains no elements
isEmpty() - Method in class org.pepstock.charba.client.commons.Array
Returns true if this array contains no elements.
isEmpty() - Method in class org.pepstock.charba.client.data.AbstractContainer
Returns true if there is at least a stored canvas object, otherwise false.
isEmpty() - Method in class org.pepstock.charba.client.data.Labels
Returns tree if no label is loaded.
isEnableBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
isEnableBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
isEnableBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
isEnableBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
isEnableBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
isEnableBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
isEnabled(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
Returns true if the animation collection is enabled, otherwise false.
isEnabled() - Method in class org.pepstock.charba.client.configuration.Decimation
Returns true if decimation are enabled.
isEnabled() - Method in class org.pepstock.charba.client.configuration.Major
If true, major tick options are used to show major ticks.
isEnabled(String) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns if a plugin is enabled or not.
isEnabled(DefaultPluginId) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns if a default plugin is enabled or not.
isEnabled() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns if tooltips are enabled.
isEnabled() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
 
isEnabled(String) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
 
isEnabled() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
 
isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultMajor
 
isEnabled(String) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
 
isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
Returns true if decimation are enabled.
isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultMajor
If true, major tick options are used to show major ticks.
isEnabled(String) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
Returns if a global plugin is enabled or not.
isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns if tooltips are enabled.
isEnabled() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns true if plugin is enabled.
isEnabled() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
Returns true if plugin is enabled.
isEnabled(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
Returns true if the animation collection is enabled, otherwise false.
isEnabled() - Method in class org.pepstock.charba.client.options.Decimation
Returns true if decimation are enabled.
isEnabled(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
Returns true if the animation collection is enabled, otherwise false.
isEnabled() - Method in class org.pepstock.charba.client.options.Major
If true, major tick options are used to show major ticks.
isEnabled(DefaultPluginId) - Method in class org.pepstock.charba.client.options.Plugins
Returns if a plugin is enabled or not.
isEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
Returns if a plugin is enabled or not.
isEnabled() - Method in class org.pepstock.charba.client.options.Tooltips
Returns true if tooltips are enabled.
isEnabled(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
Returns true if the animation collection is enabled, otherwise false.
isEnabled() - Method in class org.pepstock.charba.client.zoom.Drag
Returns true to enable element for drag zooming.
isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
Returns true to enable element for dragging.
isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPan
Returns true to enable pan element.
isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPinch
Returns true to enable element for pinching.
isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultWheel
Returns true to enable element for wheel zooming.
isEnabled() - Method in class org.pepstock.charba.client.zoom.Pan
Returns true to enable pan element.
isEnabled() - Method in class org.pepstock.charba.client.zoom.Pinch
Returns true to enable element for pinch zooming.
isEnabled() - Method in class org.pepstock.charba.client.zoom.Wheel
Returns true to enable element for wheel zooming.
isEnabledAllCharts(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Returns true if the plugin is enabled to all charts, otherwise false.
isEnabledByKey(Key) - Method in class org.pepstock.charba.client.options.Plugins
Returns if a plugin is enabled or not.
isEnumerable() - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
Gets true if and only if this property shows up during enumeration of the properties on the corresponding object.
IsEnumeratedColor - Interface in org.pepstock.charba.client.colors
Internal interface of enumerated color, like HtmlColor and GwtMaterialColor.
IsEnumeratedScheme - Interface in org.pepstock.charba.client.impl.plugins.enums
Internal interface of enumerated color scheme.
isEqualTo(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if both values passed as argument are equals.
isEqualTo(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if both values passed as argument are equals.
isEventHandled(EventType) - Method in class org.pepstock.charba.client.events.EventBus
Returns true if there is any event handler for event type passed as argument.
isEventHandled(EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
Returns true if there is any event handler for event type passed as argument.
isEventHandled(EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
isEventHandled(EventType) - Method in interface org.pepstock.charba.client.IsChart
Returns true if there is any event handler for event type passed as argument.
isEventInChartArea(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Checks if the coordinate of event is inside the chart area.
isEventInSelectionCleaner(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Checks if the coordinate of event is inside the selection cleaner element.
IsEventProvider - Interface in org.pepstock.charba.client.configuration
Interface to be bale to catch and manage chart events to events handlers.
IsFill - Interface in org.pepstock.charba.client.enums
Represents how to fill the area under the line.
isFillStyleAsColor() - Method in class org.pepstock.charba.client.items.LegendItem
Returns true if the fill style is defined as color.
isFillStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
Returns true if the fill style is defined as gradient.
isFillStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
Returns true if the fill style is defined as canvas pattern.
IsFont - Interface in org.pepstock.charba.client.options
Interface to map a font element.
isFullSize() - Method in class org.pepstock.charba.client.configuration.Legend
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
isFullSize() - Method in class org.pepstock.charba.client.configuration.Title
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
isFullSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
isFullSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
isFullSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
isFullSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
isFullSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns true if marks that this box should take the full width/height of the canvas (moving other boxes).
isFullSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
isFullSize() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns true if marks that this box should take the full width/height of the canvas (moving other boxes).
isFullSize() - Method in class org.pepstock.charba.client.options.Legend
Returns if that this box should take the full width/height of the canvas (moving other boxes).
isFullSize() - Method in class org.pepstock.charba.client.options.Title
Returns if that this box should take the full width/height of the canvas (moving other boxes).
isFunctionInvocationConsistent(Object, ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Returns true if the callback must be invoked, checking callaback and chart consistency.
isGlobal() - Method in class org.pepstock.charba.client.utils.RegExp
Returns true whether or not the "g" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance.
isGreaterThan(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
isGreaterThan(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
isGrouped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
isGrouped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
isGrouped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
isGrouped() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
isGrouped() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
isHidden() - Method in class org.pepstock.charba.client.data.Dataset
Returns if the data set at first drawing will appear or not.
isHidden() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns if the dataset is hidden.
isHidden(IsChart) - Method in class org.pepstock.charba.client.items.LegendItem
Returns true if this item represents a hidden data set.
Label will be rendered with a strike-through effect
isHorizontal() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
Returns true if it can be used for horizontal alignment.
isHorizontal() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns if is an horizontal view.
isHour12() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
 
isHour12() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
Returns whether to use 12-hour time (as opposed to 24-hour time).
isHour12() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Returns whether to use 12-hour time (as opposed to 24-hour time).
isHour12() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
 
IsHtmlLegendDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
Maps the default configuration options of HtmlLegend.ID plugin.
isHtmlText() - Method in class org.pepstock.charba.client.configuration.LegendTitle
Returns true if the text of legend's title is HTML.
This field is used ONLY by HtmlLegend plugin and not by CHART.js.
isHtmlText() - Method in interface org.pepstock.charba.client.items.HasLegendText
Returns true if the text of legend item is HTML.
This field is used ONLY by HtmlLegend plugin and not by CHART.js.
isHtmlText() - Method in class org.pepstock.charba.client.items.LegendTextHandler
Returns true if the text of legend item is HTML.
This field is used ONLY by HtmlLegend plugin and not by CHART.js.
isIgnoreCase() - Method in class org.pepstock.charba.client.utils.RegExp
Returns true if the "i" flag was used; otherwise, false.
The "i" flag indicates that case should be ignored while attempting a match in a string.
It is a read-only property of an individual regular expression instance.
isIgnoreFunctionContext() - Method in class org.pepstock.charba.client.commons.CallbackProxy
Returns true if the functional context must be ignored as argument to pass to callback.
isIncludeBounds() - Method in class org.pepstock.charba.client.configuration.CartesianTick
If true, the defined minimum and maximum values should be presented as ticks even if they are not "nice".
isIncludeBounds() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isIncludeBounds() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isIncludeBounds() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If true, the defined minimum and maximum values should be presented as ticks even if they are not "nice".
isIncludeBounds() - Method in class org.pepstock.charba.client.options.Ticks
If true, the defined minimum and maximum values should be presented as ticks even if they are not "nice".
isInitial() - Method in class org.pepstock.charba.client.items.AnimationItem
Returns true for the initial animation of the chart.
isInitialized() - Method in class org.pepstock.charba.client.AbstractChart
Returns true if CHART.JS chart has been initialized, otherwise false.
isInitialized() - Method in class org.pepstock.charba.client.ChartNode
Returns if CHART.JS chart instance has been initialized.
isInitialized() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
isInitialized() - Method in interface org.pepstock.charba.client.IsChart
Returns true if CHART.JS chart has been initialized, otherwise false.
isInjected() - Method in class org.pepstock.charba.client.adapters.DateAdapterModule
Returns if the date adapter has been injected.
isInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
Returns true if the script or style resource has been already injected.
isInjected() - Static method in class org.pepstock.charba.client.resources.ResourcesType
Returns true if the resource has been injected.
isInRange(List<?>, int) - Method in class org.pepstock.charba.client.AbstractChart
Returns true if the index, passed as argument, is in range of the list.
isInRange(double, double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
Checks if the value passed is in the threshold.
isInside(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns true if the chart event is inside of this box, otherwise false.
isInside(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
Returns true if the chart event is inside of this box, otherwise false.
isInside(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
Returns true if the chart event is inside of one of scales, otherwise false.
IsInternalInjectableTextResource - Interface in org.pepstock.charba.client.resources
Internal empty interface for an injectable resource related to a text resource and used by moudle out of the box provided by CHARBA for deferred resources.
isInternalValue(Position) - Method in class org.pepstock.charba.client.data.Clip
Returns true if clip is enable for passed position.
isIntersect() - Method in class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
if true, the hover mode only applies when the mouse position intersects an item on the chart.
isIntersect() - Method in class org.pepstock.charba.client.configuration.Hover
if true, the hover mode only applies when the mouse position intersects an item on the chart.
isIntersect() - Method in class org.pepstock.charba.client.configuration.Interaction
if true, the hover mode only applies when the mouse position intersects an item on the chart.
isIntersect() - Method in class org.pepstock.charba.client.configuration.Tooltips
if true, the tooltip mode applies only when the mouse position intersects with an element.
isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
 
isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
 
isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
if true, the hover mode only applies when the mouse position intersects an item on the chart.
isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
if true, the tooltip mode applies only when the mouse position intersects with an element.
isIntersect() - Method in class org.pepstock.charba.client.options.AbstractInteraction
if true, the hover mode only applies when the mouse position intersects an item on the chart.
isLeft() - Method in class org.pepstock.charba.client.data.Clip
Returns false if the clip left has been set.
IsLegendEvent - Interface in org.pepstock.charba.client.events
Interface which maps a legend chart event, an event generated from CHART.JS.
isLessThan(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
isLessThan(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
IsLinearAxis - Interface in org.pepstock.charba.client.configuration
Common methods for numeric scales (linear/log cartesian and radial).
IsLinearTick - Interface in org.pepstock.charba.client.configuration
Common methods for linear scale tick is use to chart numerical data.
Can be used for linear cartesian and radial ticks.
IsLocaleItem - Interface in org.pepstock.charba.client.intl
Interface to map the locale item in order to get the name and search the items against the name instead of the value.
isLoop() - Method in class org.pepstock.charba.client.configuration.Animation
If set to true, loops the animations endlessly.
isLoop() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
 
isLoop() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
 
isLoop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
If set to true, loops the animations endlessly.
isLoop() - Method in class org.pepstock.charba.client.options.AbstractAnimation
If set to true, loops the animations endlessly.
isLoop() - Method in class org.pepstock.charba.client.UpdateConfiguration
If set to true, loops the animations endlessly.
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isMaintainAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.options.Options
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
isMajor() - Method in class org.pepstock.charba.client.items.ScaleTickItem
Returns true if is the major tick, otherwise Undefined.BOOLEAN.
isMetaKey() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns true if the meta key was down when the mouse event was fired.
isMirror() - Method in class org.pepstock.charba.client.configuration.CartesianTick
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
isMirror() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isMirror() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isMirror() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
isMirror() - Method in class org.pepstock.charba.client.options.Ticks
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
Note: Only applicable to vertical scales.
isMultiline() - Method in class org.pepstock.charba.client.utils.RegExp
Returns true whether or not the "m" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance.
isNegative(int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a negative number (zero is excluded).
isNegative(double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a negative number (zero is excluded).
isNot(int) - Static method in class org.pepstock.charba.client.items.Undefined
Returns true if the value is not undefined.
isNot(double) - Static method in class org.pepstock.charba.client.items.Undefined
Returns true if the value is not undefined.
isNotEqualTo(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if both values passed as argument are not equals.
isNotEqualTo(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if both values passed as argument are not equals.
isNoWrap() - Method in class org.pepstock.charba.client.dom.elements.TableCell
Returns the value reflecting the nowrap attribute and indicating if cell content can be broken in several lines.
isNullable() - Method in interface org.pepstock.charba.client.commons.Envelop
Returns true if the content of envelop can be null.
isNullable() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
 
IsNumberFormat - Interface in org.pepstock.charba.client.options
Defines a configuration element which is a number format options.
IsNumericAxis - Interface in org.pepstock.charba.client.configuration
Common methods for numeric scales (linear/log cartesian and radial).
IsNumericTick - Interface in org.pepstock.charba.client.configuration
Common methods for numeric ticks (linear/log cartesian and radial).
ISO_WEEK_UNIT - Static variable in class org.pepstock.charba.client.adapters.DateAdapter
 
isOffset() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
This is set to true in the bar chart by default.
isOffset() - Method in class org.pepstock.charba.client.configuration.Grid
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default.
isOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
 
isOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
 
isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
isOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
If true, grid will be shifted to be between labels.
isOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
isOffset() - Method in class org.pepstock.charba.client.options.AbstractScale
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
isOffset() - Method in class org.pepstock.charba.client.options.Grid
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default.
isOnlyYAxis - Variable in class org.pepstock.charba.client.configuration.StackedScales
 
isOnlyYAxis() - Method in class org.pepstock.charba.client.configuration.StackedScales
Returns true if there is only a Y axis, otherwise false.
isOverlap() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns if draws label even it's overlap.
isOverlap() - Method in class org.pepstock.charba.client.labels.Label
Returns if draws label even it's overlap.
isOverride() - Method in enum org.pepstock.charba.client.resources.ResourceName
Returns true if the resource can be override by user.
IsoWeekDay - Enum in org.pepstock.charba.client.enums
Enumeration with ISO day of the week with 0 being Sunday and 6 being Saturday.
IsoWeekDay(int) - Constructor for enum org.pepstock.charba.client.enums.IsoWeekDay
Creates with the property value to use in the native object.
IsPadding - Interface in org.pepstock.charba.client.options
Interface to map a font element.
isPercentageThreshold() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Returns true if percentage threshold is used, otherwise false.
isPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Bar
Returns true if the point style is set by an Img.
isPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns true if the point style is set by an Img.
isPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Point
Returns true if the point style is set by an Img.
isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
 
isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
 
isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
isPointStyleAsImage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
Returns true if the point style is set by an Img.
isPointStyleAsImage() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true if the point style is set by an Img.
isPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendItem
Returns true if the point style is defined as image.
isPointStyleAsImage() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
Returns true if the point style is set by an Img.
isPointStyleAsImage() - Method in interface org.pepstock.charba.client.options.HasPointStyle
Returns true if the point style is set by an Img.
isPointStyleAsImage() - Method in class org.pepstock.charba.client.options.PointStyleHandler
Returns true if the point style is set by an Img.
isPositive(int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a positive number (zero is included).
isPositive(double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if value passed as argument is a positive number (zero is included).
isPredefined(IsFill) - Static method in enum org.pepstock.charba.client.enums.Fill
Checks if the fill passed by argument is a predefined fill, the returns true.
isPreventClickEvent() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Returns a flag to prevent click event after drawing of selection area.
isPropagate() - Method in class org.pepstock.charba.client.configuration.Filler
Returns true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
isPropagate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
 
isPropagate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFiller
 
isPropagate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFiller
Returns true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
isPropagate() - Method in class org.pepstock.charba.client.options.Filler
Returns true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
isReadyForApi(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Checks if the chart is ready to perform the API.
It searches if the chart is consistent and if the plugin has been activated for the chart.
isRecognize(List<EventType>) - Method in class org.pepstock.charba.client.events.AbstractHandlerEvent
Returns true if the type of event handler is inside the list provided as argument, otherwise false.
isRecognize(EventType) - Method in class org.pepstock.charba.client.events.AbstractHandlerEvent
Returns true if the type of event handler is equals to the event handler type provided as argument, otherwise false.
isRegistered(String) - Method in class org.pepstock.charba.client.controllers.Controllers
Checks if the controller is registered by its type.
isRegistered() - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
Returns true if the plugin has been already registered.
isReplay() - Method in class org.pepstock.charba.client.items.PluginEventArgument
Returns true if this event is replayed from IsChart.update().
IsResourceType - Interface in org.pepstock.charba.client.resources
Base empty interface to define a resource type to load mandatory CHARBA resources.
isResponsive() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the resizing of the chart canvas when its container does.
isResponsive() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
isResponsive() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isResponsive() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the resizing of the chart canvas when its container does.
isResponsive() - Method in class org.pepstock.charba.client.options.Options
Returns the resizing of the chart canvas when its container does.
isReverse() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the reverses order of tick labels.
isReverse() - Method in class org.pepstock.charba.client.configuration.Legend
Returns if the legend will show datasets in reverse order.
isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns if the legend will show datasets in reverse order.
isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the reverses order of tick labels.
isReverse() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
If set to true, the order of the colors in the selected scheme is reversed.
isReverse() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
If set to true, the order of the colors in the selected scheme is reversed.
isReverse() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns the reverses order of tick labels.
isReverse() - Method in class org.pepstock.charba.client.options.Legend
Returns if the legend will show datasets in reverse order.
isRight() - Method in class org.pepstock.charba.client.data.Clip
Returns false if the clip right has been set.
isRtl() - Method in class org.pepstock.charba.client.configuration.Legend
Returns true for rendering the legends from right to left.
isRtl() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns true for rendering the tooltips from right to left.
isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
isRtl() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectionHandler
Returns true for rendering the object from right to left.
isRtl() - Method in interface org.pepstock.charba.client.options.HasTextDirection
 
isRtl() - Method in class org.pepstock.charba.client.options.TextDirectionHandler
Returns true for rendering the tooltips from right to left.
IsScriptableFontProvider<T extends ChartContext> - Interface in org.pepstock.charba.client.options
Map an object which contains a font instance which can be set by callback, FontCallback.
IsScriptablePaddingProvider<T extends ChartContext> - Interface in org.pepstock.charba.client.options
Map an object which contains a padding instance which can be set by callback, PaddingCallback.
IsShape - Interface in org.pepstock.charba.client.colors.tiles
Defines a shape to draw on the tile.
isShiftKey() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
Returns true if the shift key was down when the mouse event was fired.
isShowActualPercentages() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
isShowActualPercentages() - Method in class org.pepstock.charba.client.labels.Label
Returns if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.configuration.Tick
If true, draw a background behind the tick labels.
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isShowLabelBackdrop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If true, draw a background behind the tick labels.
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.options.Ticks
If true, draw a background behind the tick labels.
isShowLine() - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
If false, the lines between points are not drawn.
isShowLine() - Method in class org.pepstock.charba.client.data.LineDataset
Returns if the line is not drawn for this dataset.
isShowLine() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
isShowLine() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
 
isShowLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isShowLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
isShowLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
If false, the lines between points are not drawn.
isShowLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTypedDataset
Returns if the line is not drawn for this dataset.
isShowLine() - Method in class org.pepstock.charba.client.options.Options
If false, the lines between points are not drawn.
isShowLine() - Method in class org.pepstock.charba.client.options.TypedDataset
Returns if the line is not drawn for this data set.
isShowZero() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns whether or not labels of value 0 are displayed.
isShowZero() - Method in class org.pepstock.charba.client.labels.Label
Returns whether or not labels of value 0 are displayed.
isSingleStacked() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
Returns if you might want to stack positive and negative values together.
isSingleStacked() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
isSingleStacked() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
isSingleStacked() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns if you might want to stack positive and negative values together.
isSingleStacked() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns if you might want to stack positive and negative values together.
isSkipNull() - Method in class org.pepstock.charba.client.configuration.BarOptions
If true, null or undefined values will not be drawn.
isSkipNull() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
isSkipNull() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isSkipNull() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
If true, null or undefined values will not be drawn.
isSkipNull() - Method in class org.pepstock.charba.client.options.Options
If true, null or undefined values will not be drawn.
isSkipped() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns true if skipped.
isSpanGaps() - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
If false, NaN data causes a break in the line.
isSpanGaps() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
isSpanGaps() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isSpanGaps() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
If false, NaN data causes a break in the line.
isSpanGaps() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
Returns if lines will be drawn between points with no or null data.
If false, points with Double.NaN data will create a break in the line.
isSpanGaps() - Method in class org.pepstock.charba.client.options.Options
 
isSpanGaps() - Method in class org.pepstock.charba.client.options.SpanGapHandler
Returns if lines will be drawn between points with no or null data.
If false, points with Double.NaN data will create a break in the line.
isStacked() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
Gets if the axis are stacked or not.
isStacked() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
isStacked() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
isStacked() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns if the axis are stacked or not.
isStacked() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Returns true if it computes the percentage on stacked datasets.
isStacked() - Method in class org.pepstock.charba.client.options.AbstractScale
Returns if the axis are stacked or not.
isStepped() - Method in class org.pepstock.charba.client.configuration.Line
Returns true to show the line as a stepped line (tension will be ignored).
isStepped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
isStepped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
isStepped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns true to show the line as a stepped line (tension will be ignored).
isStepped() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Returns true to show the line as a stepped line (tension will be ignored).
isStepped() - Method in class org.pepstock.charba.client.options.Line
Returns true to show the line as a stepped line (tension will be ignored).
isSticky() - Method in class org.pepstock.charba.client.utils.RegExp
Returns true whether or not the search is sticky (searches in strings only from the index indicated by the last index property of this regular expression).
It is a read-only property of an individual regular expression instance.
isStop() - Method in class org.pepstock.charba.client.items.DatasetElement
Returns true if stopped.
isStrokeStyleAsColor() - Method in class org.pepstock.charba.client.items.LegendItem
Returns true if the stroke style is defined as color.
isStrokeStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
Returns true if the stroke style is defined as gradient.
isStrokeStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
Returns true if the stroke style is defined as gradient.
isSupported() - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns true if canvas is supported by browser, otherwise false.
isTextShadow() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
Returns if draws text shadows under labels.
isTextShadow() - Method in class org.pepstock.charba.client.labels.Label
Returns if draws text shadows under labels.
IsThreshold - Interface in org.pepstock.charba.client.impl.charts
Interface to map a threshold.
isTimeSeriesItem(DataPoint) - Static method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Returns true if the data point, passed as argument, has got the properties to be a time series item (time and Y value).
IsTooltipPosition - Interface in org.pepstock.charba.client.enums
Defines an object which represents the positioning of the tooltip.
isTop() - Method in class org.pepstock.charba.client.data.Clip
Returns false if the clip top has been set.
IsTransitions - Interface in org.pepstock.charba.client.options
Interface to map a transitions element, TRANSITIONS name space.
isType(Key, ObjectType) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns true if the type of the property is equals to object type passed as argument.
IsTypedAnimationKey - Interface in org.pepstock.charba.client.options
Represents an animation key which contains a animation type.
isUndefined(String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Returns true if the property, identified by the passed key, is undefined.
isUnicode() - Method in class org.pepstock.charba.client.utils.RegExp
Returns true whether or not the "u" flag is used with a regular expression.
It is a read-only property of an individual regular expression instance.
isUniqueChartId(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
Returns true if the passed id is a CHARBA charts id.
isUseGrouping() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Returns true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
isUseGrouping() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
 
isUseGrouping() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
Returns true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
isUseGrouping() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
isUseGrouping() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
 
isUseGrouping() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Returns true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
isUsePointStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
isUsePointStyle() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
isUsePointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
isUsePointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
isUsePointStyle() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns if label style will match corresponding point style (size is based on font size, boxWidth is not used in this case).
isUsePointStyle() - Method in class org.pepstock.charba.client.options.Tooltips
Returns if to use the corresponding point style (from dataset options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
isUseSelectionStyle() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
Returns true if selection cleaner element will apply style of selection area, otherwise false.
isUseSelectionStyle() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Returns true if selection cleaner element will apply style of selection area, otherwise false.
isValid(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
Returns true if id passed as argument is not null and its value could be a valid annotation configuration object id.
isValid(AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
Returns true if id passed as argument is not null and its value is not null as well and could be a valid annotation configuration object id.
isValid(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
Returns true if the passed color instance is consistent, that means with a right red, green, blue and alpha values.
isValid(IsShape) - Static method in interface org.pepstock.charba.client.colors.tiles.IsShape
Returns true if shape passed as argument is not null and its methods are not returning null as well.
isValid(Envelop) - Static method in interface org.pepstock.charba.client.commons.Envelop
Returns true if envelop passed as argument is not null and its content is not null as well.
isValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
Returns true if key passed as argument is not null and its value is not null as well.
isValid(String) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
Returns true if id passed as argument is not null and its value could be a valid property key.
isValid(PropertyKey) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
Returns true if id passed as argument is not null and its value is not null as well and could be a valid property key.
isValid(String) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
Returns true if the passed id is compliant with the constraints of property key.
A scale id
can not contain any non-URL-safe characters cannot contain upper case letters
isValid(Controller) - Static method in interface org.pepstock.charba.client.Controller
Returns true if the controller is consistent.
isValid(DataLabelId) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
Returns true if id passed as argument is not null and its value is not null as well and could be a valid label configuration object id.
isValid(IsFill) - Static method in interface org.pepstock.charba.client.enums.IsFill
Returns true if fill passed as argument is not null and its value is not null and its mode is not null as well.
isValid(IsThreshold) - Static method in interface org.pepstock.charba.client.impl.charts.IsThreshold
Returns true if threshold passed as argument is not null and its properties are not null.
isValid(ColorScheme) - Static method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
Returns true if color scheme passed as argument is not null and its properties are not null.
isValid() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
Returns true if start and end positions are consistent and that means an area has been selected.
isValid(String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
Returns an instance of locale created from the fields set on this builder.
isValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
Returns true if chart passed as argument is not null and its id is not null as well.
isValid(LabelId) - Static method in interface org.pepstock.charba.client.labels.LabelId
Returns true if id passed as argument is not null and its value is not null as well and could be a valid label configuration object id.
isValid(AnimationCollectionKey) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
Returns true if type passed as argument is not null and its type is not null as well.
isValid(AnimationPropertyKey) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
Returns true if type passed as argument is not null and its type is not null as well.
isValid(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
Returns true if scale id passed as argument is not null and its value could be a valid scale id.
isValid(ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
Returns true if scale id passed as argument is not null and its value is not null as well and could be a valid scale id.
isValid(TransitionKey) - Static method in interface org.pepstock.charba.client.options.TransitionKey
Returns true if type passed as argument is not null.
isValid(TooltipPositioner) - Static method in interface org.pepstock.charba.client.positioner.TooltipPositioner
Returns true if tooltip positioner passed as argument is not null and its name is not null as well.
isValid(Type) - Static method in interface org.pepstock.charba.client.Type
Returns true if type passed as argument is not null and its scale type is not null as well.
isValidDataIndex(int, int) - Method in class org.pepstock.charba.client.AbstractChart
Returns true if the dataset index and data index, passed as arguments, are valid indexes.
isValidDatasetIndex(int) - Method in class org.pepstock.charba.client.AbstractChart
Returns true if the dataset index, passed as argument, is a valid index.
isVertical() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
Returns true if it can be used for vertical alignment.
isVisible() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns if the dataset is visible.
isWritable() - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
Gets true if and only if the value associated with the property may be changed
ITALY - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.ITALY.
item(int) - Method in class org.pepstock.charba.client.dom.NamedNodeMap
Returns an item in the map by its index, or null if the index is out-of-bounds.
item(int) - Method in class org.pepstock.charba.client.dom.NodeList
Returns an item in the list by its index, or null if the index is out-of-bounds.
item(int) - Method in class org.pepstock.charba.client.dom.TouchList
Returns the touch object at the specified index in the list.
item - Variable in class org.pepstock.charba.client.events.AbstractAnimationEvent
 
item - Variable in class org.pepstock.charba.client.events.AbstractLegendEvent
 
item - Variable in class org.pepstock.charba.client.events.AxisClickEvent
 
item - Variable in class org.pepstock.charba.client.events.DatasetSelectionEvent
 
item - Variable in class org.pepstock.charba.client.events.TitleClickEvent
 
ITEM_CALLBACK - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
 
itemCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
 
items - Variable in class org.pepstock.charba.client.callbacks.TooltipContext
 
items - Variable in class org.pepstock.charba.client.events.AbstractChartTypedEvent
 
ItemsEnvelop<T> - Class in org.pepstock.charba.client.items
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
ItemsEnvelop(T) - Constructor for class org.pepstock.charba.client.items.ItemsEnvelop
Create an envelop with the content passed as argument.
ItemsEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.items.ItemsEnvelop
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
ItemSortCallback<T> - Interface in org.pepstock.charba.client.callbacks
Allows sorting of items, for tooltip or legend.
itemSortCallback - Variable in class org.pepstock.charba.client.configuration.LegendLabels
 
itemSortCallback - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
itemSortCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LegendLabels
 
itemSortCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
iterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns an iterator over the elements in this list in proper sequence.
IteratorImpl<E> - Class in org.pepstock.charba.client.commons
Custom iterator over a collection.
IteratorImpl(List<E>) - Constructor for class org.pepstock.charba.client.commons.IteratorImpl
Builds the iterator, storing the list instance

J

JAPAN - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.JAPAN.
JAVASCRIPT_RESOURCES_PATH - Static variable in class org.pepstock.charba.client.resources.DeferredResources
Path in the the project where the java script resources are stored, "org/pepstock/charba/client/resources/js/".
join() - Method in class org.pepstock.charba.client.commons.Array
Creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas.
If the array has only one item, then that item will be returned without using the separator.
join(String) - Method in class org.pepstock.charba.client.commons.Array
Creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas or a specified separator string.
If the array has only one item, then that item will be returned without using the separator.
JoinStyle - Enum in org.pepstock.charba.client.enums
Determines how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
JoinStyle(String) - Constructor for enum org.pepstock.charba.client.enums.JoinStyle
Creates with the property value to use in the native object.
JoinStyleCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderJoinStyle property at runtime.
JS_CALLBACK_PROXY - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as CallbackProxy with name "CharbaCallbackProxy", (internal of Charba).
JS_CHART_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsChartsHelper with name "CharbaJsChartHelper", (internal of Charba).
JS_CONTROLLER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsControllerHelper with name "CharbaJsControllerHelper", (internal of Charba).
JS_DATALABELS_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsDataLabelsHelper with name "CharbaJsDataLabelsHelper", (internal of Charba), when DataLabelsPlugin is activated.
JS_DATE_ADAPTER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsDateAdapterHelper with name "CharbaJsDateAdapterHelper", (internal of Charba).
JS_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsHelper with name "CharbaJsHelper", (internal of Charba).
JS_HTML_LEGEND_BUILDER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsHtmlLegendBuilderHelper with name "CharbaJsHtmlLegendBuilderHelper", (internal of Charba), when HtmlLegend is activated.
JS_ITEMS_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsItemsHelper with name "CharbaJsItemsHelper", (internal of Charba).
JS_OBJECT_ARRAY_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectArray with name "CharbaJsObjectArrayHelper", (internal of Charba).
JS_OBJECT_BOOLEAN_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectBoolean with name "CharbaJsObjectBooleanHelper", (internal of Charba).
JS_OBJECT_CALLBACK_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectCallback with name "CharbaJsObjectCallbackHelper", (internal of Charba).
JS_OBJECT_CALLBACK_PROXY_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectCallbackProxy with name "CharbaJsObjectCallbackProxyHelper", (internal of Charba).
JS_OBJECT_CHART_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectChart with name "CharbaJsObjectChartHelper", (internal of Charba).
JS_OBJECT_DOUBLE_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectDouble with name "CharbaJsObjectDoubleHelper", (internal of Charba).
JS_OBJECT_GRADIENT_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectGradient with name "CharbaJsObjectGradientHelper", (internal of Charba).
JS_OBJECT_IMAGE_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectImage with name "CharbaJsObjectImageHelper", (internal of Charba).
JS_OBJECT_INTEGER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectInteger with name "CharbaJsObjectIntegerHelper", (internal of Charba).
JS_OBJECT_NATIVE_EVENT_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectEvent with name "CharbaJsObjectNativeEventHelper", (internal of Charba).
JS_OBJECT_NATIVE_OBJECT_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectObject with name "CharbaJsObjectNativeObjectHelper", (internal of Charba).
JS_OBJECT_PATTERN_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectPattern with name "CharbaJsObjectPatternHelper", (internal of Charba).
JS_OBJECT_STRING_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as NativeJsObjectString with name "CharbaJsObjectStringHelper", (internal of Charba).
JS_PLUGIN_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsPluginHelper with name "CharbaJsPluginHelper", (internal of Charba).
JS_POSITIONER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsPositionerHelper with name "CharbaJsPositionerHelper", (internal of Charba).
JS_WINDOW_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsWindowHelper with name "CharbaJsWindowHelper", (internal of Charba).
JS_ZOOM_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsZoomHelper with name "CharbaJsZoomHelper", (internal of Charba), when ZoomPlugin is activated.
JsChartHelper - Class in org.pepstock.charba.client
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to invoke CHART.JS callbacks, provided out of the box, the default one.
This wrapper is necessary to ensure that script is injected with CHART.JS.
JsChartHelper() - Constructor for class org.pepstock.charba.client.JsChartHelper
To avoid any instantiation
JsControllerHelper - Class in org.pepstock.charba.client.controllers
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS controllers.
This wrapper is necessary to ensure that script is injected with CHART.JS.
JsControllerHelper() - Constructor for class org.pepstock.charba.client.controllers.JsControllerHelper
To avoid any instantiation
JsDataLabelsHelper - Class in org.pepstock.charba.client.datalabels
Internal utility for DataLabelsPlugin to register the plugin globally to Chart.js.
This is needed because from the plugin version for Chart.js 3, the plugin doesn't register itself golbally anymore and delegeate this operation to the user.
To maintain the same capabilities of Charba, this object register the plugin globally.
JsDataLabelsHelper() - Constructor for class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
To avoid any instantiation
JsDateAdapterHelper - Class in org.pepstock.charba.client.adapters
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation to create a date adapter from CHART.JS.
JsDateAdapterHelper() - Constructor for class org.pepstock.charba.client.adapters.JsDateAdapterHelper
To avoid any instantiation
JsHelper - Class in org.pepstock.charba.client.commons
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects.
JsHelper() - Constructor for class org.pepstock.charba.client.commons.JsHelper
To avoid any instantiation
JsHelperResource - Class in org.pepstock.charba.client.commons
Contains the content of charba.helper.min.js to inject.
JsHelperResource() - Constructor for class org.pepstock.charba.client.commons.JsHelperResource
Creates the injectable resource with charba.helper.min.js content.
JsItemsHelper - Class in org.pepstock.charba.client.items
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects for CHARBA items.
JsItemsHelper() - Constructor for class org.pepstock.charba.client.items.JsItemsHelper
To avoid any instantiation
JSON - Class in org.pepstock.charba.client.utils
This is the wrapper to JSON java script object.
The JSON object contains methods for parsing JSON and converting values to JSON.
JSON() - Constructor for class org.pepstock.charba.client.utils.JSON
To avoid any instantiation
JSON.Replacer - Interface in org.pepstock.charba.client.utils
A function that alters the behavior of the stringification process.
JSONReplacerConstants - Class in org.pepstock.charba.client.utils
Contains the constants used by JSON stringify replacer.
JSONReplacerConstants() - Constructor for class org.pepstock.charba.client.utils.JSONReplacerConstants
To avoid any instantiation.
JsPluginHelper - Class in org.pepstock.charba.client.plugins
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS plugins.
This wrapper is necessary to ensure that script is injected with CHART.JS.
JsPluginHelper() - Constructor for class org.pepstock.charba.client.plugins.JsPluginHelper
To avoid any instantiation
JsPositionerHelper - Class in org.pepstock.charba.client.positioner
Internal utility of positioner to invoke java script methods to activate and manage custom positioner.
JsPositionerHelper() - Constructor for class org.pepstock.charba.client.positioner.JsPositionerHelper
To avoid any instantiation
JsZoomHelper - Class in org.pepstock.charba.client.zoom
Internal utility of ZoomPlugin to reset zooming.
This is done a native javascript object because the plugin adds a function to original CHART.JS chart instance.
To maintain Chart clean from custom functions and properties, this helper has benn implemented.
JsZoomHelper() - Constructor for class org.pepstock.charba.client.zoom.JsZoomHelper
To avoid any instantiation

K

Key - Interface in org.pepstock.charba.client.commons
Represents the property key of a JavaScript object.
Used for enum.
key - Variable in class org.pepstock.charba.client.events.AbstractChartEvent
 
key(String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
Creates a key by the plugin id as string
KEY_PREFIX - Static variable in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
 
keyPrefix - Variable in class org.pepstock.charba.client.colors.tiles.AbstractShape
 
keyPrefix - Variable in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
 
keys() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the list of properties names of the object.
keys(NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeUtils
Returns an array of a given object's own property names, in the same order as we get with a normal loop.
KEYS - Static variable in class org.pepstock.charba.client.data.ArcBorderRadius
 
KEYS - Static variable in class org.pepstock.charba.client.data.BarBorderRadius
 
KEYS - Static variable in class org.pepstock.charba.client.data.BarBorderWidth
 

L

label - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
 
label - Variable in class org.pepstock.charba.client.datalabels.AbstractBuilder
 
label - Variable in class org.pepstock.charba.client.datalabels.DataLabelsContext
 
label - Variable in class org.pepstock.charba.client.items.ScaleValueItem
 
Label - Class in org.pepstock.charba.client.labels
This is the object to map the LabelsPlugin.ID plugin options, both at chart and global level.
Label() - Constructor for class org.pepstock.charba.client.labels.Label
Creates new DataLabelsPlugin.ID plugin label, using an incremental id.
Label(String) - Constructor for class org.pepstock.charba.client.labels.Label
Creates new DataLabelsPlugin.ID plugin label, using the id passed as argument as label id.
Label(LabelId) - Constructor for class org.pepstock.charba.client.labels.Label
Creates new DataLabelsPlugin.ID plugin label, using the id passed as argument as label id.
Label(LabelId, IsDefaultLabel, NativeObject) - Constructor for class org.pepstock.charba.client.labels.Label
Creates new LabelsPlugin.ID plugin options.
label - Variable in class org.pepstock.charba.client.labels.LabelBuilder
 
Label.Property - Enum in org.pepstock.charba.client.labels
Name of properties of native object.
LABEL_COLUMN_ID_TEMPLATE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
 
LabelBuilder - Class in org.pepstock.charba.client.labels
Comfortable object to create LabelsPlugin.ID plugin LABEL options by a builder.
LabelBuilder(LabelsOptionsBuilder, Label) - Constructor for class org.pepstock.charba.client.labels.LabelBuilder
Creates a label builder with the parent and the label to wrap.
labelBuilders - Variable in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
 
labelCallback - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
labelCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
labelColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
LabelId - Interface in org.pepstock.charba.client.labels
Represents the label id of a label configuration object in the LabelsPlugin.ID plugin.
LabelItem - Class in org.pepstock.charba.client.datalabels
This is the base for DataLabelsPlugin.ID plugin options where to set all the configuration needed to the a label.
The options could be set by simply the value or by setting a callback.
LabelItem(IsDefaultDataLabelsItem, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.LabelItem
Creates new DataLabelsPlugin.ID plugin options.
LabelItem.Property - Enum in org.pepstock.charba.client.datalabels
Name of properties of native object.
LabelItem.ProxyFormatterCallback - Interface in org.pepstock.charba.client.datalabels
Java script FUNCTION callback called to provide the value by custom formatter.
Must be an interface with only 1 method.
LabelItemBuilder - Class in org.pepstock.charba.client.datalabels
Comfortable object to create DataLabelsPlugin.ID label item by a builder.
LabelItemBuilder(LabelItem) - Constructor for class org.pepstock.charba.client.datalabels.LabelItemBuilder
Creates a label item builder with the instance to wrap.
labelItemBuilders - Variable in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
 
labelOptions - Variable in class org.pepstock.charba.client.labels.LabelsContext
 
labelPointStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
LabelPosition - Enum in org.pepstock.charba.client.annotation.enums
Property to set the position's line label to its normal position.
LabelPosition(String) - Constructor for enum org.pepstock.charba.client.annotation.enums.LabelPosition
Creates with the property value to use in the native object.
LabelPositionCallback - Interface in org.pepstock.charba.client.annotation.callbacks
Callback interface of AnnotationPlugin.ID plugin to set position property at runtime, to LineLabel.
labels - Variable in class org.pepstock.charba.client.configuration.Legend
 
Labels - Class in org.pepstock.charba.client.data
Contains the labels of the chart.
Is able to manage also multi-line labels.
Labels(ArrayMixedObject) - Constructor for class org.pepstock.charba.client.data.Labels
To avoid any instantiations
labels - Variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
 
labels - Variable in class org.pepstock.charba.client.datalabels.DefaultOptions
 
Labels - Class in org.pepstock.charba.client.datalabels
Base object to map multi labels options for DataLabelsPlugin.ID plugin configuration.
It's possible to define multiple labels for each data element using the this object.
It is an object where each property represents a new label, the key being the label key and the value being the options specific to each label.
Labels(IsDefaultDataLabelsOptions, IsDefaultLabels, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.Labels
Creates the object with native object instance to be wrapped.
labels - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
labels - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
labels - Variable in class org.pepstock.charba.client.options.Legend
 
labelsCallback - Variable in class org.pepstock.charba.client.configuration.LegendLabels
 
labelsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LegendLabels
 
LabelsContext - Class in org.pepstock.charba.client.labels
This object is wrapping the native java script object provided by LabelsPlugin.ID plugin when the callback function is called.
LabelsContext(Label, NativeObject) - Constructor for class org.pepstock.charba.client.labels.LabelsContext
Creates the object with native object instance to be wrapped and the label instance.
LabelsContext.Property - Enum in org.pepstock.charba.client.labels
Name of properties of native object.
LabelsDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.labels.LabelsOptionsFactory.LabelsDefaultsOptionsFactory
To avoid any instantiation
LabelsEnvelop<T> - Class in org.pepstock.charba.client.labels
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
LabelsEnvelop(T) - Constructor for class org.pepstock.charba.client.labels.LabelsEnvelop
Create an envelop with the content passed as argument.
labelsHandler - Variable in class org.pepstock.charba.client.data.Data
 
LabelsHandler - Class in org.pepstock.charba.client.data
Utility to manage the LABELS on chart datasets and options.
LabelsHandler(OptionsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.data.LabelsHandler
Creates the utility using dataset native object.
This is callable only from options package.
LabelsHandler(NativeObject) - Constructor for class org.pepstock.charba.client.data.LabelsHandler
Creates the utility using dataset native object.
labelsHandler - Variable in class org.pepstock.charba.client.options.AbstractScale
 
LabelsHandler.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
LabelsOptions - Class in org.pepstock.charba.client.labels
This is the object to map the LabelsPlugin.ID plugin options, both at chart and global level.
LabelsOptions() - Constructor for class org.pepstock.charba.client.labels.LabelsOptions
Creates new DataLabelsPlugin.ID plugin options.
LabelsOptions(IsChart) - Constructor for class org.pepstock.charba.client.labels.LabelsOptions
Creates new LabelsPlugin.ID plugin options, relating to chart instance for default.
LabelsOptions(IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.labels.LabelsOptions
Creates new LabelsPlugin.ID plugin options.
LabelsOptionsBuilder - Class in org.pepstock.charba.client.labels
Comfortable object to create LabelsPlugin.ID plugin options by a builder.
LabelsOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.labels.LabelsOptionsBuilder
To avoid any instantiation
LabelsOptionsFactory - Class in org.pepstock.charba.client.labels
Factory to get the options (form chart or from default global ones) related to LabelsPlugin.ID plugin.
LabelsOptionsFactory() - Constructor for class org.pepstock.charba.client.labels.LabelsOptionsFactory
To avoid any instantiation.
LabelsOptionsFactory.LabelsDefaultsOptionsFactory - Class in org.pepstock.charba.client.labels
Internal factory to create options from default global option for the plugin
LabelsPlugin - Class in org.pepstock.charba.client.labels
Entry point of LABELS plugin with some static utilities to enable it and to get and set options.
LabelsPlugin() - Constructor for class org.pepstock.charba.client.labels.LabelsPlugin
To avoid any instantiation
LabelsPluginResource - Class in org.pepstock.charba.client.labels
Contains the content of chartjs-plugin-labels.min.js to inject.
LabelsPluginResource() - Constructor for class org.pepstock.charba.client.labels.LabelsPluginResource
Creates the injectable resource with chartjs-plugin-labels.min.js content.
labelTextColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
language - Variable in class org.pepstock.charba.client.intl.CLocale
 
language - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
 
Language - Enum in org.pepstock.charba.client.intl
Enumerates the language identifiers which can be used to create and manage locale.
Language(String, String) - Constructor for enum org.pepstock.charba.client.intl.Language
Creates the object with identifier (3 chars) and its name.
Language(String, String, String) - Constructor for enum org.pepstock.charba.client.intl.Language
Creates the object with identifiers (3 and 2 chars) and its name.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastIndexOf(ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImage
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObject
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastIndexOf(String) - Method in class org.pepstock.charba.client.commons.ArrayString
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(String) - Method in class org.pepstock.charba.client.utils.RegExpResult
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
lastReturn - Variable in class org.pepstock.charba.client.commons.IteratorImpl
 
layout - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Layout - Class in org.pepstock.charba.client.configuration
The layout configuration is needed to set the padding.
Layout(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Layout
Builds the object storing the root options element.
layout - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
Layout - Class in org.pepstock.charba.client.options
The layout configuration is needed to set the padding.
Layout(Options, Key, IsDefaultLayout, NativeObject) - Constructor for class org.pepstock.charba.client.options.Layout
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
layout - Variable in class org.pepstock.charba.client.options.Options
 
Layout.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
Layout.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
LEAVE_EVENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.Listeners
 
LEAVE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
LeaveCallback - Interface in org.pepstock.charba.client.annotation.listeners
Callback interface of AnnotationPlugin.ID plugin that is called once leave is fired.
leaveCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
leaveCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Legend
 
leaveCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
 
leaveEventCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.Listeners
 
LeaveEventHandler - Interface in org.pepstock.charba.client.datalabels.events
Callback interface of DataLabelsPlugin.ID plugin to manage LEAVE events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returns true, the label is updated with the new context and the chart re-rendered.
left - Variable in class org.pepstock.charba.client.colors.Area
 
left - Variable in class org.pepstock.charba.client.impl.plugins.SelectionArea
 
leftRightValue - Variable in enum org.pepstock.charba.client.enums.TextAlign
 
legend - Variable in class org.pepstock.charba.client.ChartNode
 
legend - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Legend - Class in org.pepstock.charba.client.configuration
The chart legend displays data about the datasets that area appearing on the chart.
Legend(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Legend
Builds the object storing the chart instance and the root options element.
legend - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
legend - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
Legend - Class in org.pepstock.charba.client.options
The chart legend displays data about the datasets that area appearing on the chart.
Legend(Plugins, Key, IsDefaultLegend, NativeObject) - Constructor for class org.pepstock.charba.client.options.Legend
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
legend - Variable in class org.pepstock.charba.client.options.Options
 
Legend.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
Legend.ProxyLegendEventCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called when a event on the legend is raised.
Must be an interface with only 1 method.
LegendClickEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the legend of the chart.
LegendClickEvent(ChartEventContext, LegendItem) - Constructor for class org.pepstock.charba.client.events.LegendClickEvent
Creates the event with legend item related to the click
LegendClickEventHandler - Interface in org.pepstock.charba.client.events
Event handler for clicking on the chart legend.
LegendEventProperty - Enum in org.pepstock.charba.client.enums
Enumerates the name of options property to set the callbacks to legend events.
LegendEventProperty(String) - Constructor for enum org.pepstock.charba.client.enums.LegendEventProperty
Creates with the property value to use in the native object.
LegendFilterCallback - Interface in org.pepstock.charba.client.callbacks
Filters legend items out of the legend.
LegendHitBoxItem - Class in org.pepstock.charba.client.items
This is a wrapper of the CHART.JS item which contains the legends hit box.
LegendHitBoxItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendHitBoxItem
Creates the item using a native java script object which contains all properties.
LegendHitBoxItem.LegendHitBoxItemFactory - Class in org.pepstock.charba.client.items
Inner class to create legend hit box item by a native object.
LegendHitBoxItemFactory() - Constructor for class org.pepstock.charba.client.items.LegendHitBoxItem.LegendHitBoxItemFactory
 
LegendHoverEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user hovers on the legend of the chart.
LegendHoverEvent(ChartEventContext, LegendItem) - Constructor for class org.pepstock.charba.client.events.LegendHoverEvent
Creates the event with legend item related to the hover
LegendHoverEventHandler - Interface in org.pepstock.charba.client.events
Event handler for hovering on the chart legend.
legendItem - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
 
LegendItem - Class in org.pepstock.charba.client.items
This is a wrapper of the CHART.JS item which contains the legend item.
LegendItem() - Constructor for class org.pepstock.charba.client.items.LegendItem
To avoid any user creation but provides an empty object.
LegendItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendItem
Creates the item using a native java script object which contains all properties.
LegendItem(ChartEnvelop<LegendItem>) - Constructor for class org.pepstock.charba.client.items.LegendItem
Creates the item using another legend item (passed by envelop) which contains all properties.
LegendItem.LegendItemFactory - Class in org.pepstock.charba.client.items
Inner class to create legend item by a native object.
LegendItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
LegendItemFactory() - Constructor for class org.pepstock.charba.client.items.LegendItem.LegendItemFactory
To avoid any instantiation
LegendItemSortCallback - Interface in org.pepstock.charba.client.callbacks
Allows sorting of legend items.
legendItemTextGenerator - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
 
LegendLabelItem - Class in org.pepstock.charba.client.items
This object is created by callbacks and returned to CHART.JS as native object to configure the legend.
LegendLabelItem() - Constructor for class org.pepstock.charba.client.items.LegendLabelItem
Standard constructor which wraps a new native java script object.
LegendLabelItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendLabelItem
Creates the item using a native java script object which contains all properties.
LegendLabelItem.LegendLabelItemFactory - Class in org.pepstock.charba.client.items
Inner class to create legend label item by a native object.
LegendLabelItemFactory() - Constructor for class org.pepstock.charba.client.items.LegendLabelItem.LegendLabelItemFactory
To avoid any instatiation
LegendLabels - Class in org.pepstock.charba.client.configuration
This is the labels configuration of the legend.
LegendLabels(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.LegendLabels
Builds the object storing the chart instance and the root options element.
legendLabels - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
LegendLabels - Class in org.pepstock.charba.client.options
This is the labels configuration of the legend.
LegendLabels(Legend, Key, IsDefaultLegendLabels, NativeObject) - Constructor for class org.pepstock.charba.client.options.LegendLabels
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
LegendLabels.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
LegendLabels.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
LegendLabels.ProxyFilterCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called to filter legend items out of the legend.
LegendLabels.ProxyGenerateLabelsCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called to generate legend items for each thing in the legend.
LegendLabels.ProxyItemSortCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called to allow sorting of legend items.
Must be an interface with only 1 method.
LegendLabelsCallback - Interface in org.pepstock.charba.client.callbacks
Generates legend items for each thing in the legend.
LegendLeaveEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user leaves on the legend of the chart.
LegendLeaveEvent(ChartEventContext, LegendItem) - Constructor for class org.pepstock.charba.client.events.LegendLeaveEvent
Creates the event with legend item related to the leaving.
LegendLeaveEventHandler - Interface in org.pepstock.charba.client.events
Event handler for leaving on the chart legend.
LegendNode - Class in org.pepstock.charba.client.items
Wrapper of legend node of CHART.JS.
This is a wrapper of legend node of Chart (of CHART.JS).
LegendNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.LegendNode
Creates the item using an envelop with the native java script object which contains all properties.
LegendNode.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
legendTextHandler - Variable in class org.pepstock.charba.client.items.LegendLabelItem
 
LegendTextHandler - Class in org.pepstock.charba.client.items
Manages the TEXT property of options in order to use the same logic between legend items and title.
LegendTextHandler(AbstractNode, OptionsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.LegendTextHandler
Creates a legend text handler with the envelop of the native object where TEXT property must be managed.
LegendTextHandler(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendTextHandler
Creates a legend text handler with the native object where TEXT property must be managed.
LegendTextHandler(AbstractNode, NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendTextHandler
Creates a legend text handler with the native object where TEXT property must be managed.
legendTextHandler - Variable in class org.pepstock.charba.client.options.LegendTitle
 
LegendTextHandler.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
LegendTitle - Class in org.pepstock.charba.client.configuration
This is the title configuration of the legend.
LegendTitle(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.LegendTitle
Builds the object storing the chart instance and the root options element.
legendTitle - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
 
legendTitle - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
LegendTitle - Class in org.pepstock.charba.client.options
This is the title configuration of the legend.
LegendTitle(Legend, Key, IsDefaultLegendTitle, NativeObject) - Constructor for class org.pepstock.charba.client.options.LegendTitle
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
LegendTitle.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
legendTitleTextGenerator - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
 
length() - Method in class org.pepstock.charba.client.commons.Array
Returns the number of elements in this array.
length() - Method in class org.pepstock.charba.client.dom.elements.TextNode
Returns the value representing the size of the string contained in data.
length() - Method in class org.pepstock.charba.client.dom.NamedNodeMap
Returns the number of nodes in the node map.
length() - Method in class org.pepstock.charba.client.dom.NodeList
Returns the number of nodes in the node list.
length() - Method in class org.pepstock.charba.client.dom.TouchList
Returns the number of touch objects in the touch list.
LESS_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
 
lessThanOrDefault(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is less than number and returns it.
lessThanOrDefault(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is less than number and returns it.
lessThanOrThreshold(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is less than number and returns it.
lessThanOrThreshold(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is less than number and returns it.
lessThanOrZero(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is less than number and returns it.
lessThanOrZero(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is less than number and returns it.
limits - Variable in class org.pepstock.charba.client.zoom.DefaultOptions
 
Limits - Class in org.pepstock.charba.client.zoom
Entity of ZoomPlugin.ID configuration in order to define the limits of X and Y scales for pan and zoom.
Limits(IsDefaultLimits, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Limits
Creates new limit element, using stored native object instance and the default values options.
limits - Variable in class org.pepstock.charba.client.zoom.ZoomOptions
 
Limits.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
Line - Class in org.pepstock.charba.client.colors.tiles
LINE drawer to design a line in the tile.
It designs a line in the the following tile sections (A and B):

Line() - Constructor for class org.pepstock.charba.client.colors.tiles.Line
 
line - Variable in class org.pepstock.charba.client.configuration.Elements
 
Line - Class in org.pepstock.charba.client.configuration
Line elements are used to represent the line in a line chart.
Line(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Line
Builds the object with options, root and setting the line element.
line - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
line - Variable in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
line - Variable in class org.pepstock.charba.client.options.Elements
 
Line - Class in org.pepstock.charba.client.options
Line elements are used to represent the line in a line chart.
Line(Elements, Key, IsDefaultLine, NativeObject) - Constructor for class org.pepstock.charba.client.options.Line
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
Line.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
LINE_SEPARATOR - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for LINE SEPARATOR, "\n".
LineAnnotation - Class in org.pepstock.charba.client.annotation
Implements a LINE annotation which draws a line in the a chart.
Vertical or horizontal lines are supported.
LineAnnotation() - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
Creates a line annotation to be added to an AnnotationOptions instance.
The annotation id is calculated automatically.
LineAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
LineAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
LineAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object.
LineAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object.
LineAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the native object and defaults passed as argument.
LineAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
Creates the object wrapping an existing native object.
LineAnnotation.Property - Enum in org.pepstock.charba.client.annotation
Name of properties of native object.
linearAxis - Variable in class org.pepstock.charba.client.configuration.TimeSeriesScales
 
LinearTickHandler<T extends Tick> - Class in org.pepstock.charba.client.configuration
Base object to map an axis tick for LINEAR axes, CartesianLinearAxis, CartesianLogarithmicAxis or RadialAxis.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration.
LinearTickHandler(Axis, T) - Constructor for class org.pepstock.charba.client.configuration.LinearTickHandler
Builds the object storing the axis instance and options element, based on different kind of axis.
LinearTickHandler.ProxyTickCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback when tick is created.
Must be an interface with only 1 method.
LinearTickOptionsHandler - Class in org.pepstock.charba.client.configuration
This object is used to provide the scriptable options of IsLinearTick ticks.
LinearTickOptionsHandler(Axis) - Constructor for class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Builds the object storing the axis which this tick belongs to.
LinearTickOptionsHandler.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
LineBreak - Class in org.pepstock.charba.client.dom.elements
Produces a line break in text (carriage-return).
LineBreak() - Constructor for class org.pepstock.charba.client.dom.elements.LineBreak
To avoid any instantiation
lineCap - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
 
LineChart - Class in org.pepstock.charba.client
LINE chart implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
LineChart() - Constructor for class org.pepstock.charba.client.LineChart
Builds the object.
LineChart(Type) - Constructor for class org.pepstock.charba.client.LineChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
LineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
LINE chart GWT WIDGET implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
LineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.LineChartWidget
Builds the object.
LineChartWidget(LineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.LineChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
LineDataset - Class in org.pepstock.charba.client.data
The line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on.
LineDataset() - Constructor for class org.pepstock.charba.client.data.LineDataset
Creates a dataset.
It uses the global options has default.
LineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
Creates a dataset.
It uses the global options has default.
LineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.LineDataset
Creates the dataset using a default.
LineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
Creates the dataset using a default.
LineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
Creates the dataset using chart type related to the dataset.
LineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
Creates the dataset using a default and chart type related to the dataset.
LineDataset.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
lineJoin - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
 
LineLabel - Class in org.pepstock.charba.client.annotation
Implements a LABEL to apply on a LINE annotation.
LineLabel(LineAnnotation, IsDefaultsLineLabel) - Constructor for class org.pepstock.charba.client.annotation.LineLabel
To avoid any instantiation because is added in the all LineAnnotation.
LineLabel(LineAnnotation, NativeObject, IsDefaultsLineLabel) - Constructor for class org.pepstock.charba.client.annotation.LineLabel
To avoid any instantiation because is added in the all LineAnnotation.
LineLabel.Property - Enum in org.pepstock.charba.client.annotation
Name of properties of native object.
LineOptions - Class in org.pepstock.charba.client.configuration
Specific options for LINE chart.
LineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.LineOptions
Builds the object storing the chart instance and default values.
lineTo(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
adds a straight line to the current sub-path by connecting the sub-path's last point to the specified (x, y) coordinates.
lineWidthCallback - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
 
lineWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
 
LiningDataset - Class in org.pepstock.charba.client.data
The chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
This class collects a set of common field for Line and Radar charts.
LiningDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.LiningDataset
Creates the data set using a default and chart type related to the data set.
LiningDataset.InternalCanvasObjectProperty - Enum in org.pepstock.charba.client.data
Name of common properties of native object related to a data set.
LiningDataset.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
LiningDatasetFillHandler - Class in org.pepstock.charba.client.data
Manages the FILL property of options for lining datasets, implementing the FILL callback for scriptable options.
LiningDatasetFillHandler(AbstractNode, IsFill, NativeObject) - Constructor for class org.pepstock.charba.client.data.LiningDatasetFillHandler
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
linkScales(ControllerType, ControllerContext) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
Invokes the default linkScales method.
linkScales(String, ControllerContext) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
Invokes the default linkScales method.
linkScalesCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
 
list(ArrayDouble) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of doubles by a java script array of doubles.
list(ArrayInteger) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of integers by a java script array of integers.
list(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of strings by a java script array of strings.
list(ArrayImage) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of images by a java script array of images.
list(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of strings by an array of colors (instance of IsColor).
list(E[], E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of enumeration values (instance of Key).
list(E[], ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of enumeration values by an java script array of strings.
list(ArrayObject) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of generic java script objects by a java script array.
list(ArrayObject, NativeObjectContainerFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of java script native object container by a java script array and a factory.
list(ArrayDoubleArray, NativeArrayContainerFactory<ArrayDouble, E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of java script native double array container by a java script array and a factory.
LISTENERS - Static variable in class org.pepstock.charba.client.Charts
 
listeners - Variable in class org.pepstock.charba.client.datalabels.DefaultOptions
 
listeners - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
Listeners - Class in org.pepstock.charba.client.datalabels
This is the LISTENER options of DataLabelsPlugin.ID plugin allows to register callback(s) to be notified when an event is detected on a specific label.
Listeners(LabelItem, Key, IsDefaultListeners, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.Listeners
Creates the object with native object instance to be wrapped.
listIterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Returns a list iterator over the elements in this list
listIterator(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one.
listIterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns a list iterator over the elements in this list
listIterator(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one.
ListIteratorImpl<E> - Class in org.pepstock.charba.client.commons
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
ListIteratorImpl(int, List<E>) - Constructor for class org.pepstock.charba.client.commons.ListIteratorImpl
Creates an iterator of a list
load(NativeObjectContainer, ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.Merger
Merges the chart options, built after the chart initialization on the chart configuration in order that the configuration can contain all values, also the defaults.
load(IsChart, NativeObjectContainer, ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.Merger
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global) and chart options.
The chain of priority is:
chart options chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global)
load(Type, ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.Merger
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global)
load(Type, ChartEnvelop<ChartOptions>, ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.Merger
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global)
load(IsChart, Configuration) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
load(IsChart, Configuration) - Method in interface org.pepstock.charba.client.ConfigurationElement
Called to enable to load in the a configuration object the specific configuration item (by native object).
load(IsChart, Configuration) - Method in class org.pepstock.charba.client.data.Data
 
load(ArrayMixedObject) - Static method in class org.pepstock.charba.client.data.Labels
Loads the labels form a native array.
load(String...) - Method in class org.pepstock.charba.client.data.Labels
Loads single line labels.
load(List<String>) - Method in class org.pepstock.charba.client.data.Labels
Loads single line labels.
load(IsChart, Configuration) - Method in class org.pepstock.charba.client.plugins.Plugins
 
loadBackgroundColor(TooltipLabelColor) - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Loads the background color in the the TooltipLabelColor instance.
loadBorderColor(TooltipLabelColor) - Method in class org.pepstock.charba.client.items.DatasetElementOptions
Loads the border color in the the TooltipLabelColor instance.
loadChartJS(DeferredResources, Runnable) - Static method in class org.pepstock.charba.client.resources.EntryPointStarter
Loads CHART.JS source code in asynchronously way.
After CHART.JS loading, it will load the date time library.
loadData(Configuration, NativeObjectContainer) - Static method in class org.pepstock.charba.client.commons.ConfigurationLoader
Loads the DATA in the configuration CHART.JS object.
loadDatetimeLibrary(DeferredResources, Runnable) - Static method in class org.pepstock.charba.client.resources.EntryPointStarter
Loads date time library source code in asynchronously way.
After date time library loading, it will execute the runnable.
loadDefaults(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
Loads the default values from CHART.JS default in order to maintain the defaults.
loadDefaultsPluginOptions(IsDefaultPlugins, AbstractPluginOptionsFactory<G>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
Loads the default plugin options from defaults.
If factory, passed as argument, is null, returns null.
loadElements(NodeList<BaseNode>) - Method in class org.pepstock.charba.client.dom.MutationRecord
Loads a list of HTML elements from a list of nodes, added or removed ones.
loadGlobalsPluginOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Loads the default plugin options from defaults.
loadNativeObject(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the native object instance inside an envelop.
It can be called only from org.pepstock.charba.client package.
loadNativeObject(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
Returns the native object instance inside an envelop.
It can be called only from org.pepstock.charba.client package.
loadOptions(Configuration, NativeObjectContainer) - Static method in class org.pepstock.charba.client.commons.ConfigurationLoader
Loads the OPTIONS in the configuration CHART.JS object.
loadOptions(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global) and chart options.
The chain of priority is:
chart options chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global)
loadPadding(Key, IsDefaultPadding) - Method in class org.pepstock.charba.client.options.AbstractModel
Loads the padding size or object from the abstract model, replacing the property, if is a number, with the object which is returned.
loadParametersMap(String) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtils
Builds an unmodifiable map that contains all parameters, parsed from query string.
locale - Variable in class org.pepstock.charba.client.intl.AbstractFormat
 
LOCALE_KEY - Static variable in class org.pepstock.charba.client.intl.CLocale
 
LOCALE_QUERY_STRING_PARAM_KEY - Static variable in class org.pepstock.charba.client.intl.CLocale
Query string parameter key, used to retrieve the locale value, dynamically.
LocaleMatcher - Enum in org.pepstock.charba.client.intl.enums
The list of locales specified by the locales argument, after Unicode extensions have been removed from them, is interpreted as a prioritized request from the application.
The runtime compares it against the locales it has available and picks the best one available.
Two matching algorithms exist, "lookup" and "best fit".
LocaleMatcher(String) - Constructor for enum org.pepstock.charba.client.intl.enums.LocaleMatcher
Creates with the property value to use in the native object.
LocaleRegExpGroups(NativeObject) - Constructor for class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
Creates the object with native object instance to be wrapped.
LocaleRegExpGroupsFactory() - Constructor for class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroupsFactory
 
LOCALES - Static variable in class org.pepstock.charba.client.intl.CLocaleBuilder
 
log(Object...) - Static method in class org.pepstock.charba.client.utils.Console
Outputs a message to the Web Console.
log(Object...) - Method in interface org.pepstock.charba.client.utils.NativeConsole
Outputs a message to the Web Console.
lookForConsistentInstance() - Method in class org.pepstock.charba.client.AbstractChart
Returns the CHART.JS instance, check if the inner one is not consistent yet and then looking for the stored one in the Charts.
lookForDatasetMetaItem(IsChart, LegendItem) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
Returns a data set element options instance using the legend item locator (data set or data index) or null if not found.
lookForLegendItem(List<LegendLabelItem>) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
Looks from a list of legend items which is related to the HTML legend id, checking the dataset and data indexes.
LOOKUP - Static variable in class org.pepstock.charba.client.intl.BaseFormatOptions
 
LOOP_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AbstractAnimation
 
LoopCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set loopproperty of Animation at runtime.
loopCallbackProxy - Variable in class org.pepstock.charba.client.options.AbstractAnimation
 
LT - Static variable in class org.pepstock.charba.client.commons.Constants
Constants for LESS THAN, "<".
LuxonAdapterResource - Class in org.pepstock.charba.client.resources
Contains the content of chartjs-adapter-luxon.min.js to inject.
LuxonAdapterResource() - Constructor for class org.pepstock.charba.client.resources.LuxonAdapterResource
Creates the injectable resource with chartjs-adapter-luxon.min.js content.
LuxonLibraryResource - Class in org.pepstock.charba.client.resources
Contains the content of luxon.min.js to inject.
LuxonLibraryResource() - Constructor for class org.pepstock.charba.client.resources.LuxonLibraryResource
Creates the injectable resource with luxon.min.js content.

M

Major - Class in org.pepstock.charba.client.configuration
It defines options for the major tick marks that are generated by the axis.
Major(Axis, Tick) - Constructor for class org.pepstock.charba.client.configuration.Major
Creates the major tick
major - Variable in class org.pepstock.charba.client.configuration.Tick
 
major - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
Major - Class in org.pepstock.charba.client.options
It defines options for the major tick marks that are generated by the axis.
Major(Ticks, Key, IsDefaultMajor, NativeObject) - Constructor for class org.pepstock.charba.client.options.Major
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
major - Variable in class org.pepstock.charba.client.options.Ticks
 
Major.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
manageClickEvent(IsChart, BaseNativeEvent, SelectionHandler) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Manages the CLICK event on selection area.
Returns true if must continue the event management.
manageElement(Object) - Static method in class org.pepstock.charba.client.utils.JSON
Manages the object of the replace function checking if is a DOM element and then returning the DOM string.
manageHovingDataset(IsChart, ColorSchemesOptions, HovingDataset, IsColor, List<IsColor>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Manages the colors for HOVING datasets.
manageHovingFlexDataset(HovingFlexDataset, LegendLabelItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
Manages the colors for HOVING FLEX datasets.
manageHovingFlexDataset(ColorSchemesOptions, HovingFlexDataset, IsColor, List<IsColor>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Manages the colors for HOVING FLEX datasets.
manageLegendDisplay(IsChart, HtmlLegendOptions) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Manages if the legend must be displayed or not based on choice of user and what can be changed in the chart configuration after the chart initialization bu a chart.reconfigure.
manageLegendElement(IsChart, Div, Position) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Manages the HTML legend element to the right position in the chart element, depending on Position set for legend.
This method is called when a legend element is already added and the position could be changed comparing when the element has been created.
manageLiningDataset(LiningDataset, LegendLabelItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
Manages the colors for LINING datasets.
manageLiningDataset(ColorSchemesOptions, LiningDataset, IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Manages the colors for LINING datasets.
manageObject(Set<Object>, Object) - Static method in class org.pepstock.charba.client.utils.JSON
Manages the object of the replace function.
managePlainText(IsChart, T, Div, String, C) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendTextGenerator
Manages the plain text of legend item or legend title, checking if to invoke a callback or split by a break point.
manager - Variable in class org.pepstock.charba.client.events.HandlerRegistration
 
manageRadiusByChartNode(IsChart, DatasetItem, int, int, Radius) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
Manages radius values inspecting chart node and its values.
manageScope(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Creates the scope which is to be stored in the callback wrapper in order to know where the callback is used.

[scope]-[incremental]
manageSelection(IsChart, SelectionHandler) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Invoked when the chart is already drawn and takes care about the selection logic.
manageText(Div, String) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendTextGenerator
Manages the plain text of legend element (item or title), checking if to split by a break point.
max - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
 
MAX_PERCENTAGE - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
 
MAXIMUM_PERCENTAGE - Static variable in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
 
MaxTicksLimitCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set maxTicksLimit property at runtime, for IsLinearTick instances.
maxTicksLimitCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
 
maxTicksLimitCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
 
measureText(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns a text metric item that contains information about the measured text.
MeasureUnit - Enum in org.pepstock.charba.client.intl.enums
Enumerated the untis of measure to configure the number formatting.
Possible values are core unit identifiers, defined here.
Pairs of simple units can be concatenated with "-per-" to make a compound unit.
There is no default value; if the style is "unit", the unit property must be provided.
MeasureUnit(String) - Constructor for enum org.pepstock.charba.client.intl.enums.MeasureUnit
Creates with the property value to use in the native object.
MeasureUnitDisplay - Enum in org.pepstock.charba.client.intl.enums
Enumerated the options to set the unit formatting style to use in unit formatting.
The defaults is "short".
MeasureUnitDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
Creates with the property value to use in the native object.
merge(NativeObjectContainer, NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.Merger
Copies source properties (creating a new java script object and setting the source one with the property argument) in the target only if not defined in target.
target is not cloned and will be updated with source properties.
The property is
merge(NativeObject, NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.Merger
Copies source properties (creating a new java script object and setting the source one with the property argument) in the target only if not defined in target.
target is not cloned and will be updated with source properties.
The property is
merge(NativeObjectContainer, NativeObject, String) - Method in class org.pepstock.charba.client.commons.Merger
Copies source properties (creating a new java script object and setting the source one with the property argument) in the target only if not defined in target.
target is not cloned and will be updated with source properties.
The property is
merge(NativeObject, NativeObject, String) - Method in class org.pepstock.charba.client.commons.Merger
Copies source properties (creating a new java script object and setting the source one with the property argument) in the target only if not defined in target.
target is not cloned and will be updated with source properties.
The property is
merge(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
Merge a native object in the this one with a specific property name.
This is used by plugins implementation (native java script ones) when they are not using the standard way to add plugin configuration in the options of chart.
mergeDefaults(AnnotationOptions) - Method in class org.pepstock.charba.client.annotation.AnnotationPlugin
Merges the original defaults of plugin to the options of plugin.
mergeDefaults(DataLabelsOptions) - Method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Merges the original defaults of plugin to the options of plugin.
mergeDefaults(ZoomOptions) - Method in class org.pepstock.charba.client.zoom.ZoomPlugin
Merges the original defaults of plugin to the options of plugin.
mergeIf(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.Helpers
Recursively deep copies source properties in the target only if not defined in target.
IMPORTANT: target is not cloned and will be updated with source properties.
mergeIf(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.NativeHelpers
Recursively deep copies source properties in the target only if not defined in target.
IMPORTANT: target is not cloned and will be updated with source properties.
mergeNativeObjects(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.commons.Merger
Copies source properties in the target only if not defined in target.
target is not cloned and will be updated with source properties.
Merger - Class in org.pepstock.charba.client.commons
Singleton utility to merge java script object in the another one and provide the service to get the chart options with all defaults.
Merger() - Constructor for class org.pepstock.charba.client.commons.Merger
To avoid any instantiation
Merger.Property - Enum in org.pepstock.charba.client.commons
Name of properties of native objects to use to creates defaults for chart by its type.
Meta - Class in org.pepstock.charba.client.dom.elements
Represents an HTML <meta> element which contains descriptive metadata about a document.
Meta() - Constructor for class org.pepstock.charba.client.dom.elements.Meta
To avoid any instantiation
MeterChart - Class in org.pepstock.charba.client.impl.charts
METER chart implementation.
MeterChart() - Constructor for class org.pepstock.charba.client.impl.charts.MeterChart
Builds the object.
MeterChartWidget - Class in org.pepstock.charba.client.gwt.widgets
METER chart GWT WIDGET implementation.
MeterChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
Builds the object.
MeterContext - Class in org.pepstock.charba.client.impl.charts
The callback context wrapper, created and passed by MeterOptions which contains the link to the native chart.
MeterContext(BaseContext) - Constructor for class org.pepstock.charba.client.impl.charts.MeterContext
Creates a context getting the native object from BaseContext which is storing chart and type properties in order to be able to extend the ChartContext.
meterController - Variable in class org.pepstock.charba.client.impl.charts.BaseMeterChart
 
MeterDataset - Class in org.pepstock.charba.client.impl.charts
The Meter chart allows a number of properties to be specified for each dataset.
MeterDataset(double) - Constructor for class org.pepstock.charba.client.impl.charts.MeterDataset
Creates a dataset setting the maximum value of dataset.
MeterDataset(double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.MeterDataset
Creates a dataset setting the maximum value of dataset and defaults value.
MeterDataset(ControllerType, double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.MeterDataset
Creates a dataset setting the maximum value of dataset and defaults value and the controller type in case of extension
MeterFormatCallback - Interface in org.pepstock.charba.client.callbacks
Interface to implement if wants to change the value to show inside of MeterChart or GaugeChart.
MeterOptions - Class in org.pepstock.charba.client.impl.charts
Specific options for METER chart.
MeterOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.impl.charts.MeterOptions
Builds the object storing the chart instance and defaults.
MINIMUM_FONT_SIZE - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
 
MINIMUM_FONT_SIZE - Static variable in class org.pepstock.charba.client.utils.Utilities
The CSS font template is the following:

font-style font-variant font-weight font-size/line-height font-family optional optional optional mandatory optional mandatory
See https://developer.mozilla.org/en-US/docs/Web/CSS/font
font-variant is not implemented, therefore, the template is:

font-style "normal " font-weight font-size/line-height font-family optional font-variant optional mandatory optional mandatory
MINIMUM_PERCENTAGE - Static variable in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
 
MINIMUM_SIZE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
 
MINIMUM_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Minimum value is 0.0.
minimumFractionDigits - Variable in enum org.pepstock.charba.client.intl.enums.Currency
 
MINUS - Static variable in class org.pepstock.charba.client.commons.Constants
Constants for MINUS, "-".
MISSING_COLORS - Static variable in class org.pepstock.charba.client.colors.Gradient
 
MISSING_PROPERTY - Static variable in class org.pepstock.charba.client.colors.CanvasObject
 
MixedItemStyle - Enum in org.pepstock.charba.client.intl.enums
Enumerates the possible value to set the representation of the month.
MixedItemStyle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.MixedItemStyle
Creates with the property value to use in the native object.
mode - Variable in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
 
mode - Variable in enum org.pepstock.charba.client.enums.Fill
 
MODE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
 
ModeCallback - Interface in org.pepstock.charba.client.zoom.callbacks
Callback interface of ZoomPlugin.ID plugin to set the mode (pan and zoom) directions at runtime.
modeCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
 
model - Variable in class org.pepstock.charba.client.callbacks.TooltipContext
 
model - Variable in class org.pepstock.charba.client.items.TooltipNode
 
ModifierKey - Enum in org.pepstock.charba.client.enums
A modifier key modifies the action of another key when the keys are pressed at the same time.
Below is a list of the common modifier keys to use to configure the ZoomPlugin.
ModifierKey(String) - Constructor for enum org.pepstock.charba.client.enums.ModifierKey
Creates with the property value to use in the native object.
MOUSE_DOWN - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "mousedown" type.
MOUSE_LEAVE - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "mouseleave" type.
MOUSE_MOVE - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "mousemove" type.
MOUSE_OUT - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "mouseout" type.
MOUSE_OVER - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "mouseover" type.
MOUSE_UP - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "mouseup" type.
MOUSE_WHEEL - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Mouse event "mousewheel" type.
mouseDownCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
mouseLeaveCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
mouseMoveCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
mouseUpCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
moveTo(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Begins a new sub-path at the point specified by the given (x, y) coordinates.
multiScales - Variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
 
mustAddToBottom(Position) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Checks if the legend must be added in the chart element on top or bottom.
mustBeActivated(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Checks the type of the chart and if this plugin could be applicable.
The GaugeChart and MeterChart are not supported.
mustBeActivated(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Returns true if the chart is consistent and the scale type is ScaleType.MULTI and IndexAxis.X.
If ZoomPlugin is activated, this plugin will be disabled.
mustBeDisplay(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Returns true if the plugin must be manage the legend, creating it.
mustInjectDateLibrary() - Method in class org.pepstock.charba.client.resources.AbstractResources
Returns true if it must inject the LUXON date library.
mustKeepDefaultsAligned - Static variable in class org.pepstock.charba.client.intl.CLocale
 
mustKeepDefaultsAligned() - Static method in class org.pepstock.charba.client.intl.CLocale
Returns true if the default locale must kept aligned with the Options.setLocale(CLocale).
mustUseDataPoints() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
mustUseDataPoints() - Method in class org.pepstock.charba.client.data.Dataset
Returns true if data set must use only data points otherwise false.
The data set which can set this capabilities, must override this method.
mustUseDataPoints() - Method in class org.pepstock.charba.client.data.ScatterDataset
 
MutationHandler - Interface in org.pepstock.charba.client
Defines the methods needed to manage the attach and detach of the chart in the and from the DOM tree.
MutationItem - Class in org.pepstock.charba.client
Object used to invoke a mutation handler when is attached or detached an element.
This object can not be instantiated out of this package to avoid that anyone (apart the observer) will invoke the methods of a mutation handler.
MutationItem() - Constructor for class org.pepstock.charba.client.MutationItem
To avoid any instantiation
MutationObserver - Class in org.pepstock.charba.client.dom
Provides the ability to watch for changes being made to the DOM tree.
MutationObserver(MutationObserver.MutationObserverCallback) - Constructor for class org.pepstock.charba.client.dom.MutationObserver
Creates and returns a new mutation observer which will invoke a specified callback function when DOM changes occur.
MutationObserver.MutationObserverCallback - Interface in org.pepstock.charba.client.dom
A function which will be called on each DOM change that qualifies given the targeted node or subtree and options.
MutationObserverInit - Interface in org.pepstock.charba.client.dom
A dictionary interface which describes the configuration of a mutation observer.
As such, it's primarily used as the type of the options parameter on the MutationObserver.observe(BaseNode, MutationObserverInit) method.
MutationRecord - Class in org.pepstock.charba.client.dom
Represents an individual DOM mutation.
MutationRecord() - Constructor for class org.pepstock.charba.client.dom.MutationRecord
To avoid any instantiation
MutationType - Enum in org.pepstock.charba.client.dom.enums
Enumerates all types which can be set in the a MutationObserver and consumable by MutationRecord.getType().
MutationType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.MutationType
Creates with the property value to use in the native object.

N

name - Variable in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
 
name - Variable in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
 
name - Variable in class org.pepstock.charba.client.impl.charts.Threshold
 
name - Variable in enum org.pepstock.charba.client.intl.enums.Currency
 
name - Variable in enum org.pepstock.charba.client.intl.Language
 
name - Variable in enum org.pepstock.charba.client.intl.Region
 
name - Variable in enum org.pepstock.charba.client.intl.Script
 
name - Variable in class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
 
name - Variable in class org.pepstock.charba.client.positioner.CustomTooltipPosition
 
name - Variable in class org.pepstock.charba.client.resources.AbstractInjectableResource
 
NamedNodeMap<T extends BaseNode> - Class in org.pepstock.charba.client.dom
Represents a collection of attributes objects.
NamedNodeMap() - Constructor for class org.pepstock.charba.client.dom.NamedNodeMap
 
NAN_AS_STRING - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Default value of NaN as string, "NaN".
NATIVE_CHARTS_INSTANCES - Static variable in class org.pepstock.charba.client.Charts
 
NativeAbstractDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property.
A property descriptor contains of the following attributes:
value: the value associated with the property (data descriptors only).
NativeAbstractDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeAbstractDescriptor
 
nativeAdapter - Variable in class org.pepstock.charba.client.adapters.DateAdapter
 
nativeAddColorStop(double, String) - Method in class org.pepstock.charba.client.dom.elements.CanvasGradientItem
Adds a new stop, defined by an offset and a color, to the gradient.
If the offset is not between 0 and 1, inclusive, an INDEX_SIZE_ERR is raised.
If the color can't be parsed as a CSS color, a SYNTAX_ERR is raised.
nativeArray - Variable in class org.pepstock.charba.client.commons.NativeArrayContainer
 
NativeArrayContainer<T extends Array> - Class in org.pepstock.charba.client.commons
Base class for all classes which are wrapping a native java script array.
NativeArrayContainer(T) - Constructor for class org.pepstock.charba.client.commons.NativeArrayContainer
Creates the object with native array instance to be wrapped.
NativeArrayContainerFactory<A extends Array,T extends NativeArrayContainer<A>> - Interface in org.pepstock.charba.client.commons
Interface to be implemented to load elements from an array of native array.
NativeArrayDoubleContainer - Class in org.pepstock.charba.client.commons
Extends the base class of an array container where the wrapped array is an array of doubles.
NativeArrayDoubleContainer(ArrayDouble) - Constructor for class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
Creates the object with native double array instance to be wrapped.
NativeCallback - Class in org.pepstock.charba.client.callbacks
Enables the capability to create callback directly in java script language.
This could be helpful when for performance reason, you don't want to wraps all objects.
NativeCallback(String, String) - Constructor for class org.pepstock.charba.client.callbacks.NativeCallback
Creates a new Function object.
Calling the constructor directly can create functions dynamically but suffers from security and similar (but far less significant) performance issues to eval.
However, unlike eval, the Function constructor creates functions that execute in the global scope only.
NativeChartHandler() - Constructor for class org.pepstock.charba.client.Defaults.NativeChartHandler
Creates the plugin, using Defaults.ID.
NativeConsole - Interface in org.pepstock.charba.client.utils
This object is the wrapper to console java script object.
The console object provides access to the browser's debugging console
NativeDate - Class in org.pepstock.charba.client.intl
JavaScript Date objects represent a single moment in time in a platform-independent format.
Date objects contain a Number that represents milliseconds since 1 January 1970 UTC.
See MDN for more details.
NativeDate(double) - Constructor for class org.pepstock.charba.client.intl.NativeDate
Creates a JavaScript Date instance that represents a single moment in time in a platform-independent format.Date objects contain a Number that represents milliseconds since 1 January 1970 UTC.
NativeDateAdapter - Class in org.pepstock.charba.client.adapters
It maps a date adapter of CHART.JS.
An adapter is the reference to an external date library.
NativeDateAdapter() - Constructor for class org.pepstock.charba.client.adapters.NativeDateAdapter
 
NativeDateTimeFormat - Class in org.pepstock.charba.client.intl
The object is a constructor for objects that enable language-sensitive date and time formatting.
See MDN for more details.
NativeDateTimeFormat(String, NativeObject) - Constructor for class org.pepstock.charba.client.intl.NativeDateTimeFormat
Creates object that enables language sensitive date time formatting.
nativeDrawImage(Canvas, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws a canvas image source onto the canvas.
nativeDrawImage(Canvas, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws an image onto the canvas.
nativeDrawImage(Canvas, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws an image onto the canvas.
nativeDrawImage(Img, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws a canvas image source onto the canvas.
nativeDrawImage(Img, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws an image onto the canvas.
nativeDrawImage(Img, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws an image onto the canvas.
nativeEvent - Variable in class org.pepstock.charba.client.events.AbstractEvent
 
nativeFormat - Variable in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
 
NativeFunction - Class in org.pepstock.charba.client.controllers
Every javaScript function is actually a Function object and this class can map it.
NativeFunction(String) - Constructor for class org.pepstock.charba.client.controllers.NativeFunction
Creates a new Function object.
Calling the constructor directly can create functions dynamically but suffers from security and similar (but far less significant) performance issues to eval.
However, unlike eval, the Function constructor creates functions that execute in the global scope only.
nativeGetAddedNodes() - Method in class org.pepstock.charba.client.dom.MutationRecord
Returns the nodes added.
Will be an empty node list if no nodes were added.
nativeGetBorderStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'borderStyle' property from element.
nativeGetCursor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'cursor' property from element.
nativeGetDisplay() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'display' property from element.
nativeGetFillStyle() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the filling styling is used for colors and styles inside shapes.
nativeGetLineCap() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the shape used to draw the end points of lines.
nativeGetLineJoin() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the type of corners where two lines meet.
nativeGetNodeType() - Method in class org.pepstock.charba.client.dom.BaseNode
Returns an unsigned short representing the type of the node.
nativeGetPosition() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'position' property from element.
nativeGetRemovedNodes() - Method in class org.pepstock.charba.client.dom.MutationRecord
Returns the nodes removed.
Will be an empty list if no nodes were removed.
nativeGetStrokeStyle() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the stroke styling is used for the lines around shapes.
The color, gradient, or pattern to use for the strokes (outlines) around shapes.
The default is #000 (black).
nativeGetTextAlign() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the current text alignment used when drawing text.
nativeGetTextBaseline() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Returns the current text baseline used when drawing text.
nativeGetTextDecoration() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Returns the CSS 'textDecoration' property from element.
nativeGetType() - Method in class org.pepstock.charba.client.dom.MutationRecord
Returns MutationType.ATTRIBUTES if the mutation was an attribute mutation, MutationType.CHARACTER_DATA if it was a mutation to a CharacterData node, and MutationType.CHILD_LIST if it was a mutation to the tree of nodes.
NativeHelpers - Class in org.pepstock.charba.client
This is the java script native object which is the helpers utility of CHART.JS.
It maps the java script object chart.helpers.
NativeHelpers() - Constructor for class org.pepstock.charba.client.NativeHelpers
 
NativeIntegerDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (integer).
It is used to store the hashCode.
NativeIntegerDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeIntegerDescriptor
 
nativeJoin(String) - Method in class org.pepstock.charba.client.commons.Array
Creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas or a specified separator string.
If the array has only one item, then that item will be returned without using the separator.
NativeJsChartHelper - Class in org.pepstock.charba.client
This is a wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to invoke CHART.JS callbacks, provided out of the box, the default one.
NativeJsChartHelper() - Constructor for class org.pepstock.charba.client.NativeJsChartHelper
To avoid any instantiation
NativeJsControllerHelper - Class in org.pepstock.charba.client.controllers
This is a Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS controllers.
NativeJsControllerHelper() - Constructor for class org.pepstock.charba.client.controllers.NativeJsControllerHelper
To avoid any instantiation
NativeJsDataLabelsHelper - Class in org.pepstock.charba.client.datalabels
Internal utility for DataLabelsPlugin to register the plugin globally to Chart.js.
This is needed because from the plugin version for Chart.js 3, the plugin doesn't register itself golbally anymore and delegeate this operation to the user.
To maintain the same capabilities of Charba, this object register the plugin globally.
NativeJsDataLabelsHelper() - Constructor for class org.pepstock.charba.client.datalabels.NativeJsDataLabelsHelper
To avoid any instantiation
NativeJsDateAdapterHelper - Class in org.pepstock.charba.client.adapters
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation to create a date adapter from CHART.JS.
NativeJsDateAdapterHelper() - Constructor for class org.pepstock.charba.client.adapters.NativeJsDateAdapterHelper
To avoid any instantiation
NativeJsHelper - Class in org.pepstock.charba.client.commons
Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects.
NativeJsHelper() - Constructor for class org.pepstock.charba.client.commons.NativeJsHelper
To avoid any instantiation
NativeJsItemsHelper - Class in org.pepstock.charba.client.items
Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects for CHARBA items.
NativeJsItemsHelper() - Constructor for class org.pepstock.charba.client.items.NativeJsItemsHelper
To avoid any instantiation
NativeJsObjectArray - Class in org.pepstock.charba.client.commons
A java script property setter and getter of Array.
NativeJsObjectArray() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectArray
To avoid any instantiation
NativeJsObjectBoolean - Class in org.pepstock.charba.client.commons
A java script property setter and getter of Boolean.
NativeJsObjectBoolean() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectBoolean
To avoid any instantiation
NativeJsObjectCallback - Class in org.pepstock.charba.client.commons
A java script property setter and getter of NativeCallback.
NativeJsObjectCallback() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectCallback
To avoid any instantiation
NativeJsObjectCallbackProxy - Class in org.pepstock.charba.client.commons
A java script property setter and getter of CallbackProxy.Proxy.
NativeJsObjectCallbackProxy() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectCallbackProxy
To avoid any instantiation
NativeJsObjectChart - Class in org.pepstock.charba.client.commons
A java script property setter and getter of Chart.
NativeJsObjectChart() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectChart
To avoid any instantiation
NativeJsObjectDouble - Class in org.pepstock.charba.client.commons
A java script property setter and getter of Double.
NativeJsObjectDouble() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectDouble
To avoid any instantiation
NativeJsObjectEvent - Class in org.pepstock.charba.client.commons
A java script property setter and getter of BaseNativeEvent.
NativeJsObjectEvent() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectEvent
To avoid any instantiation
NativeJsObjectGradient - Class in org.pepstock.charba.client.commons
A java script property setter and getter of CanvasGradientItem.
NativeJsObjectGradient() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectGradient
To avoid any instantiation
NativeJsObjectImage - Class in org.pepstock.charba.client.commons
A java script property setter and getter of Img.
NativeJsObjectImage() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectImage
To avoid any instantiation
NativeJsObjectInteger - Class in org.pepstock.charba.client.commons
A java script property setter and getter of Integer.
NativeJsObjectInteger() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectInteger
To avoid any instantiation
NativeJsObjectObject - Class in org.pepstock.charba.client.commons
A java script property setter and getter of NativeObject.
NativeJsObjectObject() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectObject
To avoid any instantiation
NativeJsObjectPattern - Class in org.pepstock.charba.client.commons
A java script property setter and getter of CanvasPatternItem.
NativeJsObjectPattern() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectPattern
To avoid any instantiation
NativeJsObjectString - Class in org.pepstock.charba.client.commons
A java script property setter and getter of String.
NativeJsObjectString() - Constructor for class org.pepstock.charba.client.commons.NativeJsObjectString
To avoid any instantiation
NativeJsPluginHelper - Class in org.pepstock.charba.client.plugins
This is a Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS plugins.
NativeJsPluginHelper() - Constructor for class org.pepstock.charba.client.plugins.NativeJsPluginHelper
To avoid any instantiation
NativeJsPositionerHelper - Class in org.pepstock.charba.client.positioner
This is a Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS tooltips positioner.
NativeJsPositionerHelper() - Constructor for class org.pepstock.charba.client.positioner.NativeJsPositionerHelper
To avoid any instantiation
NativeJsZoomHelper - Class in org.pepstock.charba.client.zoom
Internal utility of ZoomPlugin to reset zooming.
This is done a native javascript object because the plugin adds a function to original CHART.JS chart instance.
To maintain Chart clean from custom functions and properties, this helper has benn implemented.
NativeJsZoomHelper() - Constructor for class org.pepstock.charba.client.zoom.NativeJsZoomHelper
To avoid any instantiation
NativeName - Class in org.pepstock.charba.client.commons
Constants with java script object name to use in the JsType native objects.
NativeName() - Constructor for class org.pepstock.charba.client.commons.NativeName
To avoid any instantiation
NativeNumberFormat - Class in org.pepstock.charba.client.intl
The object is a constructor for objects that enable language sensitive number formatting.
See MDN for more details.
NativeNumberFormat() - Constructor for class org.pepstock.charba.client.intl.NativeNumberFormat
Creates object that enables language sensitive number formatting, with default.
Used only internally to retrieve the locale default of the platform.
NativeNumberFormat(String, NativeObject) - Constructor for class org.pepstock.charba.client.intl.NativeNumberFormat
Creates object that enables language sensitive number formatting.
nativeObject() - Method in class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.ChartOptions
Returns the native object instance.
NativeObject - Interface in org.pepstock.charba.client.commons
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype.
It's also mapping the java script proxy, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not use instanceof against this class.
nativeObject - Variable in class org.pepstock.charba.client.commons.NativeObjectContainer
 
nativeObject() - Method in class org.pepstock.charba.client.Configuration
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.configuration.Segment.BaseContext
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.controllers.WrapperController
Wraps the protected method to get the java script object.
nativeObject() - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.datalabels.AbstractElement
Exposes the native object for callback.
nativeObject() - Method in class org.pepstock.charba.client.GlobalScale
Returns the native object instance.
nativeObject - Variable in class org.pepstock.charba.client.Helpers
 
nativeObject() - Method in class org.pepstock.charba.client.impl.charts.BaseContext
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.items.FontItem
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.items.PaddingItem
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Wraps the protected method to get the java script object in order to consume it.
nativeObject() - Method in class org.pepstock.charba.client.options.AbstractAnimation
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.options.AnimationTransition
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.options.Font
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.options.Padding
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.options.Scale
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.plugins.PluginReference
Returns the plugin as native object.
nativeObject() - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Returns the native java script object.
nativeObject() - Method in class org.pepstock.charba.client.positioner.Point
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.positioner.PositionerContext
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.UpdateConfiguration
Wraps the protected method to get the java script object in order to consume it to configure the chart update or render.
nativeObject() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Exposes the native object.
nativeObject() - Method in class org.pepstock.charba.client.zoom.Amount
Returns the native object instance.
nativeObject() - Method in class org.pepstock.charba.client.zoom.ScaleRange
Returns the native object instance.
NativeObjectContainer - Class in org.pepstock.charba.client.commons
Base class for all classes which are wrapping a native java script object.
NativeObjectContainer() - Constructor for class org.pepstock.charba.client.commons.NativeObjectContainer
Creates the object with an empty native object instance.
NativeObjectContainer(NativeObject) - Constructor for class org.pepstock.charba.client.commons.NativeObjectContainer
Creates the object with native object instance to be wrapped.
NativeObjectContainerFactory<T extends NativeObjectContainer> - Interface in org.pepstock.charba.client.commons
Interface to be implemented to load elements from an array of native object.
NativeObjectHashing - Class in org.pepstock.charba.client.commons
Utility class to redefine hash code for NativeObject, setting the hashCode property as not enumerable and not configurable.
NativeObjectHashing() - Constructor for class org.pepstock.charba.client.commons.NativeObjectHashing
To avoid any instantiation
NativeObjectUtils - Class in org.pepstock.charba.client.commons
Utility object to manage all native objects implemented in Charba by NativeObject.
It implements some common methods to set and get properties in the native object.
NativeObjectUtils() - Constructor for class org.pepstock.charba.client.commons.NativeObjectUtils
To avoid any instantiation
nativeSetBorderStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderStyle' property in the element.
nativeSetCursor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'cursor' property in the element.
nativeSetDisplay(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'display' property in the element.
nativeSetFillStyle(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the filling styling is used for colors and styles inside shapes.
nativeSetLineCap(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the shape used to draw the end points of lines.
nativeSetLineJoin(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the type of corners where two lines meet.
nativeSetPosition(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'position' property in the element.
nativeSetStrokeStyle(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the stroke styling is used for the lines around shapes.
The color, gradient, or pattern to use for the strokes (outlines) around shapes.
The default is #000 (black).
nativeSetTextAlign(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the current text alignment used when drawing text.
nativeSetTextBaseline(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the current text baseline used when drawing text.
nativeSetTextDecoration(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'textDecoration' property in the element.
nativeToDataURL(String, double) - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns a data-URL containing a representation of the image in the image format, passed as argument.
The returned image is in a resolution of 96dpi.
NativeUtils - Class in org.pepstock.charba.client.commons
Reference to static methods of a java script object, used to manage NativeObject.
It wraps some native methods.
NativeUtils() - Constructor for class org.pepstock.charba.client.commons.NativeUtils
To avoid any instantiation
NEGATIVE_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
 
negativeOrDefault(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is a negative number and returns it.
negativeOrDefault(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is a negative number and returns it.
negativeOrZero(int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is a negative number and returns it.
negativeOrZero(double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is a negative number and returns it.
newCallbackProxy() - Method in class org.pepstock.charba.client.commons.JsHelper
Creates new proxy for callback which will pass this environment of java script as first argument of callback method.
newCallbackProxy() - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
Creates new proxy for callback which will pass this environment of java script as first argument of callback method.
newDataset(boolean) - Method in class org.pepstock.charba.client.BarChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.BubbleChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.DoughnutChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.BarChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
 
newDataset(double) - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
Returns a dataset with a maximum value.
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.LineChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
 
newDataset(double) - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
Returns a dataset with a maximum value.
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.PieChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
 
newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
 
newDataset() - Method in class org.pepstock.charba.client.HorizontalBarChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.HorizontalBarChart
 
newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
Returns a dataset with a maximum value.
newDataset(boolean) - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
 
newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterChart
 
newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.MeterChart
 
newDataset() - Method in interface org.pepstock.charba.client.IsDatasetCreator
Creates a new dataset related to chart type.
newDataset(boolean) - Method in interface org.pepstock.charba.client.IsDatasetCreator
Creates a new dataset related to chart type.
newDataset(boolean) - Method in class org.pepstock.charba.client.LineChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.PieChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.PolarAreaChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.RadarChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.ScatterChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.StackedAreaChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.StackedBarChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.TimeSeriesBarChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.TimeSeriesLineChart
 
newDataset() - Method in class org.pepstock.charba.client.VerticalLineChart
 
newDataset(boolean) - Method in class org.pepstock.charba.client.VerticalLineChart
 
next() - Method in class org.pepstock.charba.client.commons.IteratorImpl
Returns the next element in the iteration.
nextIndex() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Returns the index of the element that would be returned by a subsequent call to next().
node - Variable in class org.pepstock.charba.client.items.PluginTooltipArgument
 
NoDefaults - Class in org.pepstock.charba.client.defaults
It is an uninstantiable placeholder class to hold a reference for models (of options) which do not have any defaults.
NoDefaults() - Constructor for class org.pepstock.charba.client.defaults.NoDefaults
To avoid any instantiation
NodeList<T extends BaseNode> - Class in org.pepstock.charba.client.dom
Maps the java script object which is a collections of nodes,
NodeList() - Constructor for class org.pepstock.charba.client.dom.NodeList
To avoid any instantiation
NodeType - Enum in org.pepstock.charba.client.dom.enums
Enumerates all possible types of a BaseNode.
An integer is representing the type of the node.
NodeType(int) - Constructor for enum org.pepstock.charba.client.dom.enums.NodeType
Creates a type of node by its integer representation.
noneScale - Variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
 
NoSelectedDatasetTicksCallback - Class in org.pepstock.charba.client.impl.callbacks
Implementation of tick callback in order to avoid that when all datasets are hidden, the ticks will get a wrong double precision.
NoSelectedDatasetTicksCallback() - Constructor for class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
Creates the callback using the NoSelectedDatasetTicksCallback.DEFAULT_PRECISION.
NoSelectedDatasetTicksCallback(int) - Constructor for class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
Creates the callback using the argument as amount of decimals places to apply to ticks.
NOT_EQUALS_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
 
NOT_FOUND - Static variable in class org.pepstock.charba.client.commons.AbstractArrayList
 
Notation - Enum in org.pepstock.charba.client.intl.enums
Enumerated the options in order to set the formatting that should be displayed for the number.
The defaults is "standard".
Notation(String) - Constructor for enum org.pepstock.charba.client.intl.enums.Notation
Creates with the property value to use in the native object.
notifier - Variable in class org.pepstock.charba.client.commons.CallbackPropertyManager
 
NULL_STRING - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for NULL string, "<null>".
nullable - Variable in class org.pepstock.charba.client.commons.ImmutableEnvelop
 
NUMBER_FORMAT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object number formatter for localization, "Intl.NumberFormat".
NumberFormat - Class in org.pepstock.charba.client.intl
The object is a constructor for objects that enable language sensitive number formatting.
See MDN for more details.
NumberFormat() - Constructor for class org.pepstock.charba.client.intl.NumberFormat
Creates object that enable language sensitive number formatting, using the defualt locale.
NumberFormat(CLocale) - Constructor for class org.pepstock.charba.client.intl.NumberFormat
Creates object that enable language sensitive number formatting, using the locale options.
NumberFormat(CLocale, NumberFormatOptions) - Constructor for class org.pepstock.charba.client.intl.NumberFormat
Creates object that enables language sensitive number formatting, using the locale options and specific options.
numberFormat - Variable in class org.pepstock.charba.client.options.Ticks
 
NumberFormatOptions - Class in org.pepstock.charba.client.intl
NumberFormatOptions() - Constructor for class org.pepstock.charba.client.intl.NumberFormatOptions
Creates new number format options object.
NumberFormatOptions(NativeObject) - Constructor for class org.pepstock.charba.client.intl.NumberFormatOptions
Creates the object with native object instance to be wrapped.
NumberFormatOptions(NativeObject, IsDefaultNumberFormatOptions) - Constructor for class org.pepstock.charba.client.intl.NumberFormatOptions
Creates the object with native object instance to be wrapped.
numberFormatOptions - Variable in class org.pepstock.charba.client.options.AbstractNumberFormat
 
NumberFormatOptions.NumberFormatOptionsFactory - Class in org.pepstock.charba.client.intl
Creates a number format options by a native object and a default values instance.
NumberFormatOptions.Property - Enum in org.pepstock.charba.client.intl
Name of properties of native object.
NumberFormatOptionsFactory() - Constructor for class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
To avoid any instantiation
numberFormatter - Variable in class org.pepstock.charba.client.configuration.CartesianNumericTick
 
NumberFormatter - Class in org.pepstock.charba.client.configuration
Manages a NumberFormatOptions in order to set and get all number format options.
NumberFormatter(AbstractDynamicConfiguration.IsProvider<IsNumberFormat>) - Constructor for class org.pepstock.charba.client.configuration.NumberFormatter
Creates the number formatter by a number format options provider.
numberFormatter - Variable in class org.pepstock.charba.client.configuration.RadialLinearTick
 
NumberFormatWrapper - Class in org.pepstock.charba.client.intl
It wraps the NativeNumberFormat JavaScript object in order to format numbers.
NumberFormatWrapper(CLocale, NumberFormatOptions) - Constructor for class org.pepstock.charba.client.intl.NumberFormatWrapper
Creates object that enables language sensitive number formatting, using the locale options and specific options.
NumberFormatWrapper.ResolvedOptions - Class in org.pepstock.charba.client.intl
Wrapper of a number format options in order to be consumed by its interface, when the resolve options methods has been invoked.
Wrapper is need in order to return only the interface with "get" methods.
NumberingSystem - Enum in org.pepstock.charba.client.intl.enums
Enumerates the numbering system to manage the number formatting.
A numeral system is a system for expressing numbers.
The numbering system property helps to represent the different numeral systems used by various countries, regions, and cultures around the world.
NumberingSystem(String) - Constructor for enum org.pepstock.charba.client.intl.enums.NumberingSystem
Creates with the property value to use in the native object.
NumberItemStyle - Enum in org.pepstock.charba.client.intl.enums
Enumerates the possible value to set the representation of the numeric item of a date (year, day, hour, minute, second).
NumberItemStyle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.NumberItemStyle
Creates with the property value to use in the native object.
NUMBERS_COLLECTION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
 

O

OBJECT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind PLAIN java script object as object with name "Object".
objects - Variable in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
 
ObjectType - Enum in org.pepstock.charba.client.commons
Enumerates all java script types.
The latest ECMAScript standard defines seven data types:
Six data types that are primitives:
Boolean Function Undefined Number String Symbol
and other 2 objects types:
Object Array
See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof
ObjectType() - Constructor for enum org.pepstock.charba.client.commons.ObjectType
 
observe(BaseNode, MutationObserverInit) - Method in class org.pepstock.charba.client.dom.MutationObserver
Configures the mutation observer to begin receiving notifications through its callback function when DOM changes matching the given options occur.
observe(BaseNode) - Method in class org.pepstock.charba.client.dom.MutationObserver
Configures the mutation observer to begin receiving notifications through its callback function when DOM changes matching the given options occur.
of(double...) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
This method creates new array instance with a variable number of double arguments.
of(ArrayDouble...) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
This method creates new array instance with a variable number of arrays of double arguments.
of(CanvasGradientItem...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
This method creates new array instance with a variable number of CanvasGradientItem arguments.
of(Img...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
This method creates new array instance with a variable number of ImageElement arguments.
of(int...) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
This method creates new array instance with a variable number of int arguments.
of(NativeObject...) - Static method in class org.pepstock.charba.client.commons.ArrayObject
This method creates new array instance with a variable number of objects arguments.
of(CanvasPatternItem...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
This method creates new array instance with a variable number of CanvasPatternItem arguments.
of(String...) - Static method in class org.pepstock.charba.client.commons.ArrayString
This method creates new array instance with a variable number of string arguments.
OfficeScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
Contains all scheme definitions to map the Microsoft Office schemes.
To configure ColorSchemes.ID plugin, where category is "office".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
OfficeScheme(String, String...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
Builds a scheme using argument as list of colors in HEX format.
OFFSET_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
OffsetCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set offset and hoverOffset properties at runtime.
offsetCallback - Variable in class org.pepstock.charba.client.data.PieDataset
 
offsetCallbackProxy - Variable in class org.pepstock.charba.client.data.PieDataset
 
offsetCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Animation
 
onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Legend
 
onAdd(AddHandlerEvent) - Method in interface org.pepstock.charba.client.events.AddHandlerEventHandler
Invoked when a new event handler is added.
onAfterBody(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipBodyCallback
 
onAfterBody(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipBodyCallback
Returns text to render after the body section.
If returns null or empty list, it will be ignored.
onAfterBodyCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the BODY callback invocation
onAfterBuildTicks(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisBuildTicksCallback
Callback that runs after ticks are created.
onAfterBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
Called after scale has build its ticks.
This hook is called separately for each scale in the chart.
onAfterBuildTicks(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after scale has build its ticks.
This hook is called separately for each scale in the chart.
onAfterBuildTicksCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes BUILD TICKS axis callback.
onAfterCalculateTickRotation(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateTickRotationCallback
Callback that runs after tick rotation is determined.
onAfterCalculateTickRotationCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes CALCULATE TICK rotation conversion axis callback.
onAfterConfigure(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called after 'chart' has been configured.
onAfterDataLimits(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
Callback that runs after data limits are determined.
onAfterDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart.
onAfterDataLimits(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart.
onAfterDataLimitsCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes DATA LIMITS axis callback.
onAfterDatasetDraw(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled.
onAfterDatasetDraw(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
onAfterDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled.
onAfterDatasetsDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled.
onAfterDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.
onAfterDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.
onAfterDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.
onAfterDatasetUpdate(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled.
onAfterDestroy(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called after the chart has been destroyed.
onAfterDraw(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
Called after it draws the representation of the data set.
onAfterDraw(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
 
onAfterDraw(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
onAfterDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled.
onAfterDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled.
onAfterEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
 
onAfterEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded.
onAfterEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the 'event' has been consumed.
onAfterFit(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisFitCallback
Callback that runs after the scale fits to the canvas.
onAfterFitCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes FIT conversion axis callback.
onAfterFooter(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
 
onAfterFooter(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
Text to render after the footer section.
If returns null or empty list, it will be ignored.
onAfterFooterCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the FOOTER callback invocation
onAfterInit(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called after 'chart' has been initialized.
onAfterInit(IsChart, Chart) - Method in class org.pepstock.charba.client.Defaults.NativeChartHandler
 
onAfterInit(IsChart, Chart) - Method in interface org.pepstock.charba.client.Plugin
Called after 'chart' has been initialized and before the first update.
onAfterInit(IsChart, Chart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after 'chart' has been initialized and before the first update.
onAfterInitialize(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
Called after it initializes the controller.
onAfterLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onAfterLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns text to render after an individual label.
If returns null, it will be ignored.
onAfterLabelCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the LABEL callback invocation
onAfterLayout(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled.
onAfterLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled.
onAfterLinkScales(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
Called after it ensures that the data set represented by this controller is linked to a scale.
onAfterParse(ControllerContext, IsChart, int, int) - Method in interface org.pepstock.charba.client.Controller
Called after it invokes to parse the data into the controller meta data.
onAfterRegister(ControllerType, boolean) - Method in interface org.pepstock.charba.client.controllers.ControllerRegistrationHandler
Invoked after the controller is registered to CHART.JS.
onAfterRender(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled.
onAfterRender(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled.
onAfterSetDimensions(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDimensionsCallback
Callback that runs after dimensions are set.
onAfterSetDimensionsCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes SET DIMENSION axis callback.
onAfterTickToLabelConversion(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisTickToLabelConversionCallback
Callback that runs after ticks are converted in the strings.
onAfterTickToLabelConversionCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes TICK TO LABEL conversion axis callback.
onAfterTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
 
onAfterTitle(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
Returns text to render after the title.
If returns null or empty list, it will be ignored.
onAfterTitleCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the TITLE callback invocation
onAfterTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.Plugin
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled.
onAfterTooltipDraw(IsChart, PluginTooltipArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after drawing the 'tooltip'.
onAfterUpdate(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
Callback that runs at the end of the update process.
onAfterUpdate(ControllerContext, IsChart, TransitionKey) - Method in interface org.pepstock.charba.client.Controller
Called after it updates the elements in response to new data.
onAfterUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled.
onAfterUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled.
onAfterUpdateCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes UPDATE conversion axis callback.
onAttach(MutationItem) - Method in class org.pepstock.charba.client.AbstractChart
 
onAttach(MutationItem) - Method in interface org.pepstock.charba.client.MutationHandler
Invoked by mutation observer when a chart has been attached in the the DOM tree.
onAxisClickHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onBeforeBody(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipBodyCallback
 
onBeforeBody(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipBodyCallback
Returns text to render before the body section.
If returns null or empty list, it will be ignored.
onBeforeBodyCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the BODY callback invocation
onBeforeBuildTicks(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisBuildTicksCallback
Callback that runs before ticks are created.
onBeforeBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
Called before scale builds its ticks.
This hook is called separately for each scale in the chart.
onBeforeBuildTicks(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before scale builds its ticks.
This hook is called separately for each scale in the chart.
onBeforeBuildTicksCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes BUILD TICKS axis callback.
onBeforeCalculateTickRotation(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateTickRotationCallback
Callback that runs before tick rotation is determined.
onBeforeCalculateTickRotationCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes CALCULATE TICK rotation conversion axis callback.
onBeforeConfigure(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called before configuring 'chart'.
onBeforeDataLimits(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
Callback that runs before data limits are determined.
onBeforeDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart.
onBeforeDataLimits(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart.
onBeforeDataLimitsCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes DATA LIMITS axis callback.
onBeforeDatasetDraw(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returns false, the datasets drawing is cancelled until another 'render' is triggered.
onBeforeDatasetDraw(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
onBeforeDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing the 'chart' datasets.
onBeforeDatasetsDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before drawing the 'chart' datasets.
If any plugin returns false, the datasets drawing is cancelled until another 'render' is triggered.
onBeforeDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
Called before updating the 'chart' datasets.
If any plugin returns false, the datasets update is cancelled until another 'update' is triggered.
onBeforeDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before updating the 'chart' datasets.
If any plugin returns false, the datasets update is cancelled until another 'update' is triggered.
onBeforeDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returns false, the datasets update is cancelled until another 'update' is triggered.
onBeforeDatasetUpdate(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returns false, the datasets update is cancelled until another 'update' is triggered.
onBeforeDestroy(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called before the chart has been destroyed.
onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.commons.CallbackPropertyManager.CallbackPropertyNotifier
 
onBeforeDraw(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
Called before it draws the representation of the data set.
onBeforeDraw(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
 
onBeforeDraw(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
onBeforeDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing 'chart' at every animation frame.
If any plugin returns false, the frame drawing is cancelled until another 'render' is triggered.
onBeforeDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before drawing 'chart' at every animation frame.
If any plugin returns false, the frame drawing is cancelled until another 'render' is triggered.
onBeforeElementsUpdate(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called during the update process, before any chart elements have been created.
onBeforeElementsUpdate(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called during the update process, before any chart elements have been created.
onBeforeEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onBeforeEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.Plugin
Called before processing the specified 'event'.
If any plugin returns false, the event will be discarded.
onBeforeEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before processing the specified 'event'.
onBeforeFit(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisFitCallback
Callback that runs before the scale fits to the canvas.
onBeforeFitCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes FIT conversion axis callback.
onBeforeFooter(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
 
onBeforeFooter(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
Returns text to render before the footer section.
If returns null or empty list, it will be ignored.
onBeforeFooterCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the FOOTER callback invocation
onBeforeInit(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called before initializing 'chart'.
onBeforeInit(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before initializing 'chart'.
onBeforeInit(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before initializing 'chart'.
onBeforeInitialize(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
Called before it initializes the controller.
onBeforeInitialize(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
 
onBeforeLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onBeforeLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns text to render before an individual label.
This will be called for each item in the tooltip.
If returns null, it will be ignored.
onBeforeLabelCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the LABEL callback invocation
onBeforeLayout(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before laying out 'chart'.
If any plugin returns false, the layout update is cancelled until another 'update' is triggered.
onBeforeLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before laying out 'chart'.
If any plugin returns false, the layout update is cancelled until another 'update' is triggered.
onBeforeLinkScales(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
Called before it ensures that the data set represented by this controller is linked to a scale.
onBeforeParse(ControllerContext, IsChart, int, int) - Method in interface org.pepstock.charba.client.Controller
Called before it invokes to parse the data into the controller meta data.
onBeforePrint(WindowHelper.OnBeforePrintCallback) - Static method in class org.pepstock.charba.client.utils.Window
Sets the onbeforeprint callback.
onBeforeRegister(ControllerType) - Method in interface org.pepstock.charba.client.controllers.ControllerRegistrationHandler
Invoked before the controller will be register to CHART.JS.
onBeforeRender(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before rendering 'chart'.
onBeforeRender(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before rendering 'chart'.
If any plugin returns false, the rendering is cancelled until another 'render' is triggered.
onBeforeSetDimensions(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDimensionsCallback
Callback that runs before dimensions are set.
onBeforeSetDimensionsCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes SET DIMENSION axis callback.
onBeforeTickToLabelConversion(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisTickToLabelConversionCallback
Callback that runs before ticks are converted in the strings.
onBeforeTickToLabelConversionCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes TICK TO LABEL conversion axis callback.
onBeforeTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
 
onBeforeTitle(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
Returns the text to render before the title.
If returns null or empty list, it will be ignored.
onBeforeTitleCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the TITLE callback invocation
onBeforeTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing the 'tooltip'.
If any plugin returns false, the tooltip drawing is cancelled until another 'render' is triggered.
onBeforeTooltipDraw(IsChart, PluginTooltipArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before drawing the 'tooltip'.
onBeforeUpdate(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
Callback called before the update process starts.
onBeforeUpdate(ControllerContext, IsChart, TransitionKey) - Method in interface org.pepstock.charba.client.Controller
Called before it updates the elements in response to new data.
onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
 
onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
 
onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
Called before updating 'chart'.
If any plugin returns false, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered.
onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before updating 'chart'.
If any plugin returns false, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered.
onBeforeUpdateCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
Invokes UPDATE axis callback.
onBeginDrawing(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onBeginDrawing(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
onBeginDrawing(IsChart, boolean) - Method in interface org.pepstock.charba.client.Plugin
Called before every drawing cycle, coming from initialization, updating or rendering of chart.
onBorderCapStyle(DatasetContext, CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Returns a CapStyle when the callback has been activated.
onBorderDash(AnnotationContext, BorderDashCallback<AnnotationContext>, List<Integer>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns an array of integer when the callback has been activated.
onBorderDash(ScaleContext, BorderDashCallback<ScaleContext>, List<Integer>) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns an array of integer when the callback has been activated.
onBorderDash(Segment.BaseContext) - Method in class org.pepstock.charba.client.configuration.Segment
Returns an array of integer when the callback has been activated.
onBorderDash(DatasetContext, BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Returns an array of integer when the callback has been activated.
onBorderItem(DatasetContext, Scriptable<Object, DatasetContext>, NativeObjectContainerFactory<T>, int) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Returns an object (integer or AbstractBarBorderItem) when the callback has been activated.
onBorderJoinStyle(DatasetContext, JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Returns a JoinStyle when the callback has been activated.
onBorderSkipped(DatasetContext) - Method in class org.pepstock.charba.client.data.BarDataset
Returns an object (boolean or BorderSkipped) when the callback has been activated.
onCallback(Axis, String, int, List<String>) - Method in interface org.pepstock.charba.client.callbacks.CategoryTickCallback
Changes the tick marks to include information about the data type.
onCallback(Axis, String, int) - Method in interface org.pepstock.charba.client.callbacks.PointLabelCallback
Callback function to transform data labels to point labels.
onCallback(Axis, double, int, List<Double>) - Method in interface org.pepstock.charba.client.callbacks.TickCallback
Changes the tick marks to include information about the data type.
onCallback(Axis, Date, String, int, List<ScaleTickItem>) - Method in interface org.pepstock.charba.client.callbacks.TimeTickCallback
Changes the tick marks to include information about the data type.
onCallback(Axis, double, int, List<Double>) - Method in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
 
onCallback(DatasetContext, Scriptable<Object, DatasetContext>, Key) - Method in class org.pepstock.charba.client.options.AnimationCollection
Invokes the callback returning the value of from or to animations.
onChartConfigure(Configuration, IsChart) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Invokes the on configuration method to inform the plugins that the chart is going to be initialized.
onChartConfigure(Configuration, IsChart) - Method in class org.pepstock.charba.client.plugins.Plugins
Invokes the on configuration method to inform the plugins that the chart is going to be initialized.
onClean(DatasetRangeCleanSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetRangeCleanSelectionEventHandler
Invoked when the user cleans an area on the chart.
onClick(NativeObject) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Manages the CLICK event firing an annotation event.
onClick(IsChart, AbstractAnnotation) - Method in interface org.pepstock.charba.client.annotation.listeners.ClickCallback
Method called once click is fired.
onClick(DataLabelsContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
 
onClick(DataLabelsContext) - Method in interface org.pepstock.charba.client.datalabels.events.ClickEventHandler
Invoked to manage CLICK events on labels.
onClick(DataLabelsContext) - Method in class org.pepstock.charba.client.datalabels.Listeners
Returns a boolean when the callback has been activated.
onClick(AxisClickEvent) - Method in interface org.pepstock.charba.client.events.AxisClickEventHandler
Invoked when the user clicks on the chart axis.
onClick(ChartClickEvent) - Method in interface org.pepstock.charba.client.events.ChartClickEventHandler
Invoked when the user clicks on the chart.
onClick(LegendClickEvent) - Method in interface org.pepstock.charba.client.events.LegendClickEventHandler
Invoked when the user clicks on the chart legend.
onClick(TitleClickEvent) - Method in interface org.pepstock.charba.client.events.TitleClickEventHandler
Invoked when the user clicks on the chart title.
onClick(LegendClickEvent) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
 
onClick(DataLabelsContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
 
onClick(IsChart, LegendItem, BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
Fires the CLICK event on specific legend item.
onClickHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onClickHandlers - Variable in class org.pepstock.charba.client.configuration.Legend
 
onColor(ScaleContext, ColorCallback<ScaleContext>, String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns a string as color when the callback has been activated.
onColor(ScaleContext, ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
Returns a string as color when the callback has been activated.
onComplete(AnimationItem) - Method in class org.pepstock.charba.client.configuration.Animation
Callback called at the end of an animation.
onComplete(AnimationCompleteEvent) - Method in interface org.pepstock.charba.client.events.AnimationCompleteEventHandler
Invoked when chart animation is complete.
onCompleted(ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Method of function to be called to manage onPanComplete or onZoomComplete callbacks.
onCompleted(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.CompletedCallback
Method called once zooming or panning is completed.
onCompleteHandlers - Variable in class org.pepstock.charba.client.configuration.Animation
 
onConfigure(IsChart) - Method in class org.pepstock.charba.client.data.CanvasObjectHandler
 
onConfigure(IsChart) - Method in class org.pepstock.charba.client.Defaults.NativeChartHandler
 
onConfigure(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
 
onConfigure(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onConfigure(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
onConfigure(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before initializing configuration of 'chart'.
onConfigure(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called before creation of 'chart' java script.
onContent(AnnotationContext) - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns an object as string, array of string or Img when the callback has been activated.
onCubicInterpolationMode(DatasetContext) - Method in class org.pepstock.charba.client.data.LineDataset
Returns a CubicInterpolationMode when the callback has been activated.
onDatasetSelectionHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onDblclick(NativeObject) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Manages the DBLCLICK event firing an annotation event.
onDestroy(IsChart) - Method in class org.pepstock.charba.client.data.CanvasObjectHandler
 
onDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
onDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
 
onDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
 
onDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
onDestroy(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after the chart as been destroyed.
onDestroy(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the chart as been destroyed.
onDetach(MutationItem) - Method in class org.pepstock.charba.client.AbstractChart
 
onDetach(MutationItem) - Method in interface org.pepstock.charba.client.MutationHandler
Invoked by mutation observer when a chart has been detached from the DOM tree.
onDisplay(DataLabelsContext) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns a boolean or Display when the callback has been activated.
onDoubleClick(IsChart, AbstractAnnotation) - Method in interface org.pepstock.charba.client.annotation.listeners.DoubleClickCallback
Method called once dblclick is fired.
onDraw(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.controllers.WrapperController
Draw the representation of the dataset.
onEndDrawing(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
onEndDrawing(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onEndDrawing(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
onEndDrawing(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after every drawing cycle, coming from initialization, updating or rendering of chart.
onEnter(NativeObject) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Manages the ENTER event invoking the callback is exists.
onEnter(IsChart, AbstractAnnotation) - Method in interface org.pepstock.charba.client.annotation.listeners.EnterCallback
Method called once enter is fired.
onEnter(DataLabelsContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
 
onEnter(DataLabelsContext) - Method in interface org.pepstock.charba.client.datalabels.events.EnterEventHandler
Invoked to manage ENTER events on labels.
onEnter(DataLabelsContext) - Method in class org.pepstock.charba.client.datalabels.Listeners
Returns a boolean when the callback has been activated.
onEnter(DataLabelsContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
 
onExternal(IsChart, TooltipModel) - Method in interface org.pepstock.charba.client.callbacks.TooltipExternalCallback
External tooltips callback allows you to hook in the the tooltip rendering process so that you can render the tooltip in your own custom way.
onFill(DatasetContext) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
Returns a object which can be a boolean, integer, string or IsFill when the callback has been activated.
onFilter(IsChart, T) - Method in interface org.pepstock.charba.client.callbacks.FilterCallback
Callback that filter items on chart components.
onFooter(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
 
onFooter(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
Returns text to render as the footer of the tooltip.
If returns null or empty list, it will be ignored.
onFooterCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the FOOTER callback invocation
onFormatter(DataLabelsContext, Object) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Returns a string as formatted value when the callback has been activated.
onHover(ChartHoverEvent) - Method in interface org.pepstock.charba.client.events.ChartHoverEventHandler
Invoked when the user hovers on the chart.
onHover(LegendHoverEvent) - Method in interface org.pepstock.charba.client.events.LegendHoverEventHandler
Invoked when the user hovers on the chart legend.
onHover(IsChart, LegendItem, BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
Fires the HOVER event on specific legend item.
onHoverHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onHoverHandlers - Variable in class org.pepstock.charba.client.configuration.Legend
 
onImageSize(AnnotationContext, ImageSizeCallback, double, String) - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns an object as string or double when the callback has been activated.
onInitialize(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.controllers.WrapperController
Initializes the controller.
onInstall(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false).
onInstall(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false).
onInvoke(MutationRecord[], MutationObserver) - Method in interface org.pepstock.charba.client.dom.MutationObserver.MutationObserverCallback
The callback function takes as input two parameters:
an array of MutationRecord objects describing each change that occurred the MutationObserver which invoked the callback.
onItemSort(IsChart, T, T) - Method in interface org.pepstock.charba.client.callbacks.ItemSortCallback
Allows sorting of items, for tooltip or legend
onLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns text to render for an individual item in the tooltip.
If returns null, it will be ignored.
onLabelCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the LABEL callback invocation
onLabelColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onLabelColor(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns the colors and borders to render for the tooltip item.
If returns null, it will be ignored.
onLabelColorCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the LABEL callback invocation
onLabelPointStyle(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns the point style to use instead of color boxes if usePointStyle is true.
Default implementation uses the point style from the data set points.
onLabelPointStyleCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the LABEL callback invocation
onLabelTextColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onLabelTextColor(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns the colors for the text of the label for the tooltip item.
If returns null, it will be ignored.
onLabelTextColorCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the LABEL callback invocation
onLeave(NativeObject) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Manages the LEAVE event firing an annotation event.
onLeave(IsChart, AbstractAnnotation) - Method in interface org.pepstock.charba.client.annotation.listeners.LeaveCallback
Method called once leave is fired.
onLeave(DataLabelsContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
 
onLeave(DataLabelsContext) - Method in interface org.pepstock.charba.client.datalabels.events.LeaveEventHandler
Invoked to manage LEAVE events on labels.
onLeave(DataLabelsContext) - Method in class org.pepstock.charba.client.datalabels.Listeners
Returns a boolean when the callback has been activated.
onLeave(LegendLeaveEvent) - Method in interface org.pepstock.charba.client.events.LegendLeaveEventHandler
Invoked when the user leaves on the chart legend.
onLeave(DataLabelsContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
 
onLeave(IsChart, LegendItem, BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
Fires the LEAVE event on specific legend item.
onLeaveHandlers - Variable in class org.pepstock.charba.client.configuration.Legend
 
onLinkScales(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.controllers.WrapperController
Ensures that the data set represented by this controller is linked to a scale.
Overridden to helpers.noop in the polar area and doughnut controllers as these chart types using a single scale.
onMouseDown(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Manages the mouse down event on canvas.
onMouseLeave(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Manages the mouse leave event on canvas.
onMouseMove(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Manages the mouse move event on canvas.
onMouseUp(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Manages the mouse up event on canvas.
onParse(ControllerContext, IsChart, int, int) - Method in class org.pepstock.charba.client.controllers.WrapperController
Create elements for each piece of data in the dataset.
onPointStyle(DatasetContext) - Method in class org.pepstock.charba.client.data.BarDataset
Returns a PointStyle or Img when the callback has been activated.
onPointStyle(DatasetContext) - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns a PointStyle when the callback has been activated.
onPointStyle(DatasetContext) - Method in class org.pepstock.charba.client.data.LiningDataset
Returns a PointStyle or Img when the callback has been activated.
onProgress(AnimationItem) - Method in class org.pepstock.charba.client.configuration.Animation
Callback called on each step of an animation.
onProgress(AnimationProgressEvent) - Method in interface org.pepstock.charba.client.events.AnimationProgressEventHandler
Invoked when chart animation is progressing.
onProgress(ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Method of function to be called to manage onPan or onZoom callbacks.
onProgress(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.ProgressCallback
Method called while the user is zooming or panning.
onProgressHandlers - Variable in class org.pepstock.charba.client.configuration.Animation
 
onRejected(ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Method of function to be called to manage onPanRejected or onZoomRejected callbacks.
onRejected(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.RejectedCallback
Method called once zooming or panning is rejected.
onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Animation
 
onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Legend
 
onRemove(RemoveHandlerEvent) - Method in interface org.pepstock.charba.client.events.RemoveHandlerEventHandler
Invoked when a chart event handler is removed.
onRender(LabelsContext) - Method in class org.pepstock.charba.client.labels.Label
Invokes the RENDER callback.
onReset(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called during chart reset.
onReset(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called during chart reset.
onResize(IsChart, PluginResizeArgument) - Method in class org.pepstock.charba.client.data.CanvasObjectHandler
 
onResize(ChartResizeEvent) - Method in interface org.pepstock.charba.client.events.ChartResizeEventHandler
Invoked when the chart has been resized.
onResize(IsChart, PluginResizeArgument) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
onResize(IsChart, PluginResizeArgument) - Method in interface org.pepstock.charba.client.Plugin
Called after the chart as been resized.
onResize(IsChart, PluginResizeArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after the chart as been resized.
onResize() - Method in class org.pepstock.charba.client.utils.WindowHelper
Resizes all active chart instances before printing.s
onResizeHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onRotation(AnnotationContext, double) - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns an object as string or double when the callback has been activated.
onSelect(DatasetRangeSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetRangeSelectionEventHandler
Invoked when the user selects an area on the chart.
onSelect(DatasetSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetSelectionEventHandler
Invoked when the user clicks on the chart to select a dataset.
onStart(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called when a plugin is starting.
This happens when chart is created or plugin is enabled.
onStart(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called when a plugin is starting.
This happens when chart is created or plugin is enabled.
onStart(ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Method of function to be called to manage onPanStart or onZoomStart callbacks.
onStart(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.StartCallback
Method called when pan or zoom is about to start.
onStop(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled.
onStop(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled.
onText(ChartContext) - Method in class org.pepstock.charba.client.configuration.Title
Returns an object as string or array of string when the callback has been activated.
onTextAlign(AnnotationContext, TextAlign) - Method in class org.pepstock.charba.client.annotation.LineLabel
Returns an object as string when the callback has been activated.
onTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
 
onTitle(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
Returns text to render as the title of the tooltip.
If returns null or empty list, it will be ignored.
onTitleCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Manage the TITLE callback invocation
onTitleClickHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onToolipPosition(NativeObject, ArrayObject, NativeObject) - Method in class org.pepstock.charba.client.positioner.Positioner
Returns the point where the tooltip will appear.
onUninstall(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false).
onUninstall(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false).
onUpdate(ControllerContext, IsChart, String) - Method in class org.pepstock.charba.client.controllers.WrapperController
Update the elements in response to new data.
onValue(AnnotationContext, ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Returns an object as double, string or date (as time) when the callback has been activated.
OPACITY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
 
OPACITY_COLLECTION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
 
OPACITY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
OpacityCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set opacity property at runtime, using the plugin context.
opacityCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
OPEN_ROUND_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for OPEN round bracket, "(".
OPEN_SQUARE_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for OPEN square bracket, "[".
options - Variable in class org.pepstock.charba.client.AbstractChart
 
options - Variable in class org.pepstock.charba.client.adapters.DateAdapter
 
options - Variable in class org.pepstock.charba.client.BarChart
 
options - Variable in class org.pepstock.charba.client.BubbleChart
 
options - Variable in class org.pepstock.charba.client.ChartNode
 
options - Variable in class org.pepstock.charba.client.configuration.Animation
 
options - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
 
options - Variable in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
 
options - Variable in class org.pepstock.charba.client.Defaults
 
options - Variable in class org.pepstock.charba.client.DoughnutChart
 
options - Variable in class org.pepstock.charba.client.HorizontalBarChart
 
options - Variable in class org.pepstock.charba.client.impl.charts.GaugeChart
 
options - Variable in class org.pepstock.charba.client.impl.charts.MeterChart
 
OPTIONS - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
options - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
 
options - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
 
options - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
options - Variable in class org.pepstock.charba.client.items.DatasetElement
 
options - Variable in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
 
options - Variable in class org.pepstock.charba.client.LineChart
 
Options - Class in org.pepstock.charba.client.options
Base object which maps chart options.
Options(String, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.options.Options
Creates the object only with default provider.
Options(String, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.Options
Creates the object only with default provider and native object.
options - Variable in class org.pepstock.charba.client.PieChart
 
options - Variable in class org.pepstock.charba.client.PolarAreaChart
 
options - Variable in class org.pepstock.charba.client.RadarChart
 
options - Variable in class org.pepstock.charba.client.ScatterChart
 
options - Variable in class org.pepstock.charba.client.StackedAreaChart
 
options - Variable in class org.pepstock.charba.client.StackedBarChart
 
options - Variable in class org.pepstock.charba.client.TimeSeriesBarChart
 
options - Variable in class org.pepstock.charba.client.TimeSeriesLineChart
 
options - Variable in class org.pepstock.charba.client.VerticalLineChart
 
Options.CommonProperty - Enum in org.pepstock.charba.client.options
Name of properties of native object.
Properties common with which extends this class.
Options.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
OptionsEnvelop<T> - Class in org.pepstock.charba.client.options
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
OptionsEnvelop(T) - Constructor for class org.pepstock.charba.client.options.OptionsEnvelop
Create an envelop with the content passed as argument.
OptionsEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.options.OptionsEnvelop
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
optionsHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLinearTick
 
optionsHandler - Variable in class org.pepstock.charba.client.configuration.RadialLinearTick
 
OptionsNode - Class in org.pepstock.charba.client.items
Wrapper of options node of CHART.JS.
OptionsNode(String, IsDefaultScaledOptions, ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.OptionsNode
Creates the item using an envelop with the native java script object which contains all properties.
orderHandler - Variable in class org.pepstock.charba.client.data.BarDataset
 
orderHandler - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
orderHandler - Variable in class org.pepstock.charba.client.data.LiningDataset
 
OrderHandler - Class in org.pepstock.charba.client.data
Utility to manage the order option on chart datasets.
OrderHandler(NativeObject) - Constructor for class org.pepstock.charba.client.data.OrderHandler
Creates the utility using dataset native object.
OrderHandler.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
org.pepstock.charba.client - package org.pepstock.charba.client
Main package with all charts implementation, global classes and common interfaces.
org.pepstock.charba.client.adapters - package org.pepstock.charba.client.adapters
Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.
org.pepstock.charba.client.annotation - package org.pepstock.charba.client.annotation
Contains all classes to activate the AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js.
org.pepstock.charba.client.annotation.callbacks - package org.pepstock.charba.client.annotation.callbacks
Contains the AnnotationPlugin.ID plugin callback interfaces to catch events.
org.pepstock.charba.client.annotation.enums - package org.pepstock.charba.client.annotation.enums
Contains all enumerations to configure the AnnotationPlugin.ID plugin.
org.pepstock.charba.client.annotation.listeners - package org.pepstock.charba.client.annotation.listeners
Contains all callback interfaces to implement for the AnnotationPlugin.ID plugin.
org.pepstock.charba.client.callbacks - package org.pepstock.charba.client.callbacks
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
org.pepstock.charba.client.colors - package org.pepstock.charba.client.colors
Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own colors and classes to define gradients of patterns for charts.
org.pepstock.charba.client.colors.tiles - package org.pepstock.charba.client.colors.tiles
Contains all classes to build tiles to use in the a canvas patterns or a Charba pattern.
org.pepstock.charba.client.commons - package org.pepstock.charba.client.commons
Core classes to manage the inter-operations with java script code.
org.pepstock.charba.client.configuration - package org.pepstock.charba.client.configuration
Contains all elements to configure a chart instance (know as chart options at instance level).
org.pepstock.charba.client.controllers - package org.pepstock.charba.client.controllers
Contains all classes to manage the implementations of controllers.
org.pepstock.charba.client.data - package org.pepstock.charba.client.data
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
org.pepstock.charba.client.datalabels - package org.pepstock.charba.client.datalabels
Contains all classes to activate the DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js.
org.pepstock.charba.client.datalabels.callbacks - package org.pepstock.charba.client.datalabels.callbacks
Contains the DataLabelsPlugin.ID plugin callback interfaces to configure the plugin itself.
org.pepstock.charba.client.datalabels.enums - package org.pepstock.charba.client.datalabels.enums
Contains all enumerations to configure the DataLabelsPlugin.ID plugin.
org.pepstock.charba.client.datalabels.events - package org.pepstock.charba.client.datalabels.events
Contains the DataLabelsPlugin.ID plugin event handlers interfaces to catch event of plugin.
org.pepstock.charba.client.defaults - package org.pepstock.charba.client.defaults
Contains all interfaces need to provide defaults values of the chart options.
org.pepstock.charba.client.defaults.chart - package org.pepstock.charba.client.defaults.chart
Contains the default values of chart options based on type of chart instance.
org.pepstock.charba.client.defaults.globals - package org.pepstock.charba.client.defaults.globals
Contains the default values of chart options for all chart types (CHART.JS options defaults).
org.pepstock.charba.client.dom - package org.pepstock.charba.client.dom
Contains all classes needed to work with DOM tree, base classes of a DOM tree.
org.pepstock.charba.client.dom.elements - package org.pepstock.charba.client.dom.elements
Contains a set of DOM elements that Charba is using.
org.pepstock.charba.client.dom.enums - package org.pepstock.charba.client.dom.enums
Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.
org.pepstock.charba.client.dom.safehtml - package org.pepstock.charba.client.dom.safehtml
Contains the classes to use in order to create HTML encoded strings.
org.pepstock.charba.client.enums - package org.pepstock.charba.client.enums
Contains all enumerations of some chart options where only a specific set of values can be set.
org.pepstock.charba.client.events - package org.pepstock.charba.client.events
Contains all events to interact with chart instance.
org.pepstock.charba.client.gwt - package org.pepstock.charba.client.gwt
Contains the fundamental java script resources to inject in order to use Charba by GWT.
org.pepstock.charba.client.gwt.widgets - package org.pepstock.charba.client.gwt.widgets
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
org.pepstock.charba.client.impl - package org.pepstock.charba.client.impl
Main package with the implementation out-of-the-box of callbacks, plugins and charts.
org.pepstock.charba.client.impl.callbacks - package org.pepstock.charba.client.impl.callbacks
Contains some callbacks implementations, available out-of-the box.
org.pepstock.charba.client.impl.charts - package org.pepstock.charba.client.impl.charts
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
org.pepstock.charba.client.impl.plugins - package org.pepstock.charba.client.impl.plugins
Contains some plugins implementations, available out-of-the box.
org.pepstock.charba.client.impl.plugins.enums - package org.pepstock.charba.client.impl.plugins.enums
Contains the enumeration items to configure out of the box CHARBA plugins.
org.pepstock.charba.client.intl - package org.pepstock.charba.client.intl
Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.
org.pepstock.charba.client.intl.enums - package org.pepstock.charba.client.intl.enums
Contains enumerations to use in order to configure the ECMAScript Internationalization API options.
org.pepstock.charba.client.items - package org.pepstock.charba.client.items
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.
org.pepstock.charba.client.labels - package org.pepstock.charba.client.labels
Contains all classes to use LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js) available for CHART.JS
org.pepstock.charba.client.labels.callbacks - package org.pepstock.charba.client.labels.callbacks
Contains the LabelsPlugin.ID plugin callback interfaces to configure the plugin itself.
org.pepstock.charba.client.labels.enums - package org.pepstock.charba.client.labels.enums
Contains all enumerations to configure the LabelsPlugin.ID plugin.
org.pepstock.charba.client.options - package org.pepstock.charba.client.options
Contains all elements to configure charts at global level (know as chart global options).
org.pepstock.charba.client.plugins - package org.pepstock.charba.client.plugins
Contains all classes to manage the plugin implementations.
org.pepstock.charba.client.positioner - package org.pepstock.charba.client.positioner
Contains all classes to implement a custom tooltip positioner for CHART.JS.
org.pepstock.charba.client.resources - package org.pepstock.charba.client.resources
Contains the fundamental java script resources to inject in order to use Charba.
It provides all implementations to inject embedded resources for LUXON date adapters.
org.pepstock.charba.client.utils - package org.pepstock.charba.client.utils
Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.
org.pepstock.charba.client.zoom - package org.pepstock.charba.client.zoom
Contains all classes to activate the ZoomPlugin.ID plugin (AKA chartjs-plugin-zoom.js ) for CHART.js.
org.pepstock.charba.client.zoom.callbacks - package org.pepstock.charba.client.zoom.callbacks
Contains the ZoomPlugin.ID plugin callback interfaces to configure the plugin itself and to catch events.
orientation - Variable in class org.pepstock.charba.client.colors.GradientBuilder
 
outer - Variable in class org.pepstock.charba.client.colors.Radius
 
OVER_SCALE_MODE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
 
override() - Method in class org.pepstock.charba.client.adapters.DefaultsFormatsOverrider
Invokes after the initialization of date adapter in order to override default formats if needed.
override - Variable in enum org.pepstock.charba.client.resources.ResourceName
 
overrides - Variable in class org.pepstock.charba.client.Defaults
 
Overrides - Class in org.pepstock.charba.client
Default overrides options (maps the java script object chart.overrides).
Overrides(NativeObject) - Constructor for class org.pepstock.charba.client.Overrides
Creates the object with the native object which maps the java script object chart.overrides.
overScaleModeCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
 

P

pad(String) - Static method in class org.pepstock.charba.client.colors.ColorUtil
Applies the padding to a string to 2 chars.
padding - Variable in class org.pepstock.charba.client.configuration.CartesianScaleTitle
 
padding - Variable in class org.pepstock.charba.client.configuration.Layout
 
padding - Variable in class org.pepstock.charba.client.configuration.LegendTitle
 
Padding - Class in org.pepstock.charba.client.configuration
Maps the additional space to apply to the sides of elements (left, top, right, bottom), in pixels.
Padding(AbstractDynamicConfiguration.IsProvider<IsPadding>) - Constructor for class org.pepstock.charba.client.configuration.Padding
Builds the object by a padding provider used to get the padding element for storing properties.
Padding(IsScriptablePaddingProvider<?>, AbstractDynamicConfiguration.IsProvider<IsPadding>) - Constructor for class org.pepstock.charba.client.configuration.Padding
Builds the object by a padding provider used to get the padding element for storing properties.
padding - Variable in class org.pepstock.charba.client.configuration.Title
 
padding - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
padding - Variable in class org.pepstock.charba.client.datalabels.DefaultOptions
 
padding - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
Padding - Class in org.pepstock.charba.client.datalabels
Base object to map padding options for DataLabelsPlugin.ID plugin configuration.
It is applied to all sides of the label (left, top, right, bottom).
Padding(LabelItem, IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.Padding
Creates new padding element, using label item instance (where the padding is stored), stored native object instance and the default values options.
padding - Variable in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
 
padding - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
 
padding - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
 
padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLayout
 
padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
 
padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultPadding
 
padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
 
padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
PADDING - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
 
padding - Variable in class org.pepstock.charba.client.options.AbstractPadding
 
padding - Variable in class org.pepstock.charba.client.options.Layout
 
padding - Variable in class org.pepstock.charba.client.options.LegendTitle
 
Padding - Class in org.pepstock.charba.client.options
Maps the additional space to apply to the sides of elements (left, top, right, bottom), in pixels.
Padding(AbstractNode, Key, IsDefaultPadding, NativeObject, int) - Constructor for class org.pepstock.charba.client.options.Padding
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
padding - Variable in class org.pepstock.charba.client.options.ScaleTitle
 
padding - Variable in class org.pepstock.charba.client.options.Title
 
padding - Variable in class org.pepstock.charba.client.options.Tooltips
 
Padding.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
PADDING_DOUBLE_ZERO - Static variable in class org.pepstock.charba.client.colors.ColorUtil
 
PADDING_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
PADDING_ZERO - Static variable in class org.pepstock.charba.client.colors.ColorUtil
 
paddingBottom - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
PaddingCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set a padding element at runtime.
paddingCallback - Variable in class org.pepstock.charba.client.configuration.Layout
 
paddingCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
paddingCallback - Variable in class org.pepstock.charba.client.configuration.Title
 
paddingCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Layout
 
paddingCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
paddingCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Title
 
paddingCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
PaddingItem - Class in org.pepstock.charba.client.items
Padding options item to use mainly for callbacks.
PaddingItem() - Constructor for class org.pepstock.charba.client.items.PaddingItem
Creates an empty padding to use for chart configuration with global defaults.
PaddingItem(int) - Constructor for class org.pepstock.charba.client.items.PaddingItem
Creates an padding to use for chart configuration with global defaults and setting the same size for all dimensions.
PaddingItem(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.items.PaddingItem
Creates an empty padding to use for chart configuration when the font is created by a callback.
PaddingItem(IsDefaultPadding, int) - Constructor for class org.pepstock.charba.client.items.PaddingItem
Creates an empty padding to use for chart configuration when the font is created by a callback and setting the same size for all dimensions.
PaddingSizeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
Callback interface of AnnotationPlugin.ID plugin to set xPadding and yPadding property at runtime, to AbstractAnnotation and LineLabel.
paddingTop - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
pan - Variable in class org.pepstock.charba.client.zoom.DefaultOptions
 
pan(Chart, Amount, TransitionKey) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
Pans the chart on demand, programmatically.
pan(Chart, double, TransitionKey) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
Pans the chart on demand, programmatically.
pan(Chart, NativeObject) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Pans the chart on demand, programmatically.
pan(Chart, NativeObject, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Pans the chart on demand, programmatically.
pan(Chart, double) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Pans the chart on demand, programmatically.
pan(Chart, double, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Pans the chart on demand, programmatically.
Pan - Class in org.pepstock.charba.client.zoom
Base object to map pan options for ZoomPlugin.ID plugin configuration.
It represents the container for PAN options.
Pan(IsDefaultPan, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Pan
Creates new panning element, using stored native object instance and the default values options.
pan - Variable in class org.pepstock.charba.client.zoom.ZoomOptions
 
pan(IsChart, Amount) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Pans the chart on demand, programmatically.
pan(IsChart, Amount, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Pans the chart on demand, programmatically.
pan(IsChart, double) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Pans the chart on demand, programmatically.
pan(IsChart, double, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Pans the chart on demand, programmatically.
Pan.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
PAN_COMPLETED_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Pan
 
PAN_PROGRESS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Pan
 
PAN_REJECTED_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Pan
 
PAN_START_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Pan
 
parent - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
parent - Variable in class org.pepstock.charba.client.commons.AbstractNode
 
parent - Variable in class org.pepstock.charba.client.commons.IteratorImpl
 
parent - Variable in class org.pepstock.charba.client.commons.PropertyHandler
 
parent - Variable in class org.pepstock.charba.client.datalabels.Labels
 
parent - Variable in class org.pepstock.charba.client.datalabels.Listeners
 
parent - Variable in class org.pepstock.charba.client.options.AbstractModel
 
parentDrawTime - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
 
parentDrawTime - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
parse(String, String) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Parses the given value and return the associated date.
parse(String, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Parses the given value and return the associated timestamp.
parse(List<String>) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Builds a list of colors starting from a list of strings which represent colors.
parse(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Returns a color parsing the string value passed as argument.
It's able to parse HEX, RGB, RGBA and named color representation.
parse(ControllerType, ControllerContext, int, int) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
Invokes the default parse method.
parse(String, ControllerContext, int, int) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
Invokes the default parse method.
parseCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
 
parseCompoundUnitIdentifier(String) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Returns an unmodifiable list of units of units parsing a string which can represent a single unit or a compound one.
parsed - Variable in class org.pepstock.charba.client.items.DatasetElement
 
Parsed - Class in org.pepstock.charba.client.items
This object is wrapping the native java script object provided by DatasetElement to know the parsed value.
Parsed(NativeObject) - Constructor for class org.pepstock.charba.client.items.Parsed
Creates the object with native object instance to be wrapped.
Parsed.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
Pattern - Class in org.pepstock.charba.client.colors
Entity to apply a canvas pattern in the a data set as background.
See here some interesting pattern images.
Pattern(String, Img, Repetition, int, int) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using an image to use in the pattern and repetition to apply to pattern.
Pattern(String, CanvasPatternItem, int, int) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using an already created canvas pattern.
Pattern(NativeObject) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using a native object where pattern info are stored.
pattern - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
Pattern.Property - Enum in org.pepstock.charba.client.colors
Name of properties of native object.
PATTERN_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.Utilities
Template to create CSS value of pattern, to use for background CSS shorthand property.
The template for a pattern is:

url(image-url) repetition
See the following link how CSS pattern has been created:

https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
PatternBuilder - Class in org.pepstock.charba.client.colors
The pattern builder is the entry point to create a canvas pattern.
Entity to apply a canvas pattern in the a data set as background.
See here some interesting pattern images.
PatternBuilder(Img, Repetition, int, int) - Constructor for class org.pepstock.charba.client.colors.PatternBuilder
Creates the object using an image to use in the pattern and repetition to apply to pattern.
PatternBuilder(CanvasPatternItem, int, int) - Constructor for class org.pepstock.charba.client.colors.PatternBuilder
Creates the object using an already created canvas pattern.
This is mainly used by tiles.
patternCache - Variable in class org.pepstock.charba.client.colors.CanvasObjectFactory
 
PatternContainerFactory() - Constructor for class org.pepstock.charba.client.data.PatternsContainer.PatternContainerFactory
 
PATTERNS - Static variable in class org.pepstock.charba.client.colors.PatternBuilder
 
patternsContainer - Variable in class org.pepstock.charba.client.data.Dataset
 
PatternsContainer - Class in org.pepstock.charba.client.data
Utility to manage the patterns inside the configuration item of dataset, setting to the specific properties of the elements.
It stores the patterns information in the a native object added to Charba configuration, on specific property names for Charba.
The canvas object are stored in the native object by the "original" property names to use to configure CHART.JS.
PatternsContainer(Dataset) - Constructor for class org.pepstock.charba.client.data.PatternsContainer
Creates the object by an empty native java script object and stores the dataset instance it belongs to.
PatternsContainer.PatternContainerFactory - Class in org.pepstock.charba.client.data
Factory to create a pattern objects from a native object.
PERCENT - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for PERCENT, "%".
Percentage - Class in org.pepstock.charba.client.impl.callbacks
Utility to calculate the percentage of the value based on the datasets of chart.
Percentage() - Constructor for class org.pepstock.charba.client.impl.callbacks.Percentage
To avoid any instantiation
PercentageCallback - Class in org.pepstock.charba.client.impl.callbacks
Formatter implementation for DataLabelsPlugin.ID plugin in order to provide the percentage of the value.
Setting this object to formatter callback of DataLabelsPlugin.ID options, it will return the percentage for each data index per dataset.
PercentageCallback() - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Creates the formatter using the default values.
PercentageCallback(int) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Creates the formatter using the argument as number precision.
PercentageCallback(boolean) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Creates the formatter using the argument as flag to compute the percentage on stacked datasets.
PercentageCallback(int, boolean) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Creates the formatter using the arguments as number format and as flag to compute the percentage on stacked datasets.
percentageThreshold - Variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
 
PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
 
PieChart - Class in org.pepstock.charba.client
PIE chart implementation.
A pie charts are divided in the segments, the arc of each segment shows the proportional value of each piece of data.
They are excellent at showing the relational proportions between data.
PieChart() - Constructor for class org.pepstock.charba.client.PieChart
Builds the object.
PieChart(Type) - Constructor for class org.pepstock.charba.client.PieChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
PieChartWidget - Class in org.pepstock.charba.client.gwt.widgets
PIE chart GWT WIDGET implementation.
A pie charts are divided in the segments, the arc of each segment shows the proportional value of each piece of data.
They are excellent at showing the relational proportions between data.
PieChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.PieChartWidget
Builds the object.
PieChartWidget(PieChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.PieChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
PieDataset - Class in org.pepstock.charba.client.data
The pie chart allows a number of properties to be specified for each dataset.
PieDataset() - Constructor for class org.pepstock.charba.client.data.PieDataset
Creates a dataset.
It uses the global options has default.
PieDataset(boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
Creates a dataset.
It uses the global options has default.
PieDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.PieDataset
Creates the dataset using a default.
PieDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
Creates the dataset using a default.
PieDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
Creates the dataset using chart type related to the dataset.
PieDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
Creates the dataset using a default and chart type related to the dataset.
PieDataset.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
PieOptions - Class in org.pepstock.charba.client.configuration
Specific options for PIE chart.
PieOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.PieOptions
Builds the object storing the chart instance and default values.
Pinch - Class in org.pepstock.charba.client.zoom
Base object to map wheel options for ZoomPlugin.ID plugin configuration.
It represents the container for WHEEL options.
Pinch(AbstractNode, Key, IsDefaultPinch, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Pinch
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
pinch - Variable in class org.pepstock.charba.client.zoom.Zoom
 
Pinch.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
Plugin - Interface in org.pepstock.charba.client
This interface is defining the extension hook for Chart.JS plugin implementation (both for inline and global plugins).
Plugins are the most efficient way to customize or change the default behavior of a chart.
plugin(Key) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins.InternalPlugins
Returns the plugin instance by its id.
pluginAddedLegendStatus - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
pluginCallbackProxies - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
pluginChartEnablement - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
PluginDatasetArgument - Class in org.pepstock.charba.client.items
This is a wrapper of java script object which represents a dataset.
This object is used in the plugins methods of CHART.JS.
PluginDatasetArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginDatasetArgument
Creates the item using an envelop of the native java script object which contains all properties.
PluginDatasetArgument.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
pluginDivElements - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
PluginEventArgument - Class in org.pepstock.charba.client.items
This is a wrapper of java script object which represents a event.
This object is used in the plugins methods of CHART.JS.
PluginEventArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginEventArgument
Creates the item using an envelop of the native java script object which contains all properties.
PluginEventArgument.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
pluginEventsRegistrationHandlers - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
pluginId - Variable in class org.pepstock.charba.client.plugins.AbstractPlugin
 
pluginId - Variable in class org.pepstock.charba.client.plugins.AbstractPluginOptions
 
pluginId - Variable in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
 
PluginIdChecker - Class in org.pepstock.charba.client.plugins
This utility checks if the plug ID is acceptable or not.
PluginIdChecker() - Constructor for class org.pepstock.charba.client.plugins.PluginIdChecker
To avoid any instantiation
pluginIds - Variable in class org.pepstock.charba.client.plugins.GlobalPlugins
 
pluginLegendClickHandler - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
pluginLegendDisplayStatus - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
pluginLegendLabelsCallback - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
 
pluginLegendLabelsItems - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
pluginOptions - Variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
 
pluginOptions - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
PluginOptionsScope - Enum in org.pepstock.charba.client.enums
Enumeration with all possible options scope.
PluginOptionsScope(String) - Constructor for enum org.pepstock.charba.client.enums.PluginOptionsScope
Creates with the property value to use in the native object.
PluginReference - Class in org.pepstock.charba.client.plugins
This class wraps the native object of plugins registered in the CHART.JS.
Exposes ONLY the ID of plugin, anything else.
PluginReference(NativeObject) - Constructor for class org.pepstock.charba.client.plugins.PluginReference
Creates the item using a native java script object which contains all properties.
PluginReference.Property - Enum in org.pepstock.charba.client.plugins
Name of properties of native object.
PluginResizeArgument - Class in org.pepstock.charba.client.items
This is a wrapper of java script object which represents a resize argument.
This object is used in the plugins methods of CHART.JS.
PluginResizeArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginResizeArgument
Creates the item using an envelop of the native java script object which contains all properties.
PluginResizeArgument.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
plugins - Variable in class org.pepstock.charba.client.AbstractChart
 
plugins - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Plugins - Class in org.pepstock.charba.client.configuration
Definitions about plugins options.
This is used to configure plugins (mainly the global ones).
Every plugin could have own configuration structure.
The java script object key is the plugin id.
Plugins(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Plugins
Builds the object storing the root options element.
plugins - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
 
plugins - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
plugins - Variable in class org.pepstock.charba.client.Defaults
 
plugins - Variable in class org.pepstock.charba.client.GlobalOptions
 
plugins - Variable in class org.pepstock.charba.client.options.Options
 
Plugins - Class in org.pepstock.charba.client.options
Definitions about plugins options.
Plugins(ChartEnvelop<Plugins>) - Constructor for class org.pepstock.charba.client.options.Plugins
Creates the object wrapping another plugin.
This constructor is used ONLY from GlobalOptions.
Plugins(Options, Key, IsDefaultPlugins, NativeObject) - Constructor for class org.pepstock.charba.client.options.Plugins
Creates the object with the parent, the key of this element, defaults and native object to map java script properties.
plugins - Variable in class org.pepstock.charba.client.plugins.GlobalPlugins
 
Plugins - Class in org.pepstock.charba.client.plugins
Is the manager of plugins which can manage the list of plugins and returns them as java script object to store in the chart configuration.
Plugins() - Constructor for class org.pepstock.charba.client.plugins.Plugins
 
PluginScaleArgument - Class in org.pepstock.charba.client.items
This is a wrapper of java script object which represents a scale argument.
This object is used in the plugins methods of CHART.JS.
PluginScaleArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginScaleArgument
Creates the item using an envelop of the native java script object which contains all properties.
PluginScaleArgument.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
pluginSelectionHandlers - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
PluginsEnvelop<T> - Class in org.pepstock.charba.client.plugins
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
PluginsEnvelop(T) - Constructor for class org.pepstock.charba.client.plugins.PluginsEnvelop
Create an envelop with the content passed as argument.
PluginsEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.plugins.PluginsEnvelop
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
pluginsInstances - Variable in class org.pepstock.charba.client.plugins.Plugins
 
pluginsToBeDisabled - Variable in class org.pepstock.charba.client.plugins.GlobalPlugins
 
PluginTooltipArgument - Class in org.pepstock.charba.client.items
Contains all info for every item of tooltip.
Created and passed by CHART.JS.
It uses in the the PLUGINS.
PluginTooltipArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginTooltipArgument
Creates the item using an envelop of the native java script object which contains all properties.
PluginTooltipArgument.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
PluginUpdateArgument - Class in org.pepstock.charba.client.items
This is a wrapper of java script object which the argument passed to plugin function.
This object is used in the plugins methods of CHART.JS.
PluginUpdateArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginUpdateArgument
Creates the item using an envelop of the native java script object which contains all properties.
PluginUpdateArgument.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
Plus - Class in org.pepstock.charba.client.colors.tiles
PLUS drawer to design a plus in the tile.
It designs a plus in the the following tile sections (A and B):

Plus() - Constructor for class org.pepstock.charba.client.colors.tiles.Plus
 
point - Variable in class org.pepstock.charba.client.configuration.Elements
 
Point - Class in org.pepstock.charba.client.configuration
Point elements are used to represent the points in a line chart or a bubble chart.
Point(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Point
Builds the object storing the root options element.
point - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
point - Variable in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
point - Variable in class org.pepstock.charba.client.options.Elements
 
Point - Class in org.pepstock.charba.client.options
Point elements are used to represent the points in a line chart or a bubble chart.
Point(Elements, Key, IsDefaultPoint, NativeObject) - Constructor for class org.pepstock.charba.client.options.Point
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
Point - Class in org.pepstock.charba.client.positioner
This object is wrapping the native java script object provided by tooltip positioner to know the position of the event in canvas coordinates.
Point() - Constructor for class org.pepstock.charba.client.positioner.Point
Creates an empty object.
Point(double) - Constructor for class org.pepstock.charba.client.positioner.Point
Creates an object with X coordinate of the point
Point(double, double) - Constructor for class org.pepstock.charba.client.positioner.Point
Creates an object with X and Y coordinates of the point
Point(NativeObject) - Constructor for class org.pepstock.charba.client.positioner.Point
Creates the object with native object instance to be wrapped.
point - Variable in class org.pepstock.charba.client.zoom.ZoomContext
 
Point.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
point0 - Variable in class org.pepstock.charba.client.callbacks.SegmentContext
 
point1 - Variable in class org.pepstock.charba.client.callbacks.SegmentContext
 
PointAnnotation - Class in org.pepstock.charba.client.annotation
Implements a POINT annotation which draws a point in the a chart.
PointAnnotation() - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
Creates a line annotation to be added to an AnnotationOptions instance.
The annotation id is calculated automatically.
PointAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
PointAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
PointAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object.
PointAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object.
PointAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
Creates a line annotation to be added to an AnnotationOptions instance, using the native object and defaults passed as argument.
PointAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
Creates the object wrapping an existing native object.
PointAnnotation.Property - Enum in org.pepstock.charba.client.annotation
Name of properties of native object.
pointBackgroundColorCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointBackgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointBorderColorCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointBorderColorCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointBorderWidthCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
PointerElement - Enum in org.pepstock.charba.client.impl.plugins.enums
The elements of the chart in scope of ChartPointer.ID plugin.
PointerElement(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
Creates with the property value to use in the native object.
pointHitRadiusCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointHitRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointHoverBackgroundColorCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointHoverBackgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointHoverBorderColorCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointHoverBorderColorCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointHoverBorderWidthCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointHoverBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointHoverRadiusCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointHoverRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
PointLabelCallback - Interface in org.pepstock.charba.client.callbacks
Callback function to transform data labels to point labels.
pointLabelCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
 
pointLabels - Variable in class org.pepstock.charba.client.configuration.RadialAxis
 
pointLabels - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
pointLabels - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
pointLabels - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
pointLabels - Variable in class org.pepstock.charba.client.options.AbstractScale
 
PointLabels - Class in org.pepstock.charba.client.options
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display is true.
PointLabels(AbstractScale, Key, IsDefaultPointLabels, NativeObject) - Constructor for class org.pepstock.charba.client.options.PointLabels
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
PointLabels.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
pointRadiusCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointRotationCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointRotationCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointStyle - Variable in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
 
PointStyle - Enum in org.pepstock.charba.client.enums
Style of the point.
PointStyle(String) - Constructor for enum org.pepstock.charba.client.enums.PointStyle
Creates with the property value to use in the native object.
PointStyleCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set pointStyle property at runtime.
pointStyleCallback - Variable in class org.pepstock.charba.client.data.BarDataset
 
pointStyleCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
pointStyleCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
 
pointStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
 
pointStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
pointStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
 
PointStyleCircle - Class in org.pepstock.charba.client.colors.tiles
CIRCLE drawer to design a PointStyle.CIRCLE in the tile.
It designs the point style in the the following tile section (A):

PointStyleCircle() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleCircle
 
PointStyleCross - Class in org.pepstock.charba.client.colors.tiles
CROSS drawer to design a PointStyle.CROSS in the tile.
It designs the point style in the the following tile section (A):

PointStyleCross() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleCross
 
PointStyleCrossRot - Class in org.pepstock.charba.client.colors.tiles
CROSSROT drawer to design a PointStyle.CROSS_ROT in the tile.
It designs the point style in the the following tile section (A):

PointStyleCrossRot() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleCrossRot
 
PointStyleDash - Class in org.pepstock.charba.client.colors.tiles
DASH drawer to design a PointStyle.DASH in the tile.
It designs the point style in the the following tile section (A):

PointStyleDash() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleDash
 
pointStyleHandler - Variable in class org.pepstock.charba.client.options.Bar
 
pointStyleHandler - Variable in class org.pepstock.charba.client.options.LegendLabels
 
pointStyleHandler - Variable in class org.pepstock.charba.client.options.Point
 
PointStyleHandler - Class in org.pepstock.charba.client.options
Base object to to manage point style property in the the options.
PointStyleHandler(AbstractNode, IsDefaultPointStyleHandler, NativeObject) - Constructor for class org.pepstock.charba.client.options.PointStyleHandler
Creates a point style handler with the native object where POINTSTYLE property must be managed and the default value to use when the property does not exist.
PointStyleHandler.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
PointStyleLine - Class in org.pepstock.charba.client.colors.tiles
LINE drawer to design a PointStyle.LINE in the tile.
It designs the point style in the the following tile section (A):

PointStyleLine() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleLine
 
PointStyleRect - Class in org.pepstock.charba.client.colors.tiles
RECT drawer to design a PointStyle.RECT in the tile.
It designs the point style in the the following tile section (A):

PointStyleRect() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleRect
 
PointStyleRectRot - Class in org.pepstock.charba.client.colors.tiles
RECTROT drawer to design a PointStyle.RECT_ROT in the tile.
It designs the point style in the the following tile section (A):

PointStyleRectRot() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleRectRot
 
PointStyleRectRounded - Class in org.pepstock.charba.client.colors.tiles
RECTROUNDED drawer to design a PointStyle.RECT_ROUNDED in the tile.
It designs the point style in the the following tile section (A):

PointStyleRectRounded() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleRectRounded
 
PointStyleShape - Enum in org.pepstock.charba.client.colors.tiles
Enumerates all available shapes applicable onto a tile by a PointStyle.
PointStyleShape(PointStyle, ShapeDrawer) - Constructor for enum org.pepstock.charba.client.colors.tiles.PointStyleShape
Creates a shaper with own drawer and the related point style instance to draw.
PointStyleStar - Class in org.pepstock.charba.client.colors.tiles
STAR drawer to design a PointStyle.STAR in the tile.
It designs the point style in the the following tile section (A):

PointStyleStar() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleStar
 
PointStyleTriangle - Class in org.pepstock.charba.client.colors.tiles
TRIANGLE drawer to design a PointStyle.TRIANGLE in the tile.
It designs the point style in the the following tile section (A):

PointStyleTriangle() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleTriangle
 
PolarAreaChart - Class in org.pepstock.charba.client
POLAR AREA chart implementation.
Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.
This type of chart is often useful when we want to show a comparison data similar to a pie chart, but also show a scale of values for context.
PolarAreaChart() - Constructor for class org.pepstock.charba.client.PolarAreaChart
Builds the object.
PolarAreaChart(Type) - Constructor for class org.pepstock.charba.client.PolarAreaChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
PolarAreaChartWidget - Class in org.pepstock.charba.client.gwt.widgets
POLAR AREA chart GWT WIDGET implementation.
Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.
This type of chart is often useful when we want to show a comparison data similar to a pie chart, but also show a scale of values for context.
PolarAreaChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
Builds the object.
PolarAreaChartWidget(PolarAreaChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
PolarAreaDataset - Class in org.pepstock.charba.client.data
The polar area chart allows a number of properties to be specified for each dataset.
PolarAreaDataset() - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
Creates a dataset.
It uses the global options has default.
PolarAreaDataset(boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
Creates a dataset.
It uses the global options has default.
PolarAreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
Creates the dataset using a default.
PolarAreaDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
Creates the dataset using a default.
PolarAreaDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
Creates the dataset using chart type related to the dataset.
PolarAreaDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
Creates the dataset using a default and chart type related to the dataset.
PolarAreaOptions - Class in org.pepstock.charba.client.configuration
Specific options for POLAR AREA chart.
PolarAreaOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.PolarAreaOptions
Builds the object storing the chart instance and default values.
pop() - Method in class org.pepstock.charba.client.commons.ArrayChart
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.commons.ArrayDouble
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.commons.ArrayGradient
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.commons.ArrayImage
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.commons.ArrayInteger
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.commons.ArrayObject
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.commons.ArrayPattern
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.commons.ArrayString
Removes the last element from an array and returns that element.
pop() - Method in class org.pepstock.charba.client.utils.RegExpResult
Removes the last element from an array and returns that element.
Position - Enum in org.pepstock.charba.client.dom.enums
Enumerates the set of values how an element is positioned in a document.
Position(String) - Constructor for enum org.pepstock.charba.client.dom.enums.Position
Creates with the property value to use in the native object.
Position - Enum in org.pepstock.charba.client.enums
Property to set the position's edge of an element to a unit above/below its normal position.
Position(String) - Constructor for enum org.pepstock.charba.client.enums.Position
Creates with the property value to use in the native object.
Position - Enum in org.pepstock.charba.client.labels.enums
Enumeration of available positions to use to configure LabelsPlugin.ID plugin.
Position(String) - Constructor for enum org.pepstock.charba.client.labels.enums.Position
Creates the enumeration item by its value.
POSITION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
PositionCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set position property at runtime.
positionCallback - Variable in class org.pepstock.charba.client.configuration.Title
 
positionCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
positionCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Title
 
Positioner - Class in org.pepstock.charba.client.positioner
Manages the custom tooltip positioner.
Positioner() - Constructor for class org.pepstock.charba.client.positioner.Positioner
To avoid any instantiation
Positioner.ProxyPositionerCallback - Interface in org.pepstock.charba.client.positioner
Java script FUNCTION callback called to invoke a custom positioner for tooltips.
Must be an interface with only 1 method.
positionerCallbackProxy - Variable in class org.pepstock.charba.client.positioner.Positioner
 
PositionerContext - Class in org.pepstock.charba.client.positioner
The positioner context is used to give contextual information to the tooltip positioner function.
PositionerContext(NativeObject) - Constructor for class org.pepstock.charba.client.positioner.PositionerContext
Creates the object with native object instance to be wrapped.
PositionerContext.Property - Enum in org.pepstock.charba.client.positioner
Name of properties of native object.
positioners - Variable in class org.pepstock.charba.client.positioner.Positioner
 
POSITIVE_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
 
positiveOrDefault(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is a positive number and returns it.
positiveOrDefault(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is a positive number and returns it.
positiveOrZero(int) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is a positive number and returns it.
positiveOrZero(double) - Static method in class org.pepstock.charba.client.commons.Checker
Checks if the value is a positive number and returns it.
precision - Variable in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
 
precision - Variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
 
precision - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
PrecisionCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set maxTicksLimit property at runtime, for IsLinearTick instances.
precisionCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
 
precisionCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
 
preventClickEvent - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
preventDefault() - Method in class org.pepstock.charba.client.dom.BaseEvent
Cancels the event (if it is cancelable).
previous() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Returns the previous element in the list and moves the cursor position backwards.
previousChartAreaAsString - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
previousDataURL - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
previousIndex() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Returns the index of the element that would be returned by a subsequent call to previous().
ProgressCallback - Interface in org.pepstock.charba.client.zoom.callbacks
Callback interface of ZoomPlugin.ID plugin that is called while the user is zooming or panning.
progressCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Animation
 
progressCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
 
properties - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
 
properties - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
 
properties() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
 
properties - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
 
properties() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
 
properties() - Method in interface org.pepstock.charba.client.options.AnimationCollectionKey
Returns the animation properties related to the collection.
properties - Variable in class org.pepstock.charba.client.options.StandardAnimationCollection
 
properties() - Method in class org.pepstock.charba.client.options.StandardAnimationCollection
 
properties - Variable in class org.pepstock.charba.client.options.StandardAnimationProperty
 
properties() - Method in class org.pepstock.charba.client.options.StandardAnimationProperty
 
propertiesKeys(NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Returns an list of a given object's own property names.
Property(String) - Constructor for enum org.pepstock.charba.client.AbstractChart.InternalInterationModeObject.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AbstractXYAnnotation.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.annotation.LineAnnotation.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.annotation.LineLabel.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.annotation.PointAnnotation.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.ChartContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.ScaleContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.SegmentContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.TooltipContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.colors.CanvasObject.Property
Creates with the property value to use in the native object.
Property(String, ObjectType) - Constructor for enum org.pepstock.charba.client.colors.Gradient.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.colors.GradientColor.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.colors.Pattern.Property
Creates a property with the value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.commons.AbstractPoint.Property
Creates with the property value to use in the native object.
property - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
 
Property(String) - Constructor for enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.commons.Merger.Property
Creates a property with the value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Animation.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Axis.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Grid.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Layout.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.LegendLabels.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.Configuration.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Segment.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Tick.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Title.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Tooltips.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.controllers.WrapperController.Property
Creates with the property value to use in the native object.
property - Variable in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
 
property - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
 
Property(String) - Constructor for enum org.pepstock.charba.client.data.ArcBorderRadius.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.BarBorderRadius.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.BarDataset.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.BarStackHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.BorderAlignHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.BubbleDataset.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.Data.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.DataPoint.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.LabelsHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.LineDataset.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.LiningDataset.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.OrderHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.data.PieDataset.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.datalabels.LabelItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.events.ChartEventContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.impl.charts.BaseContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.intl.FormatPart.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.AnimationItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.BaseBoxItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.BorderRadiusItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.DatasetElement.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.DatasetElementOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.DatasetItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.DatasetItemController.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.DatasetPoint.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.DatasetReference.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.LegendItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.LegendNode.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.LegendTextHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.Parsed.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginEventArgument.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginResizeArgument.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginScaleArgument.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.ScaleItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.ScaleTickItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.SizeItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipBodyItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipLabelColor.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipModel.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.labels.Label.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.labels.LabelsContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractAnimation.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractElement.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractFont.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractInteraction.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractPadding.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractScale.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractScaleLines.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Adapters.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AngleLines.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Animation.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AnimationCollection.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AnimationContainer.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.AnimationTransition.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Arc.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Bar.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.BoxHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Decimation.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Elements.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.ExtendedOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.ExtendedScale.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Filler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.FillHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Font.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.FontContainer.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Grid.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Interaction.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Layout.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Legend.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.LegendLabels.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.LegendTitle.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Line.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Major.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Options.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Padding.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Point.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.PointLabels.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.PointStyleHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Scale.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.ScaledOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.ScaleTitle.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.SpanGapHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.TextDirectionHandler.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Ticks.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Time.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Title.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.Tooltips.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.options.TypedDataset.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.plugins.PluginReference.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.plugins.WrapperPlugin.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.positioner.PositionerContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Drag.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.EventPoint.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Limits.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Pan.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Pinch.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.ScaleLimit.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.ScaleRange.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Wheel.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Zoom.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.ZoomContext.Property
Creates with the property value to use in the native object.
Property(String) - Constructor for enum org.pepstock.charba.client.zoom.ZoomOptions.Property
Creates with the property value to use in the native object.
propertyAsInt(NativeObject, String) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns a property of java script object as integer.
PropertyHandler<D> - Class in org.pepstock.charba.client.commons
Base object to to manage common properties in the the options or configuration.
To reduce the duplication of code, this calls helps to manage the same property or properties on different objects, without extending them.
PropertyHandler(AbstractNode, D, NativeObject) - Constructor for class org.pepstock.charba.client.commons.PropertyHandler
Creates a native object where one or more properties must be managed, cross classes and package.
PropertyHandler.DefaultAbstractNode - Class in org.pepstock.charba.client.commons
This is a special implementation of an AbstractNode when the passed one n the constructor is not consistent.
It does nothing, only needed for check parent belonging.
PropertyKey - Interface in org.pepstock.charba.client.commons
Represents the key of property of a java-script object.
PropertyKeyChecker - Class in org.pepstock.charba.client.commons
This utility checks if the property key is acceptable or not.
PropertyKeyChecker() - Constructor for class org.pepstock.charba.client.commons.PropertyKeyChecker
To avoid any instantiation
provide(ControllerType) - Method in interface org.pepstock.charba.client.controllers.ControllerProvider
Provides a controller instance for the specific controller type.
provide(ControllerType) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController.BaseMeterControllerProvier
 
provider - Variable in class org.pepstock.charba.client.configuration.AbstractDynamicConfiguration
 
provider - Variable in class org.pepstock.charba.client.controllers.ControllerType
 
PROVIDER - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
 
push(double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Adds one element to the end of an array.
push(ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Adds one element to the end of an array.
push(CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Adds one element to the end of an array.
push(Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
Adds one element to the end of an array.
push(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Adds one element to the end of an array.
push(Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Adds one element to the end of an array.
push(NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
Adds one element to the end of an array.
push(CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Adds one element to the end of an array.
push(String) - Method in class org.pepstock.charba.client.commons.ArrayString
Adds one element to the end of an array.
push(double...) - Method in class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
Adds an array of elements to the end of an array.
putColorScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
Stores a color scheme in the the cache.

Q

quadraticCurveTo(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Adds a quadratic Bézier curve to the current sub-path.
It requires two points: the first one is a control point and the second one is the end point.
The starting point is the latest point in the current path.
QUARTER_PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
 
QUERY_STRING_PARAMETERS_MAP - Static variable in class org.pepstock.charba.client.dom.BaseLocationUtils
 
queryString - Static variable in class org.pepstock.charba.client.dom.BaseLocationUtils
 

R

RAD_PER_DEG - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
 
RadarChart - Class in org.pepstock.charba.client
RADAR chart implementation.
A radar chart is a way of showing multiple data points and the variation between them.
They are often useful for comparing the points of two or more different data sets.
RadarChart() - Constructor for class org.pepstock.charba.client.RadarChart
Builds the object.
RadarChart(Type) - Constructor for class org.pepstock.charba.client.RadarChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
RadarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
RADAR chart GWT WIDGET implementation.
A radar chart is a way of showing multiple data points and the variation between them.
They are often useful for comparing the points of two or more different data sets.
RadarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
Builds the object.
RadarChartWidget(RadarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
Builds the chart.
This is must be extended for controller which are based on this type of chart.
RadarDataset - Class in org.pepstock.charba.client.data
The radar chart allows a number of properties to be specified for each dataset.
RadarDataset() - Constructor for class org.pepstock.charba.client.data.RadarDataset
Creates a dataset.
It uses the global options has default.
RadarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
Creates a dataset.
It uses the global options has default.
RadarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.RadarDataset
Creates the dataset using a default.
RadarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
Creates the dataset using a default.
RadarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
Creates the dataset using chart type related to the dataset.
RadarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
Creates the dataset using a default and chart type related to the dataset.
RadarOptions - Class in org.pepstock.charba.client.configuration
Specific options for RADAR chart.
RadarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.RadarOptions
Builds the object storing the chart instance and default values.
RadialAngleLines - Class in org.pepstock.charba.client.configuration
It is used to configure angled lines that radiate from the center of the chart to the point labels.
Note that these options only apply if display is true.
RadialAngleLines(Axis) - Constructor for class org.pepstock.charba.client.configuration.RadialAngleLines
Builds the object storing the axis which this angle lines belongs to.
RadialAngleLines.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
RadialAxis - Class in org.pepstock.charba.client.configuration
Radial axes are used specifically for the radar and polar area chart types.
These axes overlay the chart area, rather than being positioned on one of the edges.
The linear scale is use to chart numerical data.
As the name suggests, linear interpolation is used to determine where a value lies in relation the center of the axis.
RadialAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.RadialAxis
Builds the object storing the chart instance.
RadialLinearTick - Class in org.pepstock.charba.client.configuration
This object is used to map defined radial axis as linear.
RadialLinearTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.RadialLinearTick
Builds the object storing the axis which this tick belongs to.
RadialPointLabels - Class in org.pepstock.charba.client.configuration
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display is true.
RadialPointLabels(Axis) - Constructor for class org.pepstock.charba.client.configuration.RadialPointLabels
Builds the object storing the axis which this point labels belongs to.
RadialPointLabels.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
RadialPointLabels.ProxyPointLabelCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called to transform data labels to point labels.
Radius - Class in org.pepstock.charba.client.colors
Contains the radius of inner and outer of an arc.
Used inside the canvas object factory.
Radius() - Constructor for class org.pepstock.charba.client.colors.Radius
 
radius - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
 
RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
 
RadiusCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set radius or pointRadius (hit and hover) property at runtime.
radiusCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
radiusCallbackProxy - Variable in class org.pepstock.charba.client.annotation.PointAnnotation
 
radiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
reconfigure() - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
reconfigure(TransitionKey) - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired.
reconfigure(UpdateConfiguration) - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A configuration object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired.
reconfigure() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
reconfigure(TransitionKey) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
reconfigure(UpdateConfiguration) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
reconfigure() - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
reconfigure(TransitionKey) - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired.
reconfigure(UpdateConfiguration) - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A configuration object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired.
reconfigureOptions() - Method in class org.pepstock.charba.client.AbstractChart
Prepares the chart options with the configuration ones before updating the chart, in order that new or updated options will be used by chart.
rect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Adds a rectangle to the current path.
red - Variable in class org.pepstock.charba.client.colors.Color
 
reEnableDefaultPlugin(DefaultPluginId) - Method in class org.pepstock.charba.client.options.Plugins
Invoked to re-apply the default plugin configuration when the plugin was disable.
refresh() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Recalculates the selection area and track and draws the area when a chart is updated or resized.
RegExp - Class in org.pepstock.charba.client.utils
Regular expressions are patterns used to match character combinations in strings.
In JavaScript, regular expressions are also objects.
RegExp(String) - Constructor for class org.pepstock.charba.client.utils.RegExp
Creates a regular expression.
See MDN RegExp.
RegExp(String, String) - Constructor for class org.pepstock.charba.client.utils.RegExp
Creates a regular expression, using flags passed as string.
If specified, flags is a string that contains the flags to add.
Alternatively, if an object is supplied for the pattern, the flags string will replace any of that object's flags (and lastIndex will be reset to 0).
Flags may contain any combination of the following characters:
g (global match), finds all matches rather than stopping after the first match.
REGEXP_FONT_FAMILY_PATTERN - Static variable in class org.pepstock.charba.client.utils.Utilities
 
REGEXP_FONT_LINE_HEIGHT_PATTERN - Static variable in class org.pepstock.charba.client.utils.Utilities
 
REGEXP_FONT_SIZE_PATTERN - Static variable in class org.pepstock.charba.client.utils.Utilities
 
REGEXP_FONT_STYLE_PATTERN - Static variable in class org.pepstock.charba.client.utils.Utilities
 
REGEXP_FONT_WEIGHT_PATTERN - Static variable in class org.pepstock.charba.client.utils.Utilities
 
REGEXP_HSL - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
 
REGEXP_HSL_PATTERN - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
 
REGEXP_HSLA - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
 
REGEXP_HSLA_PATTERN - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
 
REGEXP_ID - Static variable in class org.pepstock.charba.client.commons.Constants
Regular expression to check if a string can be used as controller type or plugin ID, "^[a-zA-Z0-9_]+$"
REGEXP_ID - Static variable in class org.pepstock.charba.client.commons.PropertyKeyChecker
 
REGEXP_ID - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
 
REGEXP_ID_PATTERN - Static variable in class org.pepstock.charba.client.commons.Constants
 
REGEXP_ID_PATTERN - Static variable in class org.pepstock.charba.client.commons.PropertyKeyChecker
 
REGEXP_ID_PATTERN - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
 
REGEXP_LOCALE - Static variable in class org.pepstock.charba.client.intl.CLocaleBuilder
 
REGEXP_LOCALE_PATTERN - Static variable in class org.pepstock.charba.client.intl.CLocaleBuilder
 
REGEXP_QUERY_STRING - Static variable in class org.pepstock.charba.client.dom.BaseLocationUtils
 
REGEXP_QUERY_STRING_PATTERN - Static variable in class org.pepstock.charba.client.dom.BaseLocationUtils
 
REGEXP_RGB - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
 
REGEXP_RGB_PATTERN - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
 
REGEXP_RGBA - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
 
REGEXP_RGBA_PATTERN - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
 
REGEXP_TRIM_SPACES_PATTERN - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
 
RegExpResult - Class in org.pepstock.charba.client.utils
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values.
RegExpResult() - Constructor for class org.pepstock.charba.client.utils.RegExpResult
To avoid any instantiation
region - Variable in class org.pepstock.charba.client.intl.CLocale
 
region - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
 
Region - Enum in org.pepstock.charba.client.intl
Enumerates the region or country identifiers which can be used to create and manage locale.
Region(String, String) - Constructor for enum org.pepstock.charba.client.intl.Region
Creates the object with region value and its name.
register(NativeObject) - Method in class org.pepstock.charba.client.Chart
Registers a plugin by chart registry.
register(IsChart, IsEventProvider) - Static method in interface org.pepstock.charba.client.configuration.IsEventProvider
Adds the event provider implementation as handlers of chart.
register(Controller) - Method in class org.pepstock.charba.client.controllers.Controllers
Registers a controller as global, to apply to all charts.
register() - Method in class org.pepstock.charba.client.controllers.ControllerType
Registers the controller if it is not already registered.
register(ControllerType, NativeObject) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
Extends an existing chart with a controller implementation.
register(String, String, NativeObject) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
Extends an existing chart with a controller implementation.
register() - Method in class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
Register the DataLabelsPlugin plugin globally to Chart.js.
register() - Static method in class org.pepstock.charba.client.datalabels.NativeJsDataLabelsHelper
Register the DataLabelsPlugin plugin globally to Chart.js.
register(Plugin) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Registers a plugin as global, to apply to all charts.
register(WrapperPlugin) - Method in class org.pepstock.charba.client.plugins.JsPluginHelper
Register new plugin.
register(NativeObject) - Static method in class org.pepstock.charba.client.plugins.NativeJsPluginHelper
Register new plugin.
register(IsTooltipPosition, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.positioner.JsPositionerHelper
Register the tooltips positioner to CHART.JS.
register(String, CallbackProxy.Proxy) - Static method in class org.pepstock.charba.client.positioner.NativeJsPositionerHelper
Register the tooltips positioner to CHART.JS.
register(TooltipPositioner) - Method in class org.pepstock.charba.client.positioner.Positioner
Register the tooltips positioner to CHART.JS.
registered - Variable in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
 
registrationHandler - Variable in class org.pepstock.charba.client.controllers.ControllerType
 
rejectCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
 
RejectedCallback - Interface in org.pepstock.charba.client.zoom.callbacks
Callback interface of ZoomPlugin.ID plugin that is called once zooming or panning is rejected.
RELATIVE_INDEX - Static variable in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
 
RELATIVE_INDEX_PATTERN - Static variable in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
 
RelativeDatasetIndexFill - Class in org.pepstock.charba.client.enums
Fill object to configure chart to use a relative dataset index.
Relative dataset index, as string, is composed by sign and value, both mandatory.
Here are same examples: ("-1", "-2", "+1", "+2",...).
RelativeDatasetIndexFill(String) - Constructor for class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
Creates a relative dataset index fill using the relative position.
reload() - Method in class org.pepstock.charba.client.dom.BaseLocation
Reloads the current URL, like the Refresh button.
remove(String) - Static method in class org.pepstock.charba.client.Charts
Removes the chart instance by its id.
remove(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayString
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove() - Method in class org.pepstock.charba.client.commons.IteratorImpl
Removes from the underlying collection the last element returned by this iterator.
remove(NativeObject, String) - Method in class org.pepstock.charba.client.commons.JsHelper
Removes a property from a java script object.
remove(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
Removes a property from a java script object.
remove(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Removes an element (by key) from the embedded JavaScript object.
remove(Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Removes a set of elements (by keys) from the embedded JavaScript object.
remove(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
Removes an animation collection previously added.
remove(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
Removes an animation transition previously added.
remove(int) - Method in class org.pepstock.charba.client.data.Labels
Removes an item of labels by index
remove() - Method in class org.pepstock.charba.client.dom.BaseElement
Removes the element from the children list of its parent.
remove(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
Removes an animation collection previously added.
remove(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
Removes an animation collection previously added.
remove(TransitionKey) - Method in interface org.pepstock.charba.client.options.IsTransitions
Removes an animation transition previously added.
remove(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
Removes an animation transition previously added.
remove(String) - Method in class org.pepstock.charba.client.plugins.Plugins
Removes a plugin from the chart.
If the chart is already initialized, to get this update the chart must be drawn again.
remove(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
Removes an animation collection previously added.
removeAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAllChildren() - Method in class org.pepstock.charba.client.dom.BaseNode
Remove all children of the node.
removeAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
Removes the annotation by the id passed as argument, if exists.
removeAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
Removes the annotation by the id passed as argument, if exists.
removeAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Removes the annotation by the id passed as argument, if exists.
removeAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Removes the annotation by the id passed as argument, if exists.
removeCanvasPreventDefault() - Method in class org.pepstock.charba.client.AbstractChart
Remove the registration of prevent default mouse listener from canvas.
This is necessary when you will add your mouse down listener.
removeCanvasPreventDefault() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
removeCanvasPreventDefault() - Method in interface org.pepstock.charba.client.IsChart
Remove the registration of prevent default mouse listener from canvas.
This is necessary when you will add your mouse down listener.
removeChartScope(String) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Called by CallbackPropertyManager when a chart is destroy in order to remove the scope (and then teh callback if needed) from cache.
removeChartScope(String) - Method in interface org.pepstock.charba.client.commons.IsCallbackPropertyHandler
Called by CallbackPropertyManager when a chart is destroy in order to remove the scope (and then teh callback if needed) from cache.
removeChild(BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
Removes a child node from the current element, which must be a child of the current node.
removeDatasetSelectionEventHandler(DatasetSelectionEventHandler) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
Removes a data set selection handler instance.
removeDelegatedCallback(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
Removes the delegated callback previously set by user.
removeEventListener(String, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
Removes from the event target an event listener previously registered.
The event listener to be removed is identified using a combination of the event type and the event listener function itself.
removeFromParent() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Removes this node from its parent node if it is attached to one.
removeHandler(MutationHandler) - Method in class org.pepstock.charba.client.ChartObserver
Removes a mutation handler from notification list.
removeHandler(IsCallbackPropertyHandler) - Method in class org.pepstock.charba.client.commons.CallbackPropertyManager
Removes callback handler instance in the collection.
removeHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.EventBus
Removes an handler from the specified event type.
removeHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
Removes a handler from the event type, passed as argument.
removeHandler() - Method in class org.pepstock.charba.client.events.HandlerRegistration
Deregisters the handler associated with this registration object.
RemoveHandlerEvent - Class in org.pepstock.charba.client.events
Event which is fired when new event handler has been removed to the chart.
This event should use only for use internal only to manage internally all handlers.
RemoveHandlerEvent(EventType) - Constructor for class org.pepstock.charba.client.events.RemoveHandlerEvent
Creates the event with the type of removed handler.
RemoveHandlerEventHandler - Interface in org.pepstock.charba.client.events
Event handler for removing a chart event handler.
removeLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
Removes an existing label for specific id.
removeLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
Removes an existing label for specific id.
removeLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Removes the label by the id passed as argument, if exists.
removeLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Removes the label by the id passed as argument, if exists.
removeLifecycleListener(ChartsLifecycleListener) - Static method in class org.pepstock.charba.client.Charts
Removes a charts life cycle listener instance from collection.
removeListeners(IsChart, Div) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Removes the event listeners from all elements created by legend callback.
removeListeners(BaseElement) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
Removes BaseEventTypes.CLICK, BaseEventTypes.MOUSE_MOVE and BaseEventTypes.MOUSE_LEAVE events from HTML legend element.
removeListeners() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Adds events listener to canvas element of chart.
removeNative(String) - Static method in class org.pepstock.charba.client.Charts
Removes the native chart instance by its id.
removeObjects(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
Removes a stored canvas object by its property name, if exist.
removeOptions(String) - Method in class org.pepstock.charba.client.configuration.Plugins
Removes the plugin options.
removeOptions(String) - Method in class org.pepstock.charba.client.data.Dataset
Removes the plugin options.
removeOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
Removes the plugin options.
removeProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
Removes a property from this object.
removeScopeFromCallback(String, String) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Removes an existing scope from callback wrapper.
removeSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Called when the selection is clearing
render() - Method in class org.pepstock.charba.client.AbstractChart
Triggers a redraw of all chart elements.
Note, this does not update elements for new data.
Use .update() in that case.
render() - Method in class org.pepstock.charba.client.Chart
Triggers a redraw of all chart elements.
Note, this does not update elements for new data.
Render - Enum in org.pepstock.charba.client.enums
Determines which information must be rendered in the meter or gauge chart.
Render(String) - Constructor for enum org.pepstock.charba.client.enums.Render
Creates with the property value to use in the native object.
render() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
render - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
 
Render - Enum in org.pepstock.charba.client.impl.plugins.enums
Enumeration of available render to use to configure selection cleaner element.
Render(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.Render
Creates with the property value to use in the native object.
render() - Method in interface org.pepstock.charba.client.IsChart
Triggers a redraw of all chart elements.
Note, this does not update elements for new data.
Render - Enum in org.pepstock.charba.client.labels.enums
Enumeration of available render to use to configure LabelsPlugin.ID plugin.
Render(String) - Constructor for enum org.pepstock.charba.client.labels.enums.Render
Creates with the property value to use in the native object.
RENDER_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.labels.Label
 
RenderCallback - Interface in org.pepstock.charba.client.labels.callbacks
Callback interface of LabelsPlugin.ID plugin to provide the item to be rendered as string or as image at runtime, using the arguments.
renderCallbackProxy - Variable in class org.pepstock.charba.client.labels.Label
 
repetition - Variable in class org.pepstock.charba.client.colors.PatternBuilder
 
Repetition - Enum in org.pepstock.charba.client.dom.enums
Enumerates the set of values how to repeat the pattern's image.
Repetition(String) - Constructor for enum org.pepstock.charba.client.dom.enums.Repetition
Creates with the property value to use in the native object.
replace(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
Replaces the current resource with the one at the provided URL.
The difference from the BaseLocation.assign(String) method is that after using BaseLocation.replace(String) the current page will not be saved in session History, meaning the user won't be able to use the back button to navigate to it.
replacement - Variable in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
 
reset() - Method in class org.pepstock.charba.client.AbstractChart
Reset the chart to it's state before the initial animation.
A new animation can then be triggered using update.
reset() - Method in class org.pepstock.charba.client.Chart
Reset the chart to it's state before the initial animation.
A new animation can then be triggered using update.
reset() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
reset() - Method in interface org.pepstock.charba.client.IsChart
Reset the chart to it's state before the initial animation.
reset(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Reset the zoom of chart when ZoomPlugin is activated.
reset(IsChart, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Reset the zoom of chart when ZoomPlugin is activated.
RESET_CALLBACK_ENVELOP - Static variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
resetActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
Resets the active (hovered) elements for the chart.
resetActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
resetActiveElements() - Method in interface org.pepstock.charba.client.IsChart
Resets the active (hovered) elements for the chart.
resetBeingCallback(Key) - Method in class org.pepstock.charba.client.data.Dataset
Removes the property key related to the color from data set object and pattern and gradient containers if callback is selected.
resetBeingColors(Key) - Method in class org.pepstock.charba.client.data.Dataset
Removes the property key related to the color from pattern and gradient container if color is selected.
resetBeingGradients(Key) - Method in class org.pepstock.charba.client.data.Dataset
Removes the property key related to the color from data set object and pattern container if gradient is selected.
resetBeingPatterns(Key) - Method in class org.pepstock.charba.client.data.Dataset
Removes the property key related to the color from data set object and gradient container if pattern is selected.
resetCallback() - Method in class org.pepstock.charba.client.configuration.Font
Invokes when any property of the font is being set, in order to reset the FontCallback if exists
resetCallback() - Method in class org.pepstock.charba.client.configuration.Padding
Invokes when any property of the padding is being set, in order to reset the PaddingCallback if exists
resetCallback() - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
Invokes when any property of the font is being set, in order to reset the FontCallback if exists
resetCallback() - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
Invokes when any property of the padding is being set, in order to reset the PaddingCallback if exists
resetCallbackGradients() - Method in class org.pepstock.charba.client.data.Dataset
Clears the cache ONLY of gradients created by callbacks.
resetCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
resetDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
The draw time has been changed and then it changes all inner annotations.
resetDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
The draw time has been changed and then it changes all inner annotations.
resetFontItem() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Resets the font item for next computation.
It's called from BaseMeterChart.applyConfiguration().
resetGradients(IsChart) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Removes from cache all loaded gradients, needed during the resize of chart.
resetPluginConfiguration(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Resets the current configuration when the chart is destroyed or when the plugin is disabled
resetPreventClickEvent() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Reset a flag to prevent click event after drawing of selection area.
resetStatus(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
Removes all status items from all maps.
resetTooltipActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
Resets the active tooltip elements for the chart.
resetTooltipActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
resetTooltipActiveElements() - Method in interface org.pepstock.charba.client.IsChart
Resets the active tooltip elements for the chart.
resetZoom(Chart, TransitionKey) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
Reset the zoom of chart when ZoomPlugin is activated.
resetZoom(Chart) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Reset the zoom of chart when ZoomPlugin is activated.
resetZoom(Chart, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Reset the zoom of chart when ZoomPlugin is activated.
resize() - Method in class org.pepstock.charba.client.AbstractChart
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element.
resize(int, int) - Method in class org.pepstock.charba.client.AbstractChart
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element.
resize() - Method in class org.pepstock.charba.client.Chart
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element.
resize(int, int) - Method in class org.pepstock.charba.client.Chart
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element.
resize() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
resize(int, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
resize() - Method in interface org.pepstock.charba.client.IsChart
Use this to manually resize the canvas element.
resize(int, int) - Method in interface org.pepstock.charba.client.IsChart
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element.
RESIZE_DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
 
resizeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
resizeCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
ResizeDefaultAnimation() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition.ResizeDefaultAnimation
 
ResizeDefaultAnimationTransition() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition
Creates a default animation mode wrapping the DefaultTransitionKey.RESIZE.
resolvedOptions - Variable in class org.pepstock.charba.client.intl.AbstractFormat
 
resolvedOptions() - Method in class org.pepstock.charba.client.intl.AbstractFormat
Returns a new object with properties reflecting the locale and value formatting options computed during initialization of this object.
resolvedOptions() - Method in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
Returns a new object with properties reflecting the locale and value formatting options computed during initialization of this object.
resolvedOptions() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper
 
ResolvedOptions(DateTimeFormatOptions) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
Creates the resolved options wrapping a normal number format options.
resolvedOptions() - Method in class org.pepstock.charba.client.intl.NativeDateTimeFormat
Returns a new object with properties reflecting the locale and date time formatting options computed during initialization of this object.
resolvedOptions() - Method in class org.pepstock.charba.client.intl.NativeNumberFormat
Returns a new object with properties reflecting the locale and number formatting options computed during initialization of this object.
resolvedOptions() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper
 
ResolvedOptions(NumberFormatOptions) - Constructor for class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
Creates the resolved options wrapping a normal number format options.
RESOURCE - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
 
resource - Variable in class org.pepstock.charba.client.commons.JsHelper
 
RESOURCE - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
 
RESOURCE - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
 
RESOURCE - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
 
RESOURCE_HAMMER - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
 
ResourceLoadException - Exception in org.pepstock.charba.client.resources
Exception created when it's able to load CHART.JS source in deferred mode.
ResourceLoadException(String, Throwable) - Constructor for exception org.pepstock.charba.client.resources.ResourceLoadException
Creates the exception by a description and the cause.
ResourceName - Enum in org.pepstock.charba.client.resources
Enumerates the constants names to use as element id for scripts, mandatory to CHARBA to work properly.
This resource names can not be used for any custom injectable resource.
ResourceName(String, boolean, String) - Constructor for enum org.pepstock.charba.client.resources.ResourceName
Creates with the value of resource name.
resources - Static variable in class org.pepstock.charba.client.resources.ResourcesType
 
ResourcesType - Class in org.pepstock.charba.client.resources
Utility to set which kind of resources type must be use to load injectable resources.
This utility MUST be called as first statement before using Charba.
ResourcesType() - Constructor for class org.pepstock.charba.client.resources.ResourcesType
To avoid any instantiation
restore() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Restores the most recently saved canvas state by popping the top entry in the drawing state stack.
If there is no saved state, this method does nothing.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayContainerList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retrieve(CanvasGradientItem) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
Retrieves a cached pattern by a CanvasGradientItem instance.
If the pattern doesn't exist, returns null.
retrieve(CanvasPatternItem) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
Retrieves a cached pattern by a CanvasPatternItem instance.
If the pattern doesn't exist, returns null.
retrieveChart(ChartContext) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the chart instance, contained in the context if context is consistent.
retrieveDataset(LegendItem) - Method in class org.pepstock.charba.client.data.Data
Returns a data set instance by legend item locator, data set index and index.
retrieveDataset(TooltipItem) - Method in class org.pepstock.charba.client.data.Data
Returns a data set instance by tooltip item locator, data set index and index.
retrieveDataset(DatasetContext) - Method in class org.pepstock.charba.client.data.Data
Returns a data set instance by scriptable context, data set index and index.
retrieveDatasetElementOptions(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
Returns a set of predefined style properties that should be used to represent the data set or the data if the index is specified.
retrieveFillStyleAsGradient(LegendItem) - Method in class org.pepstock.charba.client.data.Data
Returns a gradient object set as background color for a data set related to legend item.
retrieveFillStyleAsPattern(LegendItem) - Method in class org.pepstock.charba.client.data.Data
Returns a pattern object set as background color for a data set related to legend item.
retrieveGradient(Dataset, LegendItem, Key) - Method in class org.pepstock.charba.client.data.Data
Returns a gradient stored in the data set as color to apply in the chart.
retrieveObject(Dataset, AbstractContainer<T>, LegendItem, Key, T) - Method in class org.pepstock.charba.client.data.Data
Returns a canvas object stored in the data set as color to apply in the chart.
retrievePattern(Dataset, LegendItem, Key) - Method in class org.pepstock.charba.client.data.Data
Returns a pattern stored in the data set as color to apply in the chart.
retrieveRoot() - Method in class org.pepstock.charba.client.commons.AbstractNode
Called recursively till the root of nodes.
retrieveScale(DatasetItem.Property) - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the scale item from a specific property.
retrieveStrokeStyleAsGradient(LegendItem) - Method in class org.pepstock.charba.client.data.Data
Returns a gradient object set as border color for a data set related to legend item.
retrieveStrokeStyleAsPattern(LegendItem) - Method in class org.pepstock.charba.client.data.Data
Returns a pattern object set as border color for a data set related to legend item.
REVERSE_COMPARATOR - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
 
REVERSE_COMPARATOR - Static variable in class org.pepstock.charba.client.utils.Utilities
 
RGB_STARTING_CHARS - Static variable in class org.pepstock.charba.client.colors.ColorUtil
 
RGBA_STARTING_CHARS - Static variable in class org.pepstock.charba.client.colors.ColorUtil
 
right - Variable in class org.pepstock.charba.client.colors.Area
 
right - Variable in class org.pepstock.charba.client.impl.plugins.SelectionArea
 
Ring - Class in org.pepstock.charba.client.colors.tiles
RING drawer to design a ring in the tile.
It designs a ring in the the following tile sections (A and B):

Ring() - Constructor for class org.pepstock.charba.client.colors.tiles.Ring
 
rotate(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Adds a rotation to the transformation matrix.
ROTATION_180_DEGREES - Static variable in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
 
ROTATION_90_DEGREES - Static variable in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
 
ROTATION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
ROTATION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
RotationCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set rotation or pointRotation property at runtime.
rotationCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
rotationCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
rotationCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
 
rotationCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
run() - Method in class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
 
run(Runnable, ChartEnvelop<DeferredResources>) - Static method in class org.pepstock.charba.client.resources.EntryPointStarter
Start an entry point as a runnable.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting.
This is deprecated, use DeferredCharba.
run() - Method in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
 
RunnableWrapper(Runnable) - Constructor for class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
Creates the object wrapping the runnable task to execute.
RUSSIA - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.RUSSIA.

S

SafeHtml - Interface in org.pepstock.charba.client.dom.safehtml
Interface to map an HTML escaped string.
SafeHtmlBuilder - Class in org.pepstock.charba.client.dom.safehtml
Utility to create and manage safe html objects setting strings, chars, numbers.
SafeHtmlBuilder() - Constructor for class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
To avoid any instantiation
SafeHtmlString - Class in org.pepstock.charba.client.dom.safehtml
Implements a simple SafeHtml wrapping a string.
SafeHtmlString(String) - Constructor for class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
Creates an object from a string.
SafeHtmlUtils - Class in org.pepstock.charba.client.dom.safehtml
Internal utility to escape strings in HTML.
SafeHtmlUtils() - Constructor for class org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils
To avoid any instantiation
SafeHtmlUtils.CharacterToEscape - Enum in org.pepstock.charba.client.dom.safehtml
Enumerates the set of chars which must be changed inside a string.
save() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Saves the entire state of the canvas by pushing the current state onto a stack.
scale - Variable in class org.pepstock.charba.client.callbacks.ScaleContext
 
scale - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
scale - Variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
 
scale - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScales
 
scale - Variable in class org.pepstock.charba.client.Defaults
 
scale(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Adds a scaling transformation to the canvas units horizontally and/or vertically.
Scale - Class in org.pepstock.charba.client.options
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear logarithmic category time time series radial linear
Scale(AxisType, IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.Scale
Creates the object only with default provider and type.
This is used when the scale is the root element.
New native java script object is created and it's empty.
Scale(IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
Creates the object only with default provider and native object.
This is used when the scale is read by Scales.
Scale(AxisType, IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
Creates the object only with aixs type, default provider and native object.
This is used when the default scale is read by Defaults.getScale(AxisType).
Scale.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
ScaleContext - Class in org.pepstock.charba.client.callbacks
The SCALE option context is used to give contextual information when resolving options.
The context object contains the following properties:
index: index of the associated data scale: scale instance which contains the element to configure tick: tick item instance which contains data to be consumed configuring the element
ScaleContext(Axis, NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.ScaleContext
Creates the object with an envelop of the native object instance to be wrapped.
ScaleContext.Property - Enum in org.pepstock.charba.client.callbacks
Name of properties of native object.
ScaleDataType - Enum in org.pepstock.charba.client.enums
Enumeration with all possible types of data set in the scale.
ScaleDataType() - Constructor for enum org.pepstock.charba.client.enums.ScaleDataType
 
ScaleDateAdapter - Class in org.pepstock.charba.client.configuration
This is abstract date adapter object element of the chart options.
ScaleDateAdapter(Axis) - Constructor for class org.pepstock.charba.client.configuration.ScaleDateAdapter
Builds the object storing the axis which this adapters belongs to.
ScaleDateAdapter - Class in org.pepstock.charba.client.options
This is abstract date adapter object element of the chart options.
ScaleDateAdapter(Adapters, Key, IsDefaultDateAdapterOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.ScaleDateAdapter
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
ScaledOptions - Class in org.pepstock.charba.client.options
Base object which maps chart options, with scales elements to set axes configurations.
ScaledOptions(String, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
Creates the object only with default provider.
ScaledOptions(String, IsDefaultScaledOptions, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
Creates the object only with default provider and native object.
ScaledOptions.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
scaleId - Variable in class org.pepstock.charba.client.items.ScaleItem
 
ScaleId - Interface in org.pepstock.charba.client.options
Represents the scale id of a scale/axis object.
scaleItem - Variable in class org.pepstock.charba.client.items.PluginScaleArgument
 
ScaleItem - Class in org.pepstock.charba.client.items
Wraps the scale item of CHART JS chart.
This is a wrapper of scale of Chart (of CHART.JS).
ScaleItem(ScaleId, NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
Creates the item using a native java script object which contains all properties.
ScaleItem(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ScaleItem
Creates the item using an envelop (from callbacks package) of native java script object which contains all properties.
ScaleItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
Creates the item using a native java script object which contains all properties.
ScaleItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
ScaleLimit - Class in org.pepstock.charba.client.zoom
Entity of ZoomPlugin.ID configuration in order to set minimum and maximum values of the scales for pan or zoom.
ScaleLimit(IsDefaultScaleLimit, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ScaleLimit
Creates new scale limit element, using stored native object instance and the default values options.
ScaleLimit.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
scaleOptions - Variable in class org.pepstock.charba.client.Defaults
 
ScaleRange - Class in org.pepstock.charba.client.zoom
Entity of ZoomPlugin.ID configuration in order to set minimum and maximum values of the scales for pan or zoom.
The values to set to the properties depends on the type of scales are used.
ScaleRange() - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
Creates new scale range element.
ScaleRange(double) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
Creates scale range element with the minimum value.
ScaleRange(double, double) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
Creates scale range element with the minimum and maximum values.
ScaleRange(IsDefaultScaleRange, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
Creates new scale range element, using stored native object instance and the default values options.
ScaleRange.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
scales - Variable in class org.pepstock.charba.client.ChartNode
 
Scales - Class in org.pepstock.charba.client.configuration
The configuration element which contains all axes definitions.
Scales(ScalesOptions) - Constructor for class org.pepstock.charba.client.configuration.Scales
Builds the object storing the root options element.
scales - Variable in class org.pepstock.charba.client.configuration.ScalesOptions
 
scales - Variable in class org.pepstock.charba.client.configuration.StackedOptions
 
scales - Variable in class org.pepstock.charba.client.configuration.TimeSeriesOptions
 
scales - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
scales - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
 
scales - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
 
scales - Variable in class org.pepstock.charba.client.Defaults
 
scales - Variable in class org.pepstock.charba.client.options.ExtendedOptions
 
scales - Variable in class org.pepstock.charba.client.options.ScaledOptions
 
Scales - Class in org.pepstock.charba.client.options
The configuration element which contains all axes definitions.
Scales(Options, Key, IsDefaultScales, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scales
Creates the scales object as child of the option object.
ScalesNode - Class in org.pepstock.charba.client.items
Wrapper of scales node of CHART.JS.
This is a wrapper of scale node of Chart (of CHART.JS).
ScalesNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ScalesNode
Creates the item using an envelop with the native java script object which contains all properties.
ScalesOptions - Class in org.pepstock.charba.client.configuration
Configuration of chart with multiple scales.
ScalesOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ScalesOptions
Builds the object storing the chart instance and default values.
ScalesOptions(IsChart, IsDefaultScaledOptions, boolean) - Constructor for class org.pepstock.charba.client.configuration.ScalesOptions
Builds the object storing the chart instance and default values and creating a scale options if requested.
scalesOptions - Variable in class org.pepstock.charba.client.defaults.chart.DefaultGlobalOptions
 
ScaleTickItem - Class in org.pepstock.charba.client.items
The tick item maps the objects passed a ScaleItem.
This is a wrapper of the CHART.JS item with all needed info.
ScaleTickItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleTickItem
Creates the item using a native java script object which contains all properties.
ScaleTickItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
ScaleTickItem.ScaleTickItemFactory - Class in org.pepstock.charba.client.items
Inner class to create time tick item by a native object.
ScaleTickItemFactory() - Constructor for class org.pepstock.charba.client.items.ScaleTickItem.ScaleTickItemFactory
To avoid any instatiation
ScaleTitle - Class in org.pepstock.charba.client.options
When creating a chart, you want to tell the viewer what data they are viewing.
ScaleTitle(AbstractScale, Key, IsDefaultScaleTitle, NativeObject) - Constructor for class org.pepstock.charba.client.options.ScaleTitle
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
ScaleTitle.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
ScaleTitleAlign - Enum in org.pepstock.charba.client.enums
Property to set the scale title alignment.
ScaleTitleAlign(String) - Constructor for enum org.pepstock.charba.client.enums.ScaleTitleAlign
Creates with the property value to use in the native object.
scaleType - Variable in enum org.pepstock.charba.client.ChartType
 
scaleType() - Method in enum org.pepstock.charba.client.ChartType
 
scaleType() - Method in class org.pepstock.charba.client.controllers.ControllerType
 
ScaleType - Enum in org.pepstock.charba.client
Interface to set the scale type of a chart.
Every chart could have scale(s) or not and it depends on chart type.
ScaleType() - Constructor for enum org.pepstock.charba.client.ScaleType
 
scaleType() - Method in interface org.pepstock.charba.client.Type
Returns the scale type of the chart.
ScaleValueItem - Class in org.pepstock.charba.client.items
This object is wrapping the value retrieved by the scale.
The value could be a double, string or a date.
ScaleValueItem(String, String) - Constructor for class org.pepstock.charba.client.items.ScaleValueItem
Creates the object with the value retrieved from the scale, value as String.
Used for AxisType.CATEGORY scale.
ScaleValueItem(ImmutableDate, String) - Constructor for class org.pepstock.charba.client.items.ScaleValueItem
Creates the object with the value retrieved from the scale, value as Date.
Used for AxisType.TIME and AxisType.TIMESERIES scales.
ScaleValueItem(double, String) - Constructor for class org.pepstock.charba.client.items.ScaleValueItem
Creates the object with the value retrieved from the scale, value as double.
Used for AxisType.LINEAR, AxisType.LOGARITHMIC and AxisType.RADIAL_LINEAR scales.
scanAndCheckElements(List<BaseHtmlElement>, boolean) - Method in class org.pepstock.charba.client.ChartObserver
Scans all elements to get which elements are attached or detached.
scanAndCheckElements(BaseElement, boolean) - Method in class org.pepstock.charba.client.ChartObserver
Scans recursively the DOM tree to get which elements are attached or detached.
scanDatasets(IsChart, ColorSchemesOptions, List<IsColor>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Scans all datasets of chart to apply the colors by selected scheme.
ScatterChart - Class in org.pepstock.charba.client
SCATTER chart implementation.
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
To use a scatter chart, data must be passed as objects containing X and Y properties.
ScatterChart() - Constructor for class org.pepstock.charba.client.ScatterChart
Builds the object.
ScatterChart(Type) - Constructor for class org.pepstock.charba.client.ScatterChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
ScatterChartWidget - Class in org.pepstock.charba.client.gwt.widgets
SCATTER chart GWT WIDGET implementation.
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
To use a scatter chart, data must be passed as objects containing X and Y properties.
ScatterChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
Builds the object.
ScatterChartWidget(ScatterChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
ScatterDataset - Class in org.pepstock.charba.client.data
The scatter chart allows a number of properties to be specified for each dataset.
ScatterDataset() - Constructor for class org.pepstock.charba.client.data.ScatterDataset
Creates a dataset.
It uses the global options has default.
ScatterDataset(boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
Creates a dataset.
It uses the global options has default.
ScatterDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
Creates the dataset using a default.
ScatterDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
Creates the dataset using a default.
ScatterDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
Creates the dataset using chart type related to the dataset.
ScatterDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
Creates the dataset using a default and chart type related to the dataset.
ScatterOptions - Class in org.pepstock.charba.client.configuration
Specific options for SCATTER chart.
ScatterOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ScatterOptions
Builds the object storing the chart instance and default values.
scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
 
scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
 
scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
 
scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
 
scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
 
SchemeCostants - Class in org.pepstock.charba.client.impl.plugins.enums
Contains all colors used in the schemes, to avoid to have more instances of the same color in the color schemes definition.
SchemeCostants() - Constructor for class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
To avoid any instantiation
SchemeScope - Enum in org.pepstock.charba.client.impl.plugins.enums
Enumerates the possible values to address coloring of BAR or BUBBLE datasets by a color scheme.
SchemeScope(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
Creates with the property value to use in the native object.
scope - Variable in class org.pepstock.charba.client.colors.CanvasObjectFactory
 
scope - Variable in class org.pepstock.charba.client.colors.GradientBuilder
 
scope - Variable in class org.pepstock.charba.client.data.Dataset
 
SCOPE - Static variable in class org.pepstock.charba.client.GlobalOptions
 
scope - Variable in class org.pepstock.charba.client.options.AnimationCollection
 
scope - Variable in class org.pepstock.charba.client.options.AnimationTransition
 
scope - Variable in class org.pepstock.charba.client.options.Options
 
scope - Variable in class org.pepstock.charba.client.options.Transitions
 
scope - Variable in class org.pepstock.charba.client.options.TypedDataset
 
SCOPE_PROPERTY_SUFFIX - Static variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
 
scopeProperty - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
 
scopes - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
 
Script - Class in org.pepstock.charba.client.dom.elements
Provides special properties and methods for manipulating the behavior and execution of <script> elements
Script() - Constructor for class org.pepstock.charba.client.dom.elements.Script
To avoid any instantiation
script - Variable in class org.pepstock.charba.client.intl.CLocale
 
script - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
 
Script - Enum in org.pepstock.charba.client.intl
Enumerates the standard codes for script identification which can be used to create and manage locale.
Script(String, String) - Constructor for enum org.pepstock.charba.client.intl.Script
Creates the object with script value and its name.
SCRIPT_ELEMENT_CHARTSET - Static variable in class org.pepstock.charba.client.Injector
 
Scriptable<T,C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Interface to map all callback of scriptable options available for CHART.JS.
scriptableFontProvider - Variable in class org.pepstock.charba.client.configuration.Font
 
scriptableFontProvider - Variable in class org.pepstock.charba.client.options.AbstractScriptableFont
 
ScriptableFunctions - Class in org.pepstock.charba.client.callbacks
Set of common JSINTEROP functions (mapped as interfaces) to be able to implement scriptable options of CHART.JS.
Must be a public interface with only 1 method.
ScriptableFunctions() - Constructor for class org.pepstock.charba.client.callbacks.ScriptableFunctions
To avoid any instantiation
ScriptableFunctions.ProxyArrayCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide an array property.
ScriptableFunctions.ProxyBooleanCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a boolean property.
ScriptableFunctions.ProxyDoubleCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a double property.
ScriptableFunctions.ProxyHandlerCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide events generated by annotations.
ScriptableFunctions.ProxyIntegerCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a integer property.
ScriptableFunctions.ProxyNativeObjectCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a native object property.
ScriptableFunctions.ProxyObjectCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a object property.
ScriptableFunctions.ProxyStringCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a string property.
scriptablePaddingProvider - Variable in class org.pepstock.charba.client.configuration.Padding
 
scriptablePaddingProvider - Variable in class org.pepstock.charba.client.options.AbstractScriptablePadding
 
ScriptableUtils - Class in org.pepstock.charba.client.callbacks
Sets of common methods as utilities to manage scriptable options by callback and java interfaces.
ScriptableUtils() - Constructor for class org.pepstock.charba.client.callbacks.ScriptableUtils
To avoid any instantiation
searchByAxisKind(AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
Uses the axis kind to retrieve the scale by id.
searchByDefaultScaleId(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
Uses the default scale id to retrieve the scale by id.
SegementDatasetElement(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.SegmentContext.SegementDatasetElement
Creates the object with native object instance to be wrapped.
segment - Variable in class org.pepstock.charba.client.configuration.LineOptions
 
Segment - Class in org.pepstock.charba.client.configuration
The segment configuration for LineOptions.
Line segment styles can be overridden by scriptable options in the segment object.
Currently all of the border* and background color options are supported.
The segment styles are resolved for each section of the line between each point.
null fallbacks to main line styles.
Segment(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Segment
Builds the object storing the root options element.
segment - Variable in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
 
segment - Variable in class org.pepstock.charba.client.options.ExtendedOptions
 
Segment - Class in org.pepstock.charba.client.options
Contains all callbacks defined for a line segment.
Is empty because this is only the container of all properties related to callbacks which must be defined in the chart configuration.
Segment(ExtendedOptions, Key, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.Segment
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
Segment.BaseContext - Class in org.pepstock.charba.client.configuration
Utility object which is creating a native object, setting chart and type, in order to be able to create a ChartContext without CHART.JS, for callbacks of segment.
Segment.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
SegmentContext - Class in org.pepstock.charba.client.callbacks
The callback or handler context wrapper, created and passed by Segment which contains the line charts references.
SegmentContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.SegmentContext
Creates the object with native object instance to be wrapped, called by configuration package.
SegmentContext.Property - Enum in org.pepstock.charba.client.callbacks
Name of properties of native object.
SegmentContext.SegementDatasetElement - Class in org.pepstock.charba.client.callbacks
Extends DatasetElement in order to wrap the points inside the context.
SelectionArea - Class in org.pepstock.charba.client.impl.plugins
Which maintains coordinates of the are to be draw on the canvas as selection area.
SelectionArea() - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionArea
 
selectionCleaner - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
 
selectionCleaner - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
 
SelectionCleaner - Class in org.pepstock.charba.client.impl.plugins
DatasetsItemsSelector.ID plugin configuration element in order to have in the the chart a clickable element to clear the selection.
SelectionCleaner(NativeObject, IsDatasetsItemsSelectorDefaultSelectionCleaner) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Creates new font element, using stored native object instance and the default values options.
SelectionCleaner.Property - Enum in org.pepstock.charba.client.impl.plugins
Name of properties of native object.
SelectionCleanerFont - Class in org.pepstock.charba.client.impl.plugins
Object to map font options for SelectionCleaner element of DatasetsItemsSelector.ID plugin configuration.
SelectionCleanerFont(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionCleanerFont
Creates a font to use for plugin.
SelectionHandler - Class in org.pepstock.charba.client.impl.plugins
Manages the selection on canvas, drawing selection area and implementing mouse listeners for canvas.
SelectionHandler(IsChart, DatasetsItemsSelectorOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionHandler
Creates the selection handler with chart instance and the options (if exist) in the chart options.
SelectionStatus - Enum in org.pepstock.charba.client.impl.plugins
Enumerates the status of a selection.
SelectionStatus() - Constructor for enum org.pepstock.charba.client.impl.plugins.SelectionStatus
 
SelectionTrack - Class in org.pepstock.charba.client.impl.plugins
It maintains the start and end point of mouse selection at X level.
SelectionTrack(double) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionTrack
Creates the object storing the original X point of mouse down.
serialVersionUID - Static variable in class org.pepstock.charba.client.commons.ImmutableDate
 
serialVersionUID - Static variable in exception org.pepstock.charba.client.resources.ResourceLoadException
 
set(int, E) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Replaces the element at the specified position in this list with the specified element.
set(int, double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Sets the value value at a given index.
set(int, ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Sets the value value at a given index.
set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Replaces the element at the specified position in this list with the specified element.
set(int, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Sets the value value at a given index.
set(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
Sets the value value at a given index.
set(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Replaces the element at the specified position in this list with the specified element.
set(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Sets the value value at a given index.
set(int, Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Replaces the element at the specified position in this list with the specified element.
set(int, Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Sets the value value at a given index.
set(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
Sets the value value at a given index.
set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Replaces the element at the specified position in this list with the specified element.
set(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Replaces the element at the specified position in this list with the specified element.
set(int, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Sets the value value at a given index.
set(int, String) - Method in class org.pepstock.charba.client.commons.ArrayString
Sets the value value at a given index.
set(int, String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Replaces the element at the specified position in this list with the specified element.
set(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Replaces the last element returned by next() or previous() with the specified element .
set(NativeObject, String, T) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectArray
Allows you to set a property on an object.
set(NativeObject, String, boolean) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectBoolean
Allows you to set a property on an object.
set(NativeObject, String, NativeCallback) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectCallback
Allows you to set a property on an object.
set(NativeObject, String, CallbackProxy.Proxy) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectCallbackProxy
Allows you to set a property on an object.
set(NativeObject, String, Chart) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectChart
Allows you to set a property on an object.
set(NativeObject, String, double) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectDouble
Allows you to set a property on an object.
set(NativeObject, String, BaseNativeEvent) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectEvent
Allows you to set a property on an object.
set(NativeObject, String, CanvasGradientItem) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectGradient
Allows you to set a property on an object.
set(NativeObject, String, Img) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectImage
Allows you to set a property on an object.
set(NativeObject, String, int) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectInteger
Allows you to set a property on an object.
set(NativeObject, String, NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectObject
Allows you to set a property on an object.
set(NativeObject, String, CanvasPatternItem) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectPattern
Allows you to set a property on an object.
set(NativeObject, String, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectString
Allows you to set a property on an object.
set(AnimationCollectionKey, AnimationCollection) - Method in class org.pepstock.charba.client.configuration.Animations
Sets an animation collection instance to store in the animation options.
set(TransitionKey, AnimationTransition) - Method in class org.pepstock.charba.client.configuration.Transitions
Sets an animation transition instance to store in the animation options.
set(int) - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
Sets the border size to all dimensions.
set(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
Sets the border radius size to all corners of the rectangle.
set(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
Sets the border radius size to all corners of the rectangle.
set(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width size to all dimensions.
set(double) - Method in class org.pepstock.charba.client.data.Clip
Sets the clip size to all dimensions.
set(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
Sets the border radius size to all corners of the rectangle.
set(AnimationCollectionKey, AnimationCollection) - Method in class org.pepstock.charba.client.options.Animations
Sets an animation collection instance to store in the animation options.
set(AnimationCollectionKey, AnimationCollection) - Method in interface org.pepstock.charba.client.options.IsAnimations
Sets an animation collection instance to store in the animation options.
set(int) - Method in interface org.pepstock.charba.client.options.IsPadding
Sets the padding size to all dimensions.
set(TransitionKey, AnimationTransition) - Method in interface org.pepstock.charba.client.options.IsTransitions
Sets an animation transition instance to store in the animation options.
set(TransitionKey, AnimationTransition) - Method in class org.pepstock.charba.client.options.Transitions
Sets an animation transition instance to store in the animation options.
set(AnimationCollectionKey, AnimationCollection) - Method in class org.pepstock.charba.client.UpdateConfiguration
Sets an animation collection instance to store in the animation options.
setActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
Sets the active (hovered) elements for the chart.
setActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
Sets the active (hovered) elements for the chart.
setActiveElements(ArrayObject) - Method in class org.pepstock.charba.client.Chart
Sets the active (hovered) elements for the chart.
setActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
setActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
setActiveElements(List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
Sets the active (hovered) elements for the chart.
setActiveElements(ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
Sets the active (hovered) elements for the chart.
setAdjustScaleRange(boolean) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets true whether the scale range should be adjusted if this annotation is out of range.
setAdjustScaleRange(AdjustScaleRangeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.
setAdjustScaleRange(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.
setAlgorithm(DecimationAlgorithm) - Method in class org.pepstock.charba.client.configuration.Decimation
Sets the algorithm used by the plugin.
setAlgorithm(DecimationAlgorithm) - Method in class org.pepstock.charba.client.options.Decimation
Sets the algorithm used by the plugin.
setAlign(ScaleTitleAlign) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Sets the alignment of the axis title.
setAlign(ElementAlign) - Method in class org.pepstock.charba.client.configuration.CartesianTick
Sets the tick alignment along the axis.
setAlign(ElementAlign) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the alignment of the legend.
setAlign(ElementAlign) - Method in class org.pepstock.charba.client.configuration.Title
Sets the alignment of the title.
setAlign(ElementAlignCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
Sets the align callback.
setAlign(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
Sets the align callback.
setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the position of the label relative to the anchor point position and orientation.
setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the align callback.
setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the position of the label relative to the anchor point position and orientation.
setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the align callback.
setAlign(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the align callback.
setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.Table
Sets the alignment of the element's contents with respect to the surrounding context.
setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
Sets the alignment of the element's contents with respect to the surrounding context.
setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableRow
Sets the alignment of the element's contents with respect to the surrounding context.
setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the selection cleaner align.
setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the selection cleaner align.
setAlign(ElementAlign) - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
Sets the alignment of the element.
setAlign(ScaleTitleAlign) - Method in class org.pepstock.charba.client.options.ScaleTitle
Sets the alignment of the axis title.
setAlign(ElementAlign) - Method in class org.pepstock.charba.client.options.Ticks
Sets the tick alignment along the axis.
setAlignToPixels(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
Sets true to align pixel values to device pixels.
setAlignToPixels(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets true to align pixel values to device pixels.
setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the anchor callback.
setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the anchor callback.
setAnchor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the anchor callback.
setAngle(double) - Method in class org.pepstock.charba.client.configuration.Arc
Sets the arc angle to cover.
setAngle(double) - Method in class org.pepstock.charba.client.options.Arc
Sets the arc angle to cover.
setAnimate(boolean) - Method in class org.pepstock.charba.client.configuration.RadialAxis
Sets whether to animate scaling the chart from the center.
setAnimate(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets whether to animate scaling the chart from the center.
setAnimated(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets if the render will be shown based on the animation of chart.
setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
If true, the chart will animate in with a rotation animation.
setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.options.Animation
If true, the chart will animate in with a rotation animation.
setAnimateRotate(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
If true, the chart will animate in with a rotation animation.
setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
If true, the chart will animate in with a rotation animation.
setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
If true, the chart will animate in with a rotation animation.
setAnimateScale(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
If true, will animate scaling the chart from the center outwards.
setAnimateScale(boolean) - Method in class org.pepstock.charba.client.options.Animation
If true, will animate scaling the chart from the center outwards.
setAnimateScale(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
If true, will animate scaling the chart from the center outwards.
setAnimateScale(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
If true, will animate scaling the chart from the center outwards.
setAnimateScale(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
If true, will animate scaling the chart from the center outwards.
setAnimationEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.AnimationContainer
Enables or disables the animation.
setAnimationEnabled(boolean) - Method in interface org.pepstock.charba.client.configuration.HasAnimation
Enables or disables the animation.
setAnimationEnabled(boolean) - Method in class org.pepstock.charba.client.options.AnimationContainer
Enables or disables the animation.
setAnimationEnabled(boolean) - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
Enables or disables the animation.
setAnnotations(DrawTime, AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
Sets a set of annotations for plugin.
If argument is null, removes all annotations.
setAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Sets a set of annotations for plugin.
setArc(boolean) - Method in class org.pepstock.charba.client.labels.Label
Sets if draws label in arc.
setArc(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets if draws label in arc.
setArrayValue(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
setArrayValue(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
setArrayValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array) in the embedded JavaScript object at specific property.
setArrayValueAndAddToParent(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
setArrayValueAndAddToParent(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
setArrayValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array) in the embedded JavaScript object at specific property.
setArrayValueAndAddToParent(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
setArrayValueAndAddToParent(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
setArrayValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array) in the embedded JavaScript object at specific property.
setAspectRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Canvas aspect ratio (i.e.
setAspectRatio(double) - Method in class org.pepstock.charba.client.options.Options
Canvas aspect ratio (i.e.
setAttribute(Key, double) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Sets a custom field to data point.
setAttribute(Key, boolean) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Sets a custom field to data point.
setAttribute(Key, int) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Sets a custom field to data point.
setAttribute(Key, String) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Sets a custom field to data point.
setAttribute(Key, double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets a custom field to data point.
setAttributes(T) - Method in class org.pepstock.charba.client.callbacks.ChartContext
Sets the additional attributes.
setAttributes(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
Set to true to watch for changes to the value of attributes on the node or nodes being monitored.
The default value is false.
setAutoFontSize(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets true if the font size of the rendering will be automatically calculated, based on dimension of the area for rendering.
setAutoRotation(boolean) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets true whether the rotation of label must calculates automatically.
setAutoSkip(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTick
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
setAutoSkip(boolean) - Method in class org.pepstock.charba.client.options.Ticks
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
Turn it off to show all labels no matter what
setAutoSkipPadding(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
setAutoSkipPadding(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
Note: Only applicable to horizontal scales.
setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.Scales
Sets an array of X axes.
setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.StackedScales
 
setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
 
setAxes(Scale...) - Method in class org.pepstock.charba.client.options.ExtendedScales
Sets all axes of chart.
setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.Hover
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in data set and nearest modes.
setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.Interaction
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in data set and nearest modes.
setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.options.Interaction
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
setAxis(AxisKind) - Method in class org.pepstock.charba.client.options.Scale
Which kind of axis this is.
Possible values are: 'x', 'y' or 'r'.
setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after of the ticks building.
setAxisCalculateTickRotationCallback(AxisCalculateTickRotationCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after tick rotation is determined.
setAxisDataLimitsCallback(AxisDataLimitsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after data limits are determined.
setAxisDimensionsCallback(AxisDimensionsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after dimensions are set.
setAxisFitCallback(AxisFitCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after the scale fits to the canvas.
setAxisTickToLabelConversionCallback(AxisTickToLabelConversionCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after ticks are converted in the strings.
setAxisUpdateCallback(AxisUpdateCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after of the update process.
setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the background color of the point label.
setBackdropColor(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the background color of the point label.
setBackdropColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the the backdrop color callback.
setBackdropColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the the backdrop color callback.
setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the color of label backdrops.
setBackdropColor(String) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the color of label backdrops.
setBackdropColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the backdrop color callback instance.
setBackdropColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the backdrop color callback instance.
setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.PointLabels
Sets the background color of the point label.
setBackdropColor(String) - Method in class org.pepstock.charba.client.options.PointLabels
Sets the background color of the point label.
setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
Sets the color of label backdrops.
setBackdropColor(String) - Method in class org.pepstock.charba.client.options.Ticks
Sets the color of label backdrops.
setBackground(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'background' property in the element.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
Sets the color of the background of annotation.
setBackgroundColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
Sets the callback to set the color of the background of annotation.
setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
Sets the callback to set the color of the background of annotation.
setBackgroundColor(IsColor) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
Sets the color of the background of annotation.
setBackgroundColor(String) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
Sets the color of the background of annotation.
setBackgroundColor(ColorCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
Sets the callback to set the color of the background of annotation.
setBackgroundColor(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
Sets the callback to set the color of the background of annotation.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the background color of tile as string.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the background color of tile.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the background color of tile as string.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the background color of tile.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the background color.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the background color.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the background color of the scale area.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
setBackgroundColor(ColorCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the background color callback.
setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the background color callback.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the background color callback.
setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
Sets the background color callback.
setBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill colors of the elements.
setBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill colors of the elements.
setBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill pattern of the elements.
setBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill gradient of the elements.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color under the line.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color under the line.
setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill pattern under the line.
setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill gradient under the line.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the background color.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the background color.
setBackgroundColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the background color callback.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the background color.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the background color.
setBackgroundColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the background color callback.
setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the background color callback.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'backgroundColor' property in the element.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Sets the background color.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Sets the background color.
setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Sets the background gradient.
setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Sets the background pattern.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the background color of the tooltip item as string.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the background color of the tooltip item.
setBackgroundColor(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the background color of the tooltip item as canvas pattern.
setBackgroundColor(TooltipItem, Pattern) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the background color of the tooltip item as pattern
setBackgroundColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the background color of the tooltip item as canvas gradient.
setBackgroundColor(TooltipItem, Gradient) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the background color of the tooltip item as gradient.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the background color.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the background color.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the background color of the scale area.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Options
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.zoom.Drag
Sets the fill color during dragging.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.zoom.Drag
Sets the fill color during dragging.
setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
The transparency value for the background color.
setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
The transparency value for the background color.
setBackgroundImage(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'backgroundImage' property in the element.
setBackgroundSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'backgroundSize' property in the element.
setBarPercentage(double) - Method in class org.pepstock.charba.client.configuration.TypedDataset
Sets the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other.
setBarPercentage(double) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Sets the percent (0-1) of the available width each bar should be within the category width.
setBarPercentage(double) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Sets the percent (0-1) of the available width each bar should be within the category width.
setBarThickness(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
Sets the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage.
setBarThickness(int) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Sets the width of each bar in pixels.
setBarThickness(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Sets the width of each bar in pixels.
setBase(double...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value.
setBase(BaseCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the base callback.
setBase(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the base callback.
setBeginAtZero(boolean) - Method in interface org.pepstock.charba.client.configuration.IsLinearAxis
If true, scale will include 0 if it is not already included.
setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
If true, scale will include 0 if it is not already included.
setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the body alignment.
setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the body alignment.
setBodyCallback(TooltipBodyCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Sets the user body callback.
setBodyColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the body font color.
setBodyColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the body font color.
setBodyColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the body font color.
setBodyColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the body font color.
setBodySpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the spacing to add to top and bottom of each tooltip item.
setBodySpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the spacing to add to top and bottom of each tooltip item.
setBorder(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'border' property in the element.
setBorder(String) - Method in class org.pepstock.charba.client.dom.elements.Table
Sets the width in pixels of the border of the table.
setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.configuration.Arc
Sets the property to set the border alignment on chart datasets.
setBorderAlign(BorderAlign...) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
Sets the property to set the border alignment on chart datasets.
setBorderAlign(List<BorderAlign>) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
Sets the property to set the border alignment on chart datasets.
setBorderAlign(BorderAlignCallback) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
Sets the border align callback.
setBorderAlign(NativeCallback) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
Sets the border align callback.
setBorderAlign(BorderAlign...) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
Sets the property to set the border alignment on chart datasets.
setBorderAlign(List<BorderAlign>) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
Sets the property to set the border alignment on chart datasets.
setBorderAlign(BorderAlignCallback) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
Sets the border align callback.
setBorderAlign(NativeCallback) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
Sets the border align callback.
setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.options.Arc
Sets the property to set the border alignment on chart datasets.
setBorderBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderBottom' property in the element.
setBorderBottomColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderBottomColor' property in the element.
setBorderBottomLeftRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderBottomLeftRadius' property in the element.
setBorderBottomRightRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderBottomRightRadius' property in the element.
setBorderBottomStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderBottomStyle' property in the element.
setBorderBottomWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderBottomWidth' property in the element.
setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.configuration.Line
Sets how the end points of every line are drawn.
setBorderCapStyle(CapStyleCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border cap-style callback.
setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border cap-style callback.
setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets how the end points of every line are drawn.
setBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border cap style callback.
setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border cap style callback.
setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.options.Line
Sets how the end points of every line are drawn.
setBorderCollapse(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderCollapse' property in the element.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the color of the border of annotation.
setBorderColor(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the color of the border of annotation.
setBorderColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the color of the border of annotation.
setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the color of the border of annotation.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the border color.
setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the border color.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Grid
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.Grid
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
setBorderColor(ColorCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border color callback.
setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border color callback.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the color of the border.
setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the color of the border.
setBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the border color callback.
setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
Sets the border color callback.
setBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the color of the bar border.
setBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the color of the bar border.
setBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the gradient of the bar border as gradient.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the color of the line.
setBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the color of the line.
setBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the gradient of the line.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the border color.
setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the border color.
setBorderColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the border color callback.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border color.
setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border color.
setBorderColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border color callback.
setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border color callback.
setBorderColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderColor' property in the element.
setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the color.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the color.
setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the color.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the color.
setBorderColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets border color as string
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets border color
setBorderColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the border color of the tooltip item as canvas gradient.
setBorderColor(TooltipItem, Gradient) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the border color of the tooltip item as gradient.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the border color.
setBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the border color.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Grid
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
setBorderColor(String) - Method in class org.pepstock.charba.client.options.Grid
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
setBorderColor(String) - Method in class org.pepstock.charba.client.options.Options
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the color of the border.
setBorderColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the color of the border.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.zoom.Drag
Sets the color of the border during dragging.
setBorderColor(String) - Method in class org.pepstock.charba.client.zoom.Drag
Sets the color of the border during dragging.
setBorderDash(int...) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(BorderDashCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.Line
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(BorderDashCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the border dash callback when element is hovered.
setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the border dash callback when element is hovered.
setBorderDash(BorderDashCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border dash callback.
setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border dash callback.
setBorderDash(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash callback.
setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash callback.
setBorderDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(int...) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the line dash pattern used when stroking borders, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(int...) - Method in class org.pepstock.charba.client.options.AbstractScaleLines
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDash(int...) - Method in class org.pepstock.charba.client.options.Line
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setBorderDashOffset(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the line dash pattern offset.
setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the line dash pattern offset.
setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the line dash pattern offset.
setBorderDashOffset(BorderDashOffsetCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Sets the border dash offset callback instance.
setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Sets the border dash offset callback instance.
setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the line dash pattern offset.
setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Line
Sets the line dash pattern offset.
setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the line dash pattern offset.
setBorderDashOffset(BorderDashOffsetCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border dash callback.
setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border dash callback.
setBorderDashOffset(double) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the line dash pattern offset.
setBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash offset callback.
setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash offset callback.
setBorderDashOffset(double) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the line dash pattern offset.
setBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.AbstractScaleLines
Sets the line dash pattern offset.
setBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.Line
Sets the line dash pattern offset.
setBorderImage(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderImage' property in the element.
setBorderImageWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderImageWidth' property in the element.
setBorderItem(Key, Key, int...) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Sets the bar border size by an array of integers.
setBorderItem(Key, Key, T[]) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Sets the bar border item size by an array of objects.
setBorderItem(Key, Key, List<T>, T[]) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Sets the bar border item size by a list of objects.
setBorderItemCallback(Key, Object, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Sets the border item callback.
setBorderItemCallback(Key, NativeCallback) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Sets the border item callback.
setBorderItemCallback(Key, Key, Object, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Sets the border item callback.
setBorderItemCallback(Key, Key, NativeCallback) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
Sets the border item callback.
setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.configuration.Line
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
setBorderJoinStyle(JoinStyleCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border join-style callback.
setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border join-style callback.
setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border join style callback.
setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border join style callback.
setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.Line
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
setBorderLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderLeft' property in the element.
setBorderLeftColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderLeftColor' property in the element.
setBorderLeftStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderLeftStyle' property in the element.
setBorderLeftWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderLeftWidth' property in the element.
setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Arc
Sets the arc border radius (in pixels).
setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Bar
Sets the bar border radius (in pixels).
setBorderRadius(int...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the bar border radius (in pixels).
setBorderRadius(BarBorderRadius...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the bar border radius (in pixels).
setBorderRadius(List<BarBorderRadius>) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the bar border radius (in pixels).
setBorderRadius(BorderRadiusCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the border radius callback.
setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the border radius callback.
setBorderRadius(int...) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the arc border radius (in pixels).
setBorderRadius(ArcBorderRadius...) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the arc border radius (in pixels).
setBorderRadius(List<ArcBorderRadius>) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the arc border radius (in pixels).
setBorderRadius(BorderRadiusCallback) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the border radius callback.
setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the border radius callback.
setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the border radius.
setBorderRadius(RadiusCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the border radius callback.
setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border radius.
setBorderRadius(RadiusCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border radius callback.
setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border radius callback.
setBorderRadius(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderRadius' property in the element.
setBorderRadius(int) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the bar border radius (in pixels).
setBorderRadius(int) - Method in class org.pepstock.charba.client.options.Arc
Sets the arc border radius (in pixels).
setBorderRadius(int) - Method in class org.pepstock.charba.client.options.Bar
Sets the bar border radius (in pixels).
setBorderRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderRight' property in the element.
setBorderRightColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderRightColor' property in the element.
setBorderRightStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderRightStyle' property in the element.
setBorderRightWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderRightWidth' property in the element.
setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
Sets the edge to skip drawing the border for.
setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.configuration.Bar
Sets the edge to skip drawing the border for.
setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the edge to skip drawing the border for.
setBorderSkipped(BorderSkipped...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the edges to skip drawing the border for.
setBorderSkipped(List<BorderSkipped>) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the edges to skip drawing the border for.
setBorderSkipped(BorderSkippedCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the border skipped callback.
setBorderSkipped(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the border skipped callback.
setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.options.Bar
Sets the edge to skip drawing the border for.
setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.options.Bar
Sets the edge to skip drawing the border for.
setBorderSpacing(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderSpacing' property in the element.
setBorderStyle(BorderStyle) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderStyle' property in the element.
setBorderTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderTop' property in the element.
setBorderTopColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderTopColor' property in the element.
setBorderTopLeftRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderTopLeftRadius' property in the element.
setBorderTopRightRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderTopRightRadius' property in the element.
setBorderTopStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderTopStyle' property in the element.
setBorderTopWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderTopWidth' property in the element.
setBorderWidth(int) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the width of the border in pixels.
setBorderWidth(WidthCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the color of the width of the border in pixels.
setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the color of the width of the border in pixels.
setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the border width.
setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Grid
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used.
setBorderWidth(WidthCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border width callback.
setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
Sets the border width callback.
setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the size of the border.
setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the stroke width of the bar in pixels.
setBorderWidth(BarBorderWidth...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the stroke width of the bar in pixels.
setBorderWidth(List<BarBorderWidth>) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the stroke width of the bar in pixels.
setBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the border width callback.
setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the border width callback.
setBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the border width callback.
setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the border width callback.
setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke width of the bar in pixels.
setBorderWidth(int) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the width of the line in pixels.
setBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border width callback.
setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border width callback.
setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the border width.
setBorderWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the border width callback.
setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border width.
setBorderWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border width callback.
setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the border width callback.
setBorderWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'borderWidth' property in the element.
setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the border width of the selection.
setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the border width of the selection.
setBorderWidth(int) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets the border width.
setBorderWidth(int) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the border width.
setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Grid
If set, used as the width of the border line.
setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the size of the border.
setBorderWidth(int) - Method in class org.pepstock.charba.client.zoom.Drag
Sets the width of the border in pixels.
setBottom(double) - Method in class org.pepstock.charba.client.colors.Area
Sets the the bottom coordinate.
setBottom(int) - Method in class org.pepstock.charba.client.configuration.Padding
Sets the padding bottom in pixel.
setBottom(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width bottom in pixel.
setBottom(double) - Method in class org.pepstock.charba.client.data.Clip
Sets the clip bottom.
setBottom(boolean) - Method in class org.pepstock.charba.client.data.Clip
Sets the clip bottom.
setBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'bottom' property in the element.
setBottom(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
Sets the bottom.
setBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the bottom location in pixel
setBottom(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
Sets the padding bottom in pixel.
setBottom(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
 
setBottom(int) - Method in interface org.pepstock.charba.client.options.IsPadding
Sets the padding bottom in pixel.
setBottom(int) - Method in class org.pepstock.charba.client.options.Padding
Sets the padding bottom in pixel.
setBottomLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
Sets the border radius for bottom-left corner of the rectangle, in pixel.
setBottomLeft(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
Sets the border radius for bottom-left corner of the rectangle, in pixel.
setBottomRight(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
Sets the border radius for bottom-right corner of the rectangle, in pixel.
setBottomRight(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
Sets the border radius for bottom-right corner of the rectangle, in pixel.
setBounds(Bounds) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
setBounds(Bounds) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
setBoxHeight(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the height of colored box.
setBoxHeight(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the height of the colored box if displayColors is true..
setBoxHeight(int) - Method in class org.pepstock.charba.client.options.BoxHandler
Sets the height of colored box.
setBoxHeight(int) - Method in interface org.pepstock.charba.client.options.HasBox
Sets the height of colored box.
setBoxWidth(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the width of colored box.
setBoxWidth(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the width of of the colored box if displayColors is true..
setBoxWidth(int) - Method in class org.pepstock.charba.client.options.BoxHandler
Sets the width of colored box.
setBoxWidth(int) - Method in interface org.pepstock.charba.client.options.HasBox
Sets the width of colored box.
setCalendar(Calendar) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the calendar to use.
setCallback(AbstractNode, String, T, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Stores the callback in the the cache, storing the proxy function and the hash code property key (unique id of callback) in the native object.
setCallback(T) - Method in class org.pepstock.charba.client.commons.CallbackProxy
Sets the function callback implemented in the additional java script source.
setCallback(C) - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
Sets the user callback instance.
setCallback(AbstractNode, Key, Object, CallbackProxy<?>) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the callback that every element of axis can activate.
setCallback(AbstractNode, Key, Object, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the callback that every element of axis can activate.
setCallback(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the native callback that every element of axis can activate.
setCallback(CategoryTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
Sets the user callback instance.
setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
Sets the user callback instance.
setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
Sets the user callback instance.
setCallback(TimeTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
Sets the user callback instance.
setCallback(AbstractNode, Key, Object, CallbackProxy<?>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the callbacks that every element of options can activate.
setCallback(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the callbacks that every element of options can activate.
setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Sets the user callback instance.
setCallback(PointLabelCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the user callback to change point labels.
setCallback(ConfigurationEnvelop<AbstractNode>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Adds a callback proxy function to a element node instance.
setCallback(ConfigurationEnvelop<AbstractNode>, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Adds a native callback function to a element node instance.
setCallback(ConfigurationEnvelop<AbstractNode>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
Adds a callback proxy function to a element node instance.
setCallback(ConfigurationEnvelop<AbstractNode>, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.ExtendedScale
Adds a native callback function to a element node instance.
setCallbackToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.AbstractModel
Adds a proxy function (for callbacks) to a model at the specific key.
setCallbackToModel(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractModel
Adds a native callback function to a model at the specific key.
setCanvasObjectHandling(boolean) - Method in class org.pepstock.charba.client.data.Data
Sets true if the plugin to manage canvas object (gradients and patterns) have to be forcedly disable.
Pay attention that disabling the handler, your data sets configuration with gradients or patterns will e showed with default color.
setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.configuration.Line
Sets true to keep Bézier control inside the chart, false for no restriction.
setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.options.Line
Sets true to keep Bézier control inside the chart, false for no restriction.
setCaretPadding(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
setCaretPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
setCaretSize(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the size of the tooltip arrow, in pixels.
setCaretSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the size, in pixels, of the tooltip arrow.
setCategoryPercentage(double) - Method in class org.pepstock.charba.client.configuration.TypedDataset
Sets the percent (0-1) of the available width each category should be within the sample width.
setCategoryPercentage(double) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Sets the percent (0-1) of the available width each category should be within the sample width.
setCategoryPercentage(double) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Sets the percent (0-1) of the available width each category should be within the sample width.
setCellPadding(String) - Method in class org.pepstock.charba.client.dom.elements.Table
Sets the width in pixels of the horizontal and vertical sapce between cell content and cell borders.
setCellSpacing(String) - Method in class org.pepstock.charba.client.dom.elements.Table
Sets the width in pixels of the horizontal and vertical separation between cells.
setChanged(boolean) - Method in class org.pepstock.charba.client.data.AbstractContainer
Sets true if some canvas objects are changed, otherwise false.
setCharacterData(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
Set to true to monitor the specified target node or subtree for changes to the character data contained within the node or nodes.
No default value.
setCharacterDataOldValue(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
Set to true to record the previous value of a node's text whenever the text changes on nodes being monitored.
No default value.
setCharbaId(String) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Sets the CHARBA id when new chart instance is created.
setCharset(String) - Method in class org.pepstock.charba.client.dom.elements.Script
Sets the character encoding of an external script.
setChartOptions(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the chart options as underlying configuration options, after the first draw of the chart.
Leveraging on proxy, this is mandatory and enables the possibility to use only the configuration options to update the chart options at runtime.
setChildList(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
Set to true to monitor the target node (and, if subtree is true, its descendants) for the addition of new child nodes or removal of existing child nodes.
The default is false.
setCircular(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
If true, grid are circular (on radar chart only).
setCircular(boolean) - Method in class org.pepstock.charba.client.options.Grid
If true, grid are circular (on radar chart only).
setCircumference(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Sets the sweep to allow arcs to cover.
setCircumference(double) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the sweep to allow arcs to cover.
setCircumference(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
 
setCircumference(double) - Method in class org.pepstock.charba.client.options.Options
Sets the sweep to allow arcs to cover.
setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the clamp callback.
setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the clamp callback.
setClamp(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the clamp callback.
setClickCallback(ClickCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback called when a "click" event is occurring.
setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
setClip(double) - Method in class org.pepstock.charba.client.data.Dataset
Sets how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
setClip(Clip) - Method in class org.pepstock.charba.client.data.Dataset
Sets how to clip relative to the chart area, by an object which configures clipping per side.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
When the clip option is true, the part of the label which is outside the chart area will be masked.
setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the clip callback.
setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
When the clip option is true, the part of the label which is outside the chart area will be masked.
setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the clip callback.
setClip(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the clip callback.
setColor(IsColor) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the color of text.
setColor(String) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the color of text as string.
setColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the color of the text of label.
setColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the color of the text of label.
setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Sets the color callback instance.
setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Sets the color callback instance.
setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Sets the font color.
setColor(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Sets the font color.
setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
setColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
setColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.Grid
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
setColor(String...) - Method in class org.pepstock.charba.client.configuration.Grid
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the font color.
setColor(String) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the font color.
setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendTitle
Sets the font color.
setColor(String) - Method in class org.pepstock.charba.client.configuration.LegendTitle
Sets the font color.
setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the color of angled lines.
setColor(String) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the color of angled lines.
setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the font color.
setColor(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the font color.
setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the the color callback.
setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the the color callback.
setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the font color.
setColor(String) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the font color.
setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the color callback.
setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the color callback.
setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Title
Sets the font color.
setColor(String) - Method in class org.pepstock.charba.client.configuration.Title
Sets the font color.
setColor(ColorCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
Sets the color callback.
setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
Sets the color callback.
setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the color.
setColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the color.
setColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the color callback.
setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the color.
setColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the color.
setColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the color callback.
setColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the color callback.
setColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'color' property in the element.
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
 
setColor(String) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
 
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Sets the fill color for value.
setColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Sets the fill color for value.
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.Threshold
Sets the color of threshold.
setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the color.
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the color.
setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the color.
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the color.
setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the selection cleaner label font color.
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Set the selection cleaner label font color.
setColor(IsColor) - Method in class org.pepstock.charba.client.labels.Label
Sets the font color.
setColor(String) - Method in class org.pepstock.charba.client.labels.Label
Sets the font color.
setColor(ColorCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.Label
Sets the font color callback.
setColor(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
Sets the font color callback.
setColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the font color as color.
setColor(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the font color as string.
setColor(IsColor) - Method in class org.pepstock.charba.client.options.AngleLines
Sets the color of angled lines.
setColor(String) - Method in class org.pepstock.charba.client.options.AngleLines
Sets the color of angled lines.
setColor(String) - Method in class org.pepstock.charba.client.options.FontContainer
Sets the font color.
setColor(IsColor...) - Method in class org.pepstock.charba.client.options.Grid
Sets the color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
setColor(String...) - Method in class org.pepstock.charba.client.options.Grid
Sets the color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
setColor(IsColor) - Method in interface org.pepstock.charba.client.options.HasFont
Sets the font color.
setColor(String) - Method in interface org.pepstock.charba.client.options.HasFont
Sets the font color.
setColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
setColor(String) - Method in class org.pepstock.charba.client.options.Options
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
setColors(IsColor...) - Method in class org.pepstock.charba.client.colors.GradientBuilder
Sets an array of colors to the gradient.
setColors(List<IsColor>) - Method in class org.pepstock.charba.client.colors.GradientBuilder
Sets the list of colors.
setColors(Key, String...) - Method in class org.pepstock.charba.client.data.HovingDataset
 
setColors(Key, IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
 
setColors(Key, String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets a color property in the dataset, setting a single value or an array.
setColors(Key, IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets a color property in the dataset, setting a single value or an array.
setColSpan(int) - Method in class org.pepstock.charba.client.dom.elements.TableCell
Sets the value indicating the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Set the compact display when Notation.COMPACT is set.

PAY ATTENTION
This method is not supported on Safari.
setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Set the compact display when Notation.COMPACT is set.

PAY ATTENTION
This method is not supported on Safari.
setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Set the compact display when Notation.COMPACT is set.

PAY ATTENTION
This method is not supported on Safari.
setCompactDisplay(CompactDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Set the compact display when Notation.COMPACT is set.

PAY ATTENTION
This method is not supported on Safari.
setCompletedCallback(CompletedCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets the callback called once zooming or panning is completed.
setConfigurable(boolean) - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
Sets true if and only if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
setConfiguration(T) - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
 
setContent(List<String>) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the text to display in label.
Provide a list to display values on a new line.
setContent(String...) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the text to display in label.
Provide an array to display values on a new line.
setContent(Img) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the image to display in label.
setContent(ContentCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the text to display in label as list.
setContent(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the text to display in label as list.
setContent(T) - Method in class org.pepstock.charba.client.commons.BaseEnvelop
Stores the content of envelop.
setContent(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
Sets the value of meta-data property..
setContentInternally(T) - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
Stores the content of envelop.
setCornerRadius(int) - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
Sets the corner radius.
setCornerRadius(CornerRadiusCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
Sets the callback to set the corner radius.
setCornerRadius(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
Sets the callback to set the corner radius.
setCornerRadius(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the radius of label rectangle.
setCornerRadius(CornerRadiusCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the corner radius.
setCornerRadius(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the corner radius.
setCornerRadius(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the radius of tooltip corner curves.
setCornerRadius(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the radius of tooltip corner curves.
setCount(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the number of ticks to generate.
If specified, this overrides the automatic generation.
setCount(CountCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the count callback instance.
setCount(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the count callback instance.
setCount(CountCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Sets the count callback instance.
setCount(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Sets the count callback instance.
setCount(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the number of ticks to generate.
If specified, this overrides the automatic generation.
setCrossAlign(CrossAlign) - Method in class org.pepstock.charba.client.configuration.CartesianTick
Sets the tick alignment perpendicular to the axis.
setCrossAlign(CrossAlign) - Method in class org.pepstock.charba.client.options.Ticks
Sets the tick alignment perpendicular to the axis.
setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.configuration.Line
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:

setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.data.LineDataset
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:

setCubicInterpolationMode(CubicInterpolationModeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the border join style callback.
setCubicInterpolationMode(NativeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the border join style callback.
setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.options.Line
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:

setCurrency(Currency) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the currency to use in currency formatting.
setCurrency(Currency) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the currency to use in currency formatting.
setCurrency(Currency) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the currency to use in currency formatting.
setCurrency(Currency) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the currency to use in currency formatting.
setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets how to display the currency in currency formatting.
setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets how to display the currency in currency formatting.
setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets how to display the currency in currency formatting.
setCurrencyDisplay(CurrencyDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets how to display the currency in currency formatting.
setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".

PAY ATTENTION
This method is not supported on Safari.
setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".

PAY ATTENTION
This method is not supported on Safari.
setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".

PAY ATTENTION
This method is not supported on Safari.
setCurrencySign(CurrencySign) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".

PAY ATTENTION
This method is not supported on Safari.
setCurrent(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
Changes the start and end depending of new X point position of mouse.
setCurrentCursor(CursorType) - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
Sets the cursor type before changing it.
setCursorOnLegend(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
Sets the cursor point when the cursor is mouse over the legend and the default one when is mouse out.
setCursorPointer(CursorType) - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
Sets the cursor type when the cursor is over the dataset item.
setCursorType(CursorType) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'cursor' property in the element.
setCutout(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Sets the portion of the chart that is cut out of the middle.
As Double, it is considered to be pixels.
setCutout(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
 
setCutout(double) - Method in class org.pepstock.charba.client.options.Options
Sets the portion of the chart that is cut out of the middle.
As Double, it is considered to be pixels.
setCutoutPercentage(String) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Sets the portion of the chart that is cut out of the middle.
As String and ending with '%', percentage of the chart radius.
setCutoutPercentage(String) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
 
setCutoutPercentage(String) - Method in class org.pepstock.charba.client.options.Options
Sets the portion of the chart that is cut out of the middle.
As String and ending with '%', percentage of the chart radius.
setData(NativeObject) - Method in class org.pepstock.charba.client.Configuration
Sets the data of chart by the data property in the native object.
setData(IsChart, Data) - Method in class org.pepstock.charba.client.Configuration
Sets the data of chart.
setData(double...) - Method in class org.pepstock.charba.client.data.Dataset
Sets the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis.
setData(List<Double>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis.
setData(double...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Throws an exception because not available.
setData(List<Double>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Throws an exception because not available.
setData(double...) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
setData(double...) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
 
setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
 
setData(String) - Method in class org.pepstock.charba.client.dom.elements.TextNode
Sets the textual data contained in this object.
setData(double...) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Throws an exception because not available.
setData(List<Double>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Throws an exception because not available.
setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasDataPoints
Sets the data property of a dataset for a chart is specified as an array of data points.
setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasDataPoints
Sets the data property of a dataset for a chart is specified as an array of data points.
setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Sets the data property of a dataset for a chart is specified as an array of data points.
setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Sets the data property of a dataset for a chart is specified as an array of data points.
setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
Sets the index of the data set.
setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the data set index of the chart.
setDatasets(Dataset...) - Method in class org.pepstock.charba.client.data.Data
Sets a set of data sets for chart.
setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.AbstractChart
Sets the visibility for a given data set.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate data set.
setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.Chart
Sets the visibility for a given dataset.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate dataset.
setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
setDatasetVisibility(int, boolean) - Method in interface org.pepstock.charba.client.IsChart
Sets the visibility for a given dataset.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate dataset.
setDataString(String...) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the data property of a dataset for a chart is specified as an array of strings.
setDataString(List<String>) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the data property of a dataset for a chart is specified as an array of strings.
setDataString(String...) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
 
setDataString(List<String>) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
 
setDate(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
Deprecated.
As of JDK version 1.1.
setDateStyle(DateTimeStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the date formatting style to use when calling AbstractFormat.format(java.lang.Object).
dateStyle can be used with timeStyle, but not with other options (e.g.
setDay(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the representation of the Day.
setDayPeriod(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the way day periods should be expressed.
setDefault(CLocale) - Static method in class org.pepstock.charba.client.intl.CLocale
Sets the current value of the default locale for this instance.
setDefaultInternally(CLocale) - Static method in class org.pepstock.charba.client.intl.CLocale
Sets the default locale privately, in order to avoid lazy setting on static reference.
setDefaultPadding(Key, int) - Method in class org.pepstock.charba.client.options.Padding
Sets the default padding in the embedded JavaScript object at specific dimensions.
setDelay(int) - Method in class org.pepstock.charba.client.configuration.Animation
Sets the delay before starting the animations.
setDelay(DelayCallback) - Method in class org.pepstock.charba.client.configuration.Animation
Sets the delay before starting the animations by a callback.
setDelay(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
Sets the delay before starting the animations by a callback.
setDelay(int) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets the delay before starting the animations.
setDelay(DelayCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets the delay before starting the animations by a callback.
setDelay(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets the delay before starting the animations by a callback.
setDelay(int) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets the delay before starting the animations.
setDelay(DelayCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets the delay before starting the animations by a callback.
setDelay(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets the delay before starting the animations by a callback.
setDelay(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
Sets the delay before starting the animations.
setDelay(DelayCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
 
setDelay(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
 
setDelay(int) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
Sets the delay before starting the animations.
setDelegatedCallback(IsChart, LegendLabelsCallback) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
Sets the delegated callback previously set by user.
setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
Sets true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
setDestroyOnDetach(boolean) - Method in interface org.pepstock.charba.client.IsChart
Sets true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.options.Options
Sets true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.options.Options
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
setDirection(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'direction' property in the element.
setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets true whether the annotation should be displayed.
setDisplay(DisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set whether the annotation should be displayed.
setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set whether the annotation should be displayed.
setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets true whether the label should be displayed.
setDisplay(DisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set whether the label should be displayed.
setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set whether the label should be displayed.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
If set to false the axis is hidden from view.
Overrides Grid.setDisplay(boolean), ScaleTitle.setDisplay(boolean), and Tick.setDisplay(boolean).
setDisplay(Display) - Method in class org.pepstock.charba.client.configuration.Axis
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
When Display.AUTO, the axis is visible only if at least one associated data set is visible.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
If true, display the axis title.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
If false, do not display grid for this axis.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
Sets if the legend is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.LegendTitle
Sets true if the title is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
If true, angle lines are shown
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
If true, labels are shown
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Tick
If true, show tick marks.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Title
Sets if the title is shown.
setDisplay(DisplayCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
Sets if the title is shown by a callback.
setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
Sets if the title is shown by a callback.
setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the visibility of labels.
setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the visibility of labels.
setDisplay(DisplayCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the display callback.
setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the visibility of labels.
setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the visibility of labels.
setDisplay(DisplayCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the display callback.
setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the display callback.
setDisplay(Display) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
 
setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets true if clear of selection label will e applied in the chart, otherwise false.
setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Sets if the legend is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets true if clear of selection label will e applied in the chart, otherwise false.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
Sets true if the element is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
If true, shows the axis.
setDisplay(Display) - Method in class org.pepstock.charba.client.options.AbstractScale
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AngleLines
If true, angle lines are shown
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Grid
If false, do not display grid for this axis.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.LegendTitle
Sets true if the title is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.PointLabels
If true, labels are shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.ScaleTitle
If true, display the axis title.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Ticks
If true, show tick marks.
setDisplayColors(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
If true, color boxes are shown in the tooltip.
setDisplayColors(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
If true, color boxes are shown in the tooltip.
setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
Sets the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.options.DisplayFormats
Sets the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
setDoubleClickCallback(DoubleClickCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback called when a "dblclick" event is occurring.
setDoubleClickSpeed(int) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Sets the double-click speed in milliseconds used to distinguish single-clicks from double-clicks whenever you need to capture both.
setDrawBorder(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
If true, draw border at the edge between the axis and the chart area.
setDrawBorder(boolean) - Method in class org.pepstock.charba.client.options.Grid
If true, draw border at the edge between the axis and the chart area.
setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
setDrawOnAttach(boolean) - Method in interface org.pepstock.charba.client.IsChart
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.options.Options
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn.
setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.options.Grid
If true, draw lines on the chart area inside the axis lines.
setDrawTicks(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
If true, draw lines beside the ticks in the axis area beside the chart.
setDrawTicks(boolean) - Method in class org.pepstock.charba.client.options.Grid
If true, draw lines beside the ticks in the axis area beside the chart.
setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the draw time which defines when the annotations are drawn.
setDrawTime(DrawTimeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the draw time which defines when the annotations are drawn.
setDrawTime(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback to set the draw time which defines when the annotations are drawn.
setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
Sets the draw time which defines when the annotations are drawn.
setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the draw time which defines when the annotations are drawn.
setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.configuration.Filler
Sets the draw time which defines when the filling will be applied.
setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.options.Filler
Sets the draw time which defines when the filling will be applied.
setDuration(int) - Method in class org.pepstock.charba.client.configuration.Animation
Sets the number of milliseconds an animation takes.
setDuration(DurationCallback) - Method in class org.pepstock.charba.client.configuration.Animation
Sets the number of milliseconds an animation takes by a callback.
setDuration(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
Sets the number of milliseconds an animation takes by a callback.
setDuration(int) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets the number of milliseconds an animation takes.
setDuration(DurationCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets the number of milliseconds an animation takes by a callback.
setDuration(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets the number of milliseconds an animation takes by a callback.
setDuration(int) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets the number of milliseconds an animation takes.
setDuration(DurationCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets the number of milliseconds an animation takes by a callback.
setDuration(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets the number of milliseconds an animation takes by a callback.
setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
Sets the number of milliseconds an animation takes.
setDuration(DurationCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
 
setDuration(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
 
setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
Sets the time for the animation of the redraw in milliseconds.
setEasing(Easing) - Method in class org.pepstock.charba.client.configuration.Animation
Sets the animation easing.
setEasing(EasingCallback) - Method in class org.pepstock.charba.client.configuration.Animation
Sets the animation easing by a callback.
setEasing(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
Sets the animation easing by a callback.
setEasing(double) - Method in class org.pepstock.charba.client.impl.charts.MeterContext
Sets the the easing of drawing (between 0 and 1) for animation.
setEasing(Easing) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets the animation easing.
setEasing(EasingCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets the animation easing by a callback.
setEasing(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets the animation easing by a callback.
setEasing(Easing) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets the animation easing.
setEasing(EasingCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets the animation easing by a callback.
setEasing(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets the animation easing by a callback.
setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfiguration
Sets the animation easing.
setEasing(EasingCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
 
setEasing(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
 
setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
Sets the animation easing function.
setElements(PointerElement...) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Sets the chart elements in scope to ChartPointer.ID plugin.
setEmptyColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Sets the fill color for empty sector.
setEmptyColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Sets the fill color for empty sector.
setEmptyValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (an empty JavaScript Object) in the embedded JavaScript object at specific property.
setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.options.Bar
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
setEnabled(AnimationCollectionKey, boolean) - Method in class org.pepstock.charba.client.configuration.Animations
Enables or disables an animation collection instance in the animation options.
setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Decimation
Sets true if decimation are enabled.
setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Major
If true, major tick options are used to show major ticks.
setEnabled(String, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
Sets if a plugin must be enabled or not.
setEnabled(DefaultPluginId, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
Sets if a default plugin must be enabled or not.
setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets if tooltips are enabled.
setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets true if plugin is enabled.
setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets true if plugin is enabled.
setEnabled(AnimationCollectionKey, boolean) - Method in class org.pepstock.charba.client.options.Animations
Enables or disables an animation collection instance in the animation options.
setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Decimation
Sets true if decimation are enabled.
setEnabled(AnimationCollectionKey, boolean) - Method in interface org.pepstock.charba.client.options.IsAnimations
Enables or disables an animation collection instance in the animation options.
setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Major
If true, major tick options are used to show major ticks.
setEnabled(String, boolean) - Method in class org.pepstock.charba.client.options.Plugins
Sets if a global plugin must be enabled or not.
setEnabled(ConfigurationEnvelop<DefaultPluginId>, boolean) - Method in class org.pepstock.charba.client.options.Plugins
Sets if a default CHART.JS plugin must be enabled or not.
Callable only for chart configuration scope (no global or other).
setEnabled(Key, boolean, boolean) - Method in class org.pepstock.charba.client.options.Plugins
Sets if a global plugin must be enabled or not.
If overrideDefaultPlugin, passed as argument, is true that means this is called by configuration and it can enabled or disabled default plugins.
setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
Sets true if tooltips are enabled.
setEnabled(AnimationCollectionKey, boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
Enables or disables an animation collection instance in the animation options.
setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Drag
Sets true to enable element for drag zooming.
setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Pan
Sets true to enable pan element.
setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Pinch
Sets true to enable element for pinch zooming.
setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Wheel
Sets true to enable element for wheel zooming.
setEnabledAllCharts(String, boolean) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Setting false for plugin id, the global plugin is disable to all charts and to activate the plugin on a specific chart, is it enough to enable the plugin by options.
setEnd(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the end value of the axis
setEndValue(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the data value at which the line draw should end.
setEndValue(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the data value at which the line draw should end.
setEndValue(Date) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the data value at which the line draw should end.
setEndValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the callback to set the data value at which the line draw should end.
setEndValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the callback to set the data value at which the line draw should end.
setEndValue(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
Sets the end value retrieved from scale
setEnterCallback(EnterCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback called when a "enter" event is occurring.
setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the ENTER event (the mouse is moved over a label) handler.
setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
Sets the ENTER event (the mouse is moved over a label) handler.
setEnumerable(boolean) - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
Sets true if and only if this property shows up during enumeration of the properties on the corresponding object.
setEra(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the representation of the Era.
setEvent(AbstractNode, Key, ConfigurationEnvelop<CallbackProxy.Proxy>) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Adds a event proxy function to animation element instance.
setEvents(Event...) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the browser events that the chart should listen to.
setEvents(Event...) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the browser events that the legend should listen to.
setEvents(Event...) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the browser events that the tooltip should listen to.
setEvents(Event...) - Method in class org.pepstock.charba.client.options.Legend
Sets the browser events that the legend should listen to.
setEvents(Event...) - Method in class org.pepstock.charba.client.options.Options
Sets the browser events that the chart should listen to.
setEvents(Event...) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the browser events that the tooltip should listen to.
setEvents(Event...) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Sets the browser events that the plugins should listen to.
setEventToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.AbstractModel
Adds a proxy function (for events) to a model at the specific key.
setExternalCallback(TooltipExternalCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the user external callback instance.
setFamily(String) - Method in class org.pepstock.charba.client.configuration.Font
Sets the font family, follows CSS font-family options.
setFamily(String) - Method in class org.pepstock.charba.client.options.AbstractFont
 
setFamily(String) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
 
setFamily(String) - Method in class org.pepstock.charba.client.options.Font
Sets the font family, follows CSS font-family options.
setFamily(String) - Method in interface org.pepstock.charba.client.options.IsFont
Sets the font family, follows CSS font-family options.
setFill(boolean) - Method in class org.pepstock.charba.client.configuration.Line
Sets how to fill the area under the line.
setFill(int) - Method in class org.pepstock.charba.client.configuration.Line
Sets how to fill the area under the line, by absolute data set index.
setFill(String) - Method in class org.pepstock.charba.client.configuration.Line
Sets how to fill the area under the line, by relative data set index.
setFill(IsFill) - Method in class org.pepstock.charba.client.configuration.Line
Sets how to fill the area under the line.
setFill(FillCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill callback.
setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill callback.
setFill(boolean) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
 
setFill(IsFill) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
 
setFill(FillCallback) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
Sets the fill callback.
setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
Sets the fill callback.
setFill(IsFill) - Method in class org.pepstock.charba.client.data.ScatterDataset
 
setFill(FillCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
 
setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
 
setFill(boolean) - Method in class org.pepstock.charba.client.options.FillHandler
Sets how to fill the area under the line.
setFill(int) - Method in class org.pepstock.charba.client.options.FillHandler
Sets how to fill the area under the line, by absolute dataset index.
setFill(String) - Method in class org.pepstock.charba.client.options.FillHandler
Sets how to fill the area under the line, by relative dataset index.
setFill(IsFill) - Method in class org.pepstock.charba.client.options.FillHandler
Sets how to fill the area under the line.
setFill(boolean) - Method in interface org.pepstock.charba.client.options.HasFill
Sets how to fill the area under the line.
setFill(int) - Method in interface org.pepstock.charba.client.options.HasFill
Sets how to fill the area under the line, by absolute dataset index.
setFill(String) - Method in interface org.pepstock.charba.client.options.HasFill
Sets how to fill the area under the line, by relative dataset index.
setFill(IsFill) - Method in interface org.pepstock.charba.client.options.HasFill
Sets how to fill the area under the line.
setFillColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the filling styling is used for colors inside shapes.
setFillColor(IsColor) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the filling styling is used for colors inside shapes.
setFillGradient(CanvasGradientItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the filling styling is used for gradient style inside shapes.
setFillPattern(CanvasPatternItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the filling styling is used for pattern style inside shapes.
setFillStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the fill style of the legend box as color.
setFillStyle(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the fill style of the legend box as color.
setFillStyle(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the fill style of the legend box as canvas pattern.
setFillStyle(IsChart, Pattern) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the fill style of the legend box as pattern.
setFillStyle(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the fill style of the legend box as canvas gradient.
setFillStyle(IsChart, Gradient) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the fill style of the legend box as gradient.
setFilterCallback(LegendFilterCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the user filter callback instance.
setFilterCallback(TooltipFilterCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the user filter callback instance.
setFloatingData(double[][]) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the data property of a data set for a chart is specified as an array of arrays of doubles.
setFloatingData(FloatingData...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the data property of a data set for a chart is specified as an array of floating data.
setFloatingData(List<FloatingData>) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the data property of a data set for a chart is specified as an array of floating data.
setFont(FontCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the the font callback.
setFont(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the the font callback.
setFont(FontCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the the font callback.
setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the the font callback.
setFont(FontCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the font callback.
setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the font callback.
setFont(FontCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
Sets the font callback.
setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
Sets the font callback.
setFont(FontCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the the font callback.
setFont(FontCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the the font callback.
setFont(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the the font callback.
setFont(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'font' property in the element.
setFont(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the current text style to use when drawing text.
This string uses the same syntax as the CSS font specifier.
setFont(FontCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.Label
Sets the font callback.
setFont(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
Sets the font callback.
setFont(FontCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the font color callback.
setFont(FontCallback<T>) - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
Sets the font callback.
setFont(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
Sets the font callback.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets the font color to apply to the render of value.
setFontColor(ColorCallback<MeterContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets the callback to customize the font color for rendered label in the chart.
setFontColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the selection cleaner label font color.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Set the selection cleaner label font color.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the font color of the legend.
setFontColor(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Returns the font color of the legend.
setFontFamily(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the font family, follows CSS font-family label.
setFontFamily(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'fontFamily' property in the element.
setFontFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the font family, follows CSS font-family in selection cleaner.
setFontFamily(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the font family
setFontLineHeight(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the line height.
setFontLineHeight(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the line height.
setFontSize(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the font size.
setFontSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'fontSize' property in the element.
setFontSize(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the font size.
setFontSize(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the font size.
setFontSizeAdjust(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'fontSizeAdjust' property in the element.
setFontStretch(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'fontStretch' property in the element.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the font style, follows CSS font-style label (i.e.
setFontStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'fontStyle' property in the element.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the font style, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the font style.
setFontVariant(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'fontVariant' property in the element.
setFontWeight(Weight) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the font weight, follows CSS font-style-weight label.
setFontWeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'fontWeight' property in the element.
setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the footer alignment.
setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the footer alignment.
setFooterCallback(TooltipFooterCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Sets the user footer callback.
setFooterColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the footer font color.
setFooterColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the footer font color.
setFooterColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the footer font color.
setFooterColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the footer font color.
setFooterMarginTop(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the margin to add before drawing the footer.
setFooterMarginTop(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the margin to add before drawing the footer.
setFooterSpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the spacing to add to top and bottom of each footer line.
setFooterSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the spacing to add to top and bottom of each footer line.
setFormat(Key, String) - Method in class org.pepstock.charba.client.adapters.DefaultsFormatsOverrider
Sets the format by TimeUnit, overriding what is provided by adapter.
setFormatCallback(MeterFormatCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets the callback to customize the value string in the chart.
setFormatMatcher(FormatMatcher) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the format matching algorithm to use.
setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the formatter callback.
setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the formatter callback.
setFrom(boolean) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the end value for the animation as number.
setFrom(double) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the start value for the animation as number.
setFrom(String) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the start value for the animation as color string.
setFrom(IsColor) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the start value for the animation as color.
setFrom(FromCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the start value for the animation by a callback.
setFrom(NativeCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the start value for the animation by a callback.
setFullSize(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
Marks that this box should take the full width/height of the canvas (moving other boxes).
setFullSize(boolean) - Method in class org.pepstock.charba.client.configuration.Title
Marks that this box should take the full width/height of the canvas (moving other boxes).
setFullSize(FullSizeCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
Sets if marks that this box should take the full width/height of the canvas (moving other boxes) is shown by a callback.
setFullSize(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
Sets if marks that this box should take the full width/height of the canvas (moving other boxes) is shown by a callback.
setFullSize(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
Sets true if marks that this box should take the full width/height of the canvas (moving other boxes).
setFullSize(boolean) - Method in class org.pepstock.charba.client.options.Legend
Marks that this box should take the full width/height of the canvas (moving other boxes).
setFullSize(boolean) - Method in class org.pepstock.charba.client.options.Title
Marks that this box should take the full width/height of the canvas (moving other boxes).
setGrace(int) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
Sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
setGrace(int) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
setGraceAsPercentage(String) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
Sets the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
setGraceAsPercentage(String) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
setGrouped(boolean) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
setGrouped(boolean) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
setHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'height' property in the element.
setHeight(int) - Method in class org.pepstock.charba.client.dom.elements.Canvas
Sets a positive integer reflecting the height HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 150 is used.
setHeight(int) - Method in class org.pepstock.charba.client.dom.elements.Img
Sets the value that reflects the height attribute, indicating the rendered height of the image in CSS pixels.
setHeight(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
Sets the length of pixel of the hinted height of the cell.
setHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the height of selection cleaner element.
setHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the height of axis in pixel.
setHidden(boolean) - Method in class org.pepstock.charba.client.data.Dataset
Sets if the data set will appear or not.
setHitRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
Sets the pixel size of the non-displayed point that reacts to mouse events.
setHitRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the pixel size of the non-displayed point that reacts to mouse events.
setHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the hit radius callback.
setHitRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the hit radius callback.
setHitRadius(double) - Method in class org.pepstock.charba.client.options.Point
Sets the pixel size of the non-displayed point that reacts to mouse events.
setHour(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the representation of the Hour.
setHour12(boolean) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets whether to use 12-hour time (as opposed to 24-hour time).
setHourCycle(HourCycle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the hour cycle to use.
The DateTimeFormatOptions.setHour12(boolean) option takes precedence in case both options have been specified.
setHours(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
Deprecated.
As of JDK version 1.1.
setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the background color when hovered.
setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the background color when hovered.
setHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the hover background color callback.
setHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
Sets the hover background color callback.
setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the fill color of the arcs when hovered.
setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the fill color of the arcs when hovered as string.
setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the fill pattern of the arcs in the data set when hovered.
setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the fill gradient of the arcs in the data set when hovered.
setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill color of the elements when hovered.
setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill color of the elements when hovered.
setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill pattern of the elements when hovered.
setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill gradient of the elements when hovered.
setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color of the elements when hovered
setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color of the elements when hovered
setHoverBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill pattern of the elements when hovered.
setHoverBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill gradient of the elements when hovered.
setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the background color when hovered.
setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the background color when hovered.
setHoverBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets how the end points of every line are drawn, when element is hovered.
setHoverBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border cap style callback when element is hovered.
setHoverBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border cap style callback when element is hovered.
setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the border color when hovered.
setHoverBorderColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the border color when hovered.
setHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the hover border color callback.
setHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
Sets the hover border color callback.
setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the stroke color of the arcs when hovered as string.
setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the stroke color of the arcs when hovered as string.
setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the stroke gradient of the arcs in the data set when hovered as gradient.
setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke color of the elements when hovered.
setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke color of the elements when hovered.
setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke gradient of elements when hovered as gradient.
setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the stroke color of the elements when hovered
setHoverBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the stroke color of the elements when hovered
setHoverBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the stroke gradient of elements when hovered as gradient.
setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the border color when hovered.
setHoverBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the border color when hovered.
setHoverBorderDash(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern, when element is hovered.
setHoverBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash callback when element is hovered.
setHoverBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash callback when element is hovered.
setHoverBorderDashOffset(double) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the line dash pattern offset, when element is hovered.
setHoverBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash offset callback when element is hovered.
setHoverBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash offset callback when element is hovered.
setHoverBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter.
setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border join style callback when element is hovered.
setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border join style callback when element is hovered.
setHoverBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Bar
Sets the bar border radius (in pixels) when hovered.
setHoverBorderRadius(int...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the bar border radius (in pixels), when hovered.
setHoverBorderRadius(BarBorderRadius...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the bar border radius (in pixels), when hovered.
setHoverBorderRadius(List<BarBorderRadius>) - Method in class org.pepstock.charba.client.data.BarDataset
Sets Sets the bar border radius (in pixels), when hovered.
setHoverBorderRadius(int) - Method in class org.pepstock.charba.client.options.Bar
Sets the bar border radius (in pixels) when hovered.
setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
Sets the border width when hovered.
setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the stroke width of the elements when hovered.
setHoverBorderWidth(BarBorderWidth...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the stroke width of the bar in pixels, when hovered.
setHoverBorderWidth(List<BarBorderWidth>) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the stroke width of the bar in pixels, when hovered.
setHoverBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the hover border width callback.
setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the hover border width callback.
setHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the hover border width callback.
setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke width of the elements when hovered.
setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the stroke width of the elements when hovered.
setHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the hover border width callback.
setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the hover border width callback.
setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the border width when hovered.
setHoverOffset(int) - Method in class org.pepstock.charba.client.configuration.Arc
Sets the arc offset (in pixels) when hovered.
setHoverOffset(int...) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the arc offset (in pixels), when dataset if hovered.
setHoverOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the offset callback, when dataset is hovered.
setHoverOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the offset callback, when dataset is hovered.
setHoverOffset(int) - Method in class org.pepstock.charba.client.options.Arc
Sets the arc offset (in pixels) when hovered.
setHoverRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
Sets the radius of the point when hovered.
setHoverRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the radius of the point when hovered.
setHoverRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the hover radius callback.
setHoverRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the hover radius callback.
setHoverRadius(double) - Method in class org.pepstock.charba.client.options.Point
Sets the radius of the point when hovered.
setHtmlText(boolean) - Method in class org.pepstock.charba.client.configuration.LegendTitle
Sets true if the text of legend's titleis HTML.
This field is used ONLY by HtmlLegend plugin and not by CHART.js.
setHtmlText(boolean) - Method in interface org.pepstock.charba.client.items.HasLegendText
Sets true if the text of legend item is HTML.
This field is used ONLY by HtmlLegend plugin and not by CHART.js.
setHtmlText(boolean) - Method in class org.pepstock.charba.client.items.LegendTextHandler
Sets true if the text of legend item is HTML.
This field is used ONLY by HtmlLegend plugin and not by CHART.js.
setHttpEquiv(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
Sets the name of an HTTP response header to define for a document.
setId(String) - Method in class org.pepstock.charba.client.colors.CanvasObject.InternalGradient
Sets the canvas object id to CanvasGradientItem or CanvasPatternItem.
setId(String) - Method in class org.pepstock.charba.client.colors.CanvasObject
Sets the unique canvas object id.
setId(String) - Method in class org.pepstock.charba.client.dom.BaseElement
Sets the unique id of the element.
setId(ScaleId) - Method in class org.pepstock.charba.client.options.Scale
Sets the id of scale.
It is usually used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
setIgnoreFunctionContext(boolean) - Method in class org.pepstock.charba.client.commons.CallbackProxy
Sets true if the functional context must be ignored as argument to pass to callback.
setImage(Img) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the selection cleaner image.
setImage(Img) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the selection cleaner image.
setImageHeight(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the height of label content, when is set as Img, in pixels in order to scale the image when drawn.
setImageHeight(ImageSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the height of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
setImageHeight(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the height of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
setImageHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the height of image for selection cleaner element.
setImageHeightAsPercentage(String) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the height of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
setImages(Img...) - Method in class org.pepstock.charba.client.labels.Label
Sets the images when Render is Render.IMAGE.
setImages(Img...) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the images when Render is Render.IMAGE.
setImageWidth(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the width of label content, when is set as Img, in pixels in order to scale the image when drawn.
setImageWidth(ImageSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the width of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
setImageWidth(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the width of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
setImageWidth(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the width of image for selection cleaner element.
setImageWidthAsPercentage(String) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the width of label content, when is set as Img, in percentage (format is "{n}%") in order to scale the image when drawn.
setImageX(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the X point of image for selection cleaner element.
setImageY(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the Y point of image for selection cleaner element.
setIncludeBounds(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTick
If true, the defined min and maximum values should be presented as ticks even if they are not "nice"
setIncludeBounds(boolean) - Method in class org.pepstock.charba.client.options.Ticks
If true, the defined min and maximum values should be presented as ticks even if they are not "nice"
setIndex(int) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
Sets the index of the data element.
setIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the data set index of the chart (for POLAR and PIE charts).
setIndex(AbstractScale.Property, AbstractScale.Property, int) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the minimum item at passed index to display.
setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.BarOptions
Sets the base axis for the dataset.
Use IndexAxis.Y for horizontal bar.
setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.HorizontalBarOptions
 
setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.LineOptions
Sets the base axis for the dataset.
Use IndexAxis.Y for vertical line.
setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.VerticalLineOptions
 
setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the base axis for the data set.
Use IndexAxis.Y for horizontal bar.
setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.HorizontalBarDataset
 
setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the base axis for the data set.
setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.VerticalLineDataset
 
setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.options.Options
Sets the base axis for the dataset.
setInjected(boolean) - Static method in class org.pepstock.charba.client.resources.ResourcesType
Sets true if the resource has been injected.
setInner(double) - Method in class org.pepstock.charba.client.colors.Radius
Sets the inner radius of arc.
setInnerEnd(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
Sets the border radius for inner-end corner of the arc, in pixel.
setInnerHTML(String) - Method in class org.pepstock.charba.client.dom.BaseElement
Sets the markup of the element's content..
setInnerStart(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
Sets the border radius for inner-start corner of the arc, in pixel.
setInnerText(String) - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Sets the "rendered" text content of a node and its descendants.
As a getter, it approximates the text the user would get if they highlighted the contents of the element with the cursor and then copied it to the clipboard.
setInternalAxes(Scale...) - Method in class org.pepstock.charba.client.options.ExtendedScales
Sets all axes of chart.
Implemented to reduce the complexity of setAxes public method.
setInternalBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the border width callback.
setInternalBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
Sets the border width callback.
setInternalCallbackToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.AbstractNode
Adds a proxy function to a model at the specific key.
setInternalCallbackToModel(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.AbstractNode
Adds a native callback function to a model at the specific key.
setInternalDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.data.Dataset
Sets the data property of a data set for a chart is specified as an array of data points.
setInternalDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the data property of a data set for a chart is specified as an array of data points.
setInternalHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the hover border width callback.
setInternalHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
Sets the hover border width callback.
setInternalTimeSeriesItems(TimeSeriesItem...) - Method in class org.pepstock.charba.client.data.Dataset
Sets the data property of a data set for a chart is specified as an array of time series item.
setInternalTimeSeriesItems(List<TimeSeriesItem>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the data property of a data set for a chart is specified as an array of time series items.
setInternalValue(Position, boolean) - Method in class org.pepstock.charba.client.data.Clip
Sets false disabling clip for passed position but if true is passed, removes the previous value if boolean, using the default number.
setIntersect(boolean) - Method in class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
if true, the hover mode only applies when the mouse position intersects an item on the chart.
setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Hover
if true, the hover mode only applies when the mouse position intersects an item on the chart.
setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Interaction
if true, the hover mode only applies when the mouse position intersects an item on the chart.
setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
if true, the tooltip mode applies only when the mouse position intersects with an element.
setIntersect(boolean) - Method in class org.pepstock.charba.client.options.AbstractInteraction
if true, the hover mode only applies when the mouse position intersects an item on the chart.
setInterval(Window.AsyncCallback, int) - Static method in class org.pepstock.charba.client.utils.Window
Sets a timer which executes repeatedly calls a function with a fixed time delay between each call.
It returns an interval ID which uniquely identifies the interval.
setIsoWeekday(IsoWeekDay) - Method in class org.pepstock.charba.client.configuration.Time
Sets the ISO day of the week.
setIsoWeekday(IsoWeekDay) - Method in class org.pepstock.charba.client.options.Time
Sets the ISO day of the week.
setItemSortCallback(LegendItemSortCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the user item sort callback instance.
setItemSortCallback(TooltipItemSortCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the user item sort callback instance.
setKeyPrefix(String) - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
Sets the key prefix for caching.
setLabel(String) - Method in class org.pepstock.charba.client.data.Dataset
Sets the label for the data set which appears in the legend and tooltips.
setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the selection cleaner label.
setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the selection cleaner label.
setLabelCallback(TooltipLabelCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Sets the user label callback.
setLabelHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the height of label for selection cleaner element.
setLabelOffset(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
Sets the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
setLabelOffset(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
setLabelRotation(double) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the label rotation value
setLabels(String...) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Sets an array of labels to display.
setLabels(List<String>) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Sets an array of labels to display.
setLabels(Labels) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Sets the labels of the data.
setLabels(String...) - Method in interface org.pepstock.charba.client.data.HasLabels
Sets the labels of the data.
setLabels(List<String>) - Method in interface org.pepstock.charba.client.data.HasLabels
Sets the labels of the data.
setLabels(Labels) - Method in interface org.pepstock.charba.client.data.HasLabels
Sets the labels of the data.
setLabels(Labels) - Method in class org.pepstock.charba.client.data.LabelsHandler
Sets the labels of the data.
setLabels(String...) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the labels of the data.
setLabels(Labels) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the labels of the data.
setLabelsCallback(LegendLabelsCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the user callback instance to generate labels.
setLabelWidth(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the width of label for selection cleaner element.
setLabelX(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the X point of label for selection cleaner element.
setLabelY(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the Y point of label for selection cleaner element.
setLayoutPadding(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the chart layout padding reserve for selection cleaner element.
setLeaveCallback(LeaveCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the callback called when a "leave" event is occurring.
setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the LEAVE event (the mouse is moved out of a label) handler.
setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
Sets the LEAVE event (the mouse is moved out of a label) handler.
setLeft(double) - Method in class org.pepstock.charba.client.colors.Area
Sets the left coordinate.
setLeft(int) - Method in class org.pepstock.charba.client.configuration.Padding
Sets the padding left in pixel.
setLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width left in pixel.
setLeft(double) - Method in class org.pepstock.charba.client.data.Clip
Sets the clip left.
setLeft(boolean) - Method in class org.pepstock.charba.client.data.Clip
Sets the clip left.
setLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'left' property in the element.
setLeft(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
Sets the left.
setLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the left location in pixel
setLeft(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
Sets the padding left in pixel.
setLeft(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
 
setLeft(int) - Method in interface org.pepstock.charba.client.options.IsPadding
Sets the padding left in pixel.
setLeft(int) - Method in class org.pepstock.charba.client.options.Padding
Sets the padding left in pixel.
setLegendItem(LegendLabelItem) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
Sets the legend item instance, needed to create the point style for legend.
setLegendItemCallback(HtmlLegendItemCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.
setLegendTitleCallback(HtmlLegendTitleCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Sets the callback which can be implemented to change the text of legend's title, as HTML.
setLineCap(CapStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the lineCap, to determine the shape used to draw the end points of lines.
setLineCap(CapStyle) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the shape used to draw the end points of lines.
setLineCap(CapStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets how the end points of every box border are drawn.
setLineDash(ArrayInteger) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the line dash pattern used when stroking lines.
It uses an array of values that specify alternating lengths of lines and gaps which describe the pattern.
setLineDash(int...) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the line dash pattern used when stroking lines.
It uses an array of values that specify alternating lengths of lines and gaps which describe the pattern.
setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the line dash pattern used when stroking lines.
It uses a list of values that specify alternating lengths of lines and gaps which describe the pattern.
setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setLineDashOffset(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the line dash offset, or "phase.".
Specifies where to start a dash array on a line.
setLineDashOffset(double) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the box border dash pattern offset.
setLineHeight(double) - Method in class org.pepstock.charba.client.configuration.Font
Sets the line height.
setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.Font
Sets the line height.
setLineHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'lineHeight' property in the element.
setLineHeight(double) - Method in class org.pepstock.charba.client.options.AbstractFont
 
setLineHeight(String) - Method in class org.pepstock.charba.client.options.AbstractFont
 
setLineHeight(double) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
 
setLineHeight(String) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
 
setLineHeight(double) - Method in class org.pepstock.charba.client.options.Font
Sets the line height.
setLineHeight(String) - Method in class org.pepstock.charba.client.options.Font
Sets the line height.
setLineHeight(double) - Method in interface org.pepstock.charba.client.options.IsFont
Sets the line height.
setLineHeight(String) - Method in interface org.pepstock.charba.client.options.IsFont
Sets the line height.
setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the lineJoin, to determine the shape used to join two line segments where they meet.
setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the type of corners where two lines meet.
setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
setLineWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Sets the line width callback instance.
setLineWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
Sets the line width callback instance.
setLineWidth(int...) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the stroke widths of grid.
setLineWidth(int) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the width of angled lines.
setLineWidth(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the thickness of lines.
setLineWidth(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the width of box border in pixels.
setLineWidth(int) - Method in class org.pepstock.charba.client.options.AngleLines
Sets the width of angled lines.
setLineWidth(int...) - Method in class org.pepstock.charba.client.options.Grid
Sets the stroke widths of grid.
setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Adds a event handler instance as listener for all events.
setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Adds a event handler instance as listener for all events.
setLocale(CLocale) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.
setLocale(CLocale) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the locale instance for internationalization.
setLocale(CLocale) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.
setLocale(CLocale) - Method in class org.pepstock.charba.client.options.Options
Sets the locale instance for internationalization.
setLocale(CLocale) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.
setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the locale matching algorithm to use.
setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
Sets the locale matching algorithm to use.
setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the locale matching algorithm to use.
setLocaleMatcher(LocaleMatcher) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the locale matching algorithm to use.
setLoop(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
If set to true, loops the animations endlessly.
setLoop(LoopCallback) - Method in class org.pepstock.charba.client.configuration.Animation
Sets to loop the animations endlessly by a callback.
setLoop(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
Sets to loop the animations endlessly by a callback.
setLoop(boolean) - Method in class org.pepstock.charba.client.options.AbstractAnimation
If set to true, loops the animations endlessly.
setLoop(LoopCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets to loop the animations endlessly by a callback.
setLoop(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
Sets to loop the animations endlessly by a callback.
setLoop(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
If set to true, loops the animations endlessly.
setLoop(LoopCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets to loop the animations endlessly by a callback.
setLoop(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
Sets to loop the animations endlessly by a callback.
setLoop(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
If set to true, loops the animations endlessly.
setLoop(LoopCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
 
setLoop(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
 
setLoop(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
If set to true, loops the animations endlessly.
setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.options.Options
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
setMargin(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'margin' property in the element.
setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the margin from canvas border.
setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the margin from canvas border.
setMarginBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'marginBottom' property in the element.
setMarginLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'marginLeft' property in the element.
setMarginRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'marginRight' property in the element.
setMarginTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'marginTop' property in the element.
setMax(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Sets the maximum item to display.
setMax(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
If defined, this will override the data maximum.
setMax(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMax(String) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the maximum value of axis
setMax(double) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the maximum value of axis
setMax(Date) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the maximum value of axis
setMax(double) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMax(Date) - Method in class org.pepstock.charba.client.options.AbstractScale
If defined, this will override the data maximum.
setMax(String) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMax(double) - Method in class org.pepstock.charba.client.zoom.ScaleRange
Sets the maximum value of range.
setMaxBarThickness(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this.
setMaxBarThickness(int) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
setMaxBarThickness(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
setMaxHeight(int) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the maximum height of the legend, in pixels.
setMaxHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'maxHeight' property in the element.
setMaxHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the max height of the axis in pixel
setMaxHeight(int) - Method in class org.pepstock.charba.client.options.Legend
Sets the maximum height of the legend, in pixels.
setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20.
setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20.
setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20.
setMaximumFractionDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20.
setMaximumLegendColumns(int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
Sets the maximum amount of columns of legend.
setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21.
setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21.
setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21.
setMaximumSignificantDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21.
setMaxIndex(int) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Sets the maximum item at passed index to display.
setMaxIndex(int) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the maximum item at passed index to display.
setMaxRotation(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
Sets the maximum rotation for tick labels when rotating to condense labels.
setMaxRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the maximum rotation for tick labels when rotating to condense labels.
Note: Rotation doesn't occur until necessary.
Note: Only applicable to horizontal scales.
setMaxTicksLimit(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the maximum number of ticks and grid to show.
setMaxTicksLimit(MaxTicksLimitCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the maxTicksLimit callback instance.
setMaxTicksLimit(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the maxTicksLimit callback instance.
setMaxTicksLimit(MaxTicksLimitCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Sets the maxTicksLimit callback instance.
setMaxTicksLimit(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Sets the maxTicksLimit callback instance.
setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the maximum number of ticks and grid to show.
setMaxWidth(int) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the maximum width of the legend, in pixels.
setMaxWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'maxWidth' property in the element.
setMaxWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the max width of axis in pixel.
setMaxWidth(int) - Method in class org.pepstock.charba.client.options.Legend
Sets the maximum width of the legend, in pixels.
setMin(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Sets the minimum item to display.
setMin(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
If defined, this will override the data minimum.
setMin(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMin(String) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the minimum value of axis
setMin(double) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the minimum value of axis
setMin(Date) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the minimum value of axis
setMin(double) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMin(Date) - Method in class org.pepstock.charba.client.options.AbstractScale
If defined, this will override the data minimum.
setMin(String) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMin(double) - Method in class org.pepstock.charba.client.zoom.ScaleRange
Sets the minimum value of range.
setMinBarLength(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
Set this to ensure that bars have a minimum length in pixels.
setMinBarLength(int) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
Set this to ensure that bars have a minimum length in pixels.
setMinBarLength(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
Set this to ensure that bars have a minimum length in pixels.
setMinHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'minHeight' property in the element.
setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20.
setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20.
setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20.
setMinimumFractionDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20.
setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21.
setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21.
setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21.
setMinimumIntegerDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21.
setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21.
setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21.
setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21.
setMinimumSignificantDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21.
setMinIndex(int) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Sets the minimum item at passed index to display.
setMinIndex(int) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the minimum item at passed index to display.
setMinRange(double) - Method in class org.pepstock.charba.client.zoom.ScaleLimit
Sets the minimum allowed range.
This defines the max zoom level.
setMinRotation(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
Sets the minimum rotation for tick labels.
setMinRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the minimum rotation for tick labels.
Note: Only applicable to horizontal scales.
setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
The minimum display format to be used for a time unit.
setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
Sets the minimum display format to be used for a time unit.
setMinute(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the representation of the Minute.
setMinutes(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
Deprecated.
As of JDK version 1.1.
setMinWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'minWidth' property in the element.
setMirror(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTick
Sets the flips tick labels around axis, displaying the labels inside the chart instead of outside.
setMirror(boolean) - Method in class org.pepstock.charba.client.options.Ticks
Sets the flips tick labels around axis, displaying the labels inside the chart instead of outside.
Note: Only applicable to vertical scales.
setMiterLimit(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the miter limit ratio.
setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Hover
Sets which elements appear in the tooltip.
setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Interaction
Sets which elements appear in the tooltip.
setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets which elements appear in the tooltip.
setMode(InteractionMode) - Method in class org.pepstock.charba.client.options.AbstractInteraction
Sets which elements appear in the tooltip.
setMode(InteractionAxis) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets the element (panning or zooming) directions.
setMode(ModeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets the element (panning or zooming) directions callback, to set the mode at runtime.
setMode(NativeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets the element (panning or zooming) directions callback, to set the mode at runtime.
setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Pan
Sets the modifier key to activate panning.
setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Wheel
Sets the modifier key to activate zooming by wheeling.
setMonth(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
Deprecated.
As of JDK version 1.1.
setMonth(MixedItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the representation of the Month.
setMultiBorderSkipped(BorderSkipped...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the edges to skip drawing the border for.
setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
setMustKeepDefaultsAligned(boolean) - Static method in class org.pepstock.charba.client.intl.CLocale
Sets true if the default locale must kept aligned with the Options.setLocale(CLocale).
setName(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
Sets the name of a meta-data property to define for a document.
setNewId(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
Creates new internal id in the native object container.
setNewIncrementalId() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Stores new incremental id if not previously stored.
setNewIncrementalId(String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Stores new incremental id if not previously stored.
setNodeValue(String) - Method in class org.pepstock.charba.client.dom.BaseNode
Sets the value of the current node.
setNotation(Notation) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the formatting that should be displayed for the number.

PAY ATTENTION
This method is not supported on Safari.
setNotation(Notation) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the formatting that should be displayed for the number.

PAY ATTENTION
This method is not supported on Safari.
setNotation(Notation) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the formatting that should be displayed for the number.

PAY ATTENTION
This method is not supported on Safari.
setNotation(Notation) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the formatting that should be displayed for the number.

PAY ATTENTION
This method is not supported on Safari.
setNoWrap(boolean) - Method in class org.pepstock.charba.client.dom.elements.TableCell
Sets the value reflecting the nowrap attribute and indicating if cell content can be broken in several lines.
setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON.
setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the numbering system to use.
setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON.
setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
Sets the numbering system to use.
setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the numbering system to use.
setNumberingSystem(NumberingSystem) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the numbering system to use.
setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON.
setObjects(Dataset.CanvasObjectKey, ArrayObject, String) - Method in class org.pepstock.charba.client.data.AbstractContainer
Stores and array of canvas object in the native java script object.
setOffset(int) - Method in class org.pepstock.charba.client.configuration.Arc
Sets the arc offset (in pixels).
setOffset(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
This is set to true in the bar chart by default.
setOffset(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default.
setOffset(int...) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the arc offset (in pixels).
setOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the offset callback.
setOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the offset callback.
setOffset(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the distance (in pixels) to pull the label away from the anchor point.
setOffset(OffsetCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the offset callback.
setOffset(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the distance (in pixels) to pull the label away from the anchor point.
setOffset(OffsetCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the offset callback.
setOffset(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the offset callback.
setOffset(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
setOffset(int) - Method in class org.pepstock.charba.client.options.Arc
Sets the arc offset (in pixels).
setOffset(boolean) - Method in class org.pepstock.charba.client.options.Grid
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default.
setOnlyYAxis(boolean) - Method in class org.pepstock.charba.client.configuration.StackedScales
Sets true if there is only a Y axis, otherwise false.
setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the opacity.
setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the opacity callback.
setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the opacity.
setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the opacity callback.
setOpacity(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the opacity callback.
setOpacity(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'opacity' property in the element.
setOptions(NativeObject) - Method in class org.pepstock.charba.client.Chart
Sets new options node, as native object, for updating a existing chart.
setOptions(T) - Method in class org.pepstock.charba.client.configuration.Plugins
Sets the plugin options.
setOptions(String, T) - Method in class org.pepstock.charba.client.configuration.Plugins
Sets the plugin options.
If passed options is null, the configuration of plugin will be removed.
setOptions(NativeObject) - Method in class org.pepstock.charba.client.Configuration
Sets the options of chart by the options property in the native object.
setOptions(IsChart, T) - Method in class org.pepstock.charba.client.Configuration
Sets the options of the chart.
setOptions(T) - Method in class org.pepstock.charba.client.data.Dataset
Sets the plugin options.
setOptions(String, T) - Method in class org.pepstock.charba.client.data.Dataset
Sets the plugin data set configuration.
If data set configuration options is null, the configuration of plugin will be removed.
setOptions(T) - Method in class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
 
setOptions(String, T) - Method in class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
 
setOptions(T) - Method in class org.pepstock.charba.client.options.Plugins
Sets the plugin options.
setOptions(String, T) - Method in class org.pepstock.charba.client.options.Plugins
Sets the plugin options.
If passed options is null, the configuration of plugin will be removed.
setOptionsBuilder(DataLabelsOptionsBuilder) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the DataLabelsPlugin.ID label builder.
setOptionsBuilder(LabelsOptionsBuilder) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the LabelsPlugin.ID label builder.
setOrder(int) - Method in interface org.pepstock.charba.client.data.HasOrder
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
setOrder(int) - Method in class org.pepstock.charba.client.data.OrderHandler
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
setOuter(double) - Method in class org.pepstock.charba.client.colors.Radius
Sets the outer radius if an arc.
setOuterEnd(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
Sets the border radius for outer-end corner of the arc, in pixel.
setOuterStart(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
Sets the border radius for outer-start corner of the arc, in pixel.
setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available.
setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available.
setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available.
setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.Label
Sets the padding when position is Position.OUTSIDE.
setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the padding when position is Position.OUTSIDE.
setOverflow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'overflow' property in the element.
setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.Label
Sets if draws label even it's overlap.
setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets if draws label even it's overlap.
setOverScaleMode(InteractionAxis) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
If under mouse hasn't scale, then return all other scales which 'mode' is different with overScaleMode.
So 'overScaleMode' works as a limiter to scale the user-selected scale (in 'mode') only when the cursor is under the scale, and other directions in 'mode' works as before.
setOverScaleMode(ModeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
setOverScaleMode(NativeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
setPadding(PaddingCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Layout
Sets the padding callback.
setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Layout
Sets the padding callback.
setPadding(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the padding to apply around labels.
setPadding(int) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the padding between chart and point labels, in pixels.
setPadding(SimplePaddingCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the the padding callback.
setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the the padding callback.
setPadding(int) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the padding between the tick label and the axis.
setPadding(PaddingCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
Sets the padding callback.
setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
Sets the padding callback.
setPadding(PaddingCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the padding callback.
setPadding(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the padding size to all dimensions.
setPadding(PaddingCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the padding callback.
setPadding(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the padding callback.
setPadding(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'padding' property in the element.
setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the padding of selection cleaner element.
setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the padding of selection cleaner element.
setPadding(PaddingCallback<T>) - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
Sets the padding callback.
setPadding(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
Sets the padding callback.
setPadding(int) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the padding to apply around labels.
setPadding(int) - Method in class org.pepstock.charba.client.options.PointLabels
Sets the padding between chart and point labels, in pixels.
setPadding(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the padding between the tick label and the axis.
When set on a vertical axis, this applies in the horizontal (X) direction.
When set on a horizontal axis, this applies in the vertical (Y) direction.
setPaddingBottom(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the padding bottom in pixel.
setPaddingBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'paddingBottom' property in the element.
setPaddingBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the padding bottom in pixel
setPaddingLeft(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the padding left in pixel.
setPaddingLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'paddingLeft' property in the element.
setPaddingLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the padding left in pixel
setPaddingRight(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the padding right in pixel.
setPaddingRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'paddingRight' property in the element.
setPaddingRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the padding right in pixel
setPaddingTop(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the padding top in pixel.
setPaddingTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'paddingTop' property in the element.
setPaddingTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the padding top in pixel
setParentDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
Sets the draw time defined as default in the options from the parent.
setParentDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the draw time defined as default in the options from the parent.
setParser(String) - Method in class org.pepstock.charba.client.configuration.Time
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
setParser(String) - Method in class org.pepstock.charba.client.options.Time
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
setPercentageThreshold(boolean) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Sets true if percentage threshold is used, otherwise false.
setPlugins(ArrayObject) - Method in class org.pepstock.charba.client.Configuration
Sets the inline plugins of chart by the plugins property in the native object.
setPlugins(IsChart, Plugins) - Method in class org.pepstock.charba.client.Configuration
Sets the plugins of chart.
setPointBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color for points.
setPointBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color for points.
setPointBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the gradients for points.
setPointBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point background color callback.
setPointBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point background color callback.
setPointBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border color for points.
setPointBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border color for points.
setPointBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border gradient for points.
setPointBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border color callback.
setPointBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border color callback.
setPointBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the width of the point border in pixels.
setPointBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border width callback.
setPointBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border width callback.
setPointHitRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the pixel size of the non-displayed point that reacts to mouse events.
setPointHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hit radius callback.
setPointHitRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hit radius callback.
setPointHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point background color when hovered.
setPointHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover background color when hovered.
setPointHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point background gradient when hovered.
setPointHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover background color callback.
setPointHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover background color callback.
setPointHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border color when hovered.
setPointHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border color when hovered.
setPointHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border gradient when hovered.
setPointHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover border color callback.
setPointHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover border color callback.
setPointHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border width of point when hovered.
setPointHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover border width callback.
setPointHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover border width callback.
setPointHoverRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the radius of the point when hovered.
setPointHoverRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover radius callback.
setPointHoverRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover radius callback.
setPointRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the radius of the point shape.
If set to 0, the point is not rendered.
setPointRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point radius callback.
setPointRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point radius callback.
setPointRotation(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the rotation of the point in degrees.
setPointRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point rotation callback.
setPointRotation(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point rotation callback.
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the point style as shape of the tile.
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Bar
Sets the style of the point.
setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.Bar
Sets the style of the point as image .
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the style of the legend, overriding point style from dataset.
Only applies if LegendLabels.setUsePointStyle(boolean) is set to true.
setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the style of the legend, overriding point style from dataset, as image.
Only applies if LegendLabels.setUsePointStyle(boolean) is set to true.
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Point
Sets the style of the point.
setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.Point
Sets the style of the point as image .
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the style of the point for legend.
setPointStyle(Img) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the style of the point for legend as image.
setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the point style callback.
setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the point style callback.
setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the style of the point.
setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the point style callback.
setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the point style callback.
setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the style of the point.
setPointStyle(Img...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the style of the point as image.
setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point style callback.
setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point style callback.
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the style of the legend box (only used if usePointStyle is true)
setPointStyle(Img) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the style (as image) of the legend box (only used if usePointStyle is true)
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
Sets the style of the point.
setPointStyle(Img) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
Sets the style of the point as image.
setPointStyle(PointStyle) - Method in interface org.pepstock.charba.client.options.HasPointStyle
Sets the style of the point.
setPointStyle(Img) - Method in interface org.pepstock.charba.client.options.HasPointStyle
Sets the style of the point as image.
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.options.PointStyleHandler
Sets the style of the point.
setPointStyle(Img) - Method in class org.pepstock.charba.client.options.PointStyleHandler
Sets the style of the point as image.
setPosition(LabelPosition) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the anchor position of label on line.
setPosition(LabelPositionCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the anchor position of label on line.
setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the anchor position of label on line.
setPosition(AxisPosition) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
setPosition(Position) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the position of the legend.
setPosition(Position) - Method in class org.pepstock.charba.client.configuration.Title
Sets the position of title.
setPosition(PositionCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
Sets the position callback.
setPosition(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
Sets the position callback.
setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the mode for positioning the tooltip.
setPosition(Position) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'position' property in the element.
setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the selection cleaner label position.
setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the selection cleaner label position.
setPosition(Position) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the position of axis
setPosition(Position) - Method in class org.pepstock.charba.client.labels.Label
+ Sets the position to draw label.
setPosition(Position) - Method in class org.pepstock.charba.client.labels.LabelBuilder
+ Sets the position to draw label.
setPosition(Position) - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
Sets the position of element.
setPosition(AxisPosition) - Method in class org.pepstock.charba.client.options.AbstractScale
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the mode for positioning the tooltip.
setPrecision(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
setPrecision(PrecisionCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the precision callback instance.
setPrecision(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the precision callback instance.
setPrecision(PrecisionCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Sets the precision callback instance.
setPrecision(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Sets the precision callback instance.
setPrecision(int) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets the decimal places to apply to render the value.
setPrecision(int) - Method in class org.pepstock.charba.client.labels.Label
Sets the precision for percentage.
setPrecision(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the precision for percentage.
setPrecision(int) - Method in class org.pepstock.charba.client.options.Ticks
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
setProgressCallback(ProgressCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets the callback called while the user is zooming or panning.
setPropagate(boolean) - Method in class org.pepstock.charba.client.configuration.Filler
Sets true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
setPropagate(boolean) - Method in class org.pepstock.charba.client.options.Filler
Sets true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
setProperties(AnimationPropertyKey...) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the properties to be defined in the the animation collection.
setProperties(List<AnimationPropertyKey>) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the properties to be defined in the the animation collection.
setR(double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets the bubble radius in pixels (not scaled).
It is not scaled by the chart, it is the raw radius in pixels of the bubble that is drawn on the canvas.
setRadius(double) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the radius of the point shape.
If set to 0, the point is not rendered.
setRadius(RadiusCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the callback to set the radius.
setRadius(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the callback to set the radius.
setRadius(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Sets the outer radius of the chart.
As Double, it is considered to be pixels.
setRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
Sets the radius of the point shape.
If set to 0, the point is not rendered.
setRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the radius of the point shape.
If set to 0, the point is not rendered.
setRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the radius callback.
setRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the radius callback.
setRadius(double) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
Sets the radius of the tile for point style legend.
setRadius(double) - Method in class org.pepstock.charba.client.options.Options
Sets the outer radius of the chart.
As Double, it is considered to be pixels.
setRadius(double) - Method in class org.pepstock.charba.client.options.Point
Sets the radius of the point shape.
If set to 0, the point is not rendered.
setRadiusPercentage(String) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Sets the outer radius of the chart.
As String and ending with '%', percentage of the maximum radius.
setRadiusPercentage(String) - Method in class org.pepstock.charba.client.options.Options
Sets the outer radius of the chart.
As String and ending with '%', percentage of the maximum radius.
setRegion(Region) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
Sets the region to use for locale.
setRejectedCallback(RejectedCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets the callback called once zooming or panning is rejected.
setRender(Render) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets the render type of data in chart.
setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the selection cleaner render.
setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the selection cleaner render.
setRender(Render) - Method in class org.pepstock.charba.client.labels.Label
Sets what data must be showed.
setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.Label
Sets the render callback.
setRender(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
Sets the render callback.
setRender(Render) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets what data must be showed.
setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the render callback.
setResizeDelay(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
setResizeDelay(int) - Method in class org.pepstock.charba.client.options.Options
Sets the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
setResources(ChartEnvelop<T>) - Static method in class org.pepstock.charba.client.resources.ResourcesType
Sets the resources type to use to inject java script code.
If the resources type was already set or if is null an exception will be throw.
This is deprecated, use Charba.
setResponsive(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the resizing of the chart canvas when its container does.
setResponsive(boolean) - Method in class org.pepstock.charba.client.options.Options
Sets the resizing of the chart canvas when its container does.
setReverse(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the reverses order of tick labels.
setReverse(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the legend will show datasets in reverse order.
setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
If set to true, the order of the colors in the selected scheme is reversed.
setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
If set to true, the order of the colors in the selected scheme is reversed.
setReverse(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the reverses order of tick labels.
setReverse(boolean) - Method in class org.pepstock.charba.client.options.Legend
Sets the legend will show datasets in reverse order.
setRight(double) - Method in class org.pepstock.charba.client.colors.Area
Sets the right coordinate.
setRight(int) - Method in class org.pepstock.charba.client.configuration.Padding
Sets the padding right in pixel.
setRight(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width right in pixel.
setRight(double) - Method in class org.pepstock.charba.client.data.Clip
Sets the clip right.
setRight(boolean) - Method in class org.pepstock.charba.client.data.Clip
Sets the clip right.
setRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'right' property in the element.
setRight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
Sets the right.
setRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the right location in pixel
setRight(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
Sets the padding right in pixel.
setRight(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
 
setRight(int) - Method in interface org.pepstock.charba.client.options.IsPadding
Sets the padding right in pixel.
setRight(int) - Method in class org.pepstock.charba.client.options.Padding
Sets the padding right in pixel.
setRotation(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the rotation of label in degrees.
setRotation(RotationCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the rotation of label in degrees.
setRotation(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the rotation of label in degrees.
setRotation(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Sets the starting angle to draw arcs from.
setRotation(double) - Method in class org.pepstock.charba.client.configuration.Point
Sets the point rotation (in degrees).
setRotation(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the rotation of the point in degrees.
setRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the rotation callback.
setRotation(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the rotation callback.
setRotation(double) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the starting angle to draw arcs from.
setRotation(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
setRotation(RotationCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the rotation callback.
setRotation(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
setRotation(RotationCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the rotation callback.
setRotation(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the rotation callback.
setRotation(double) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the rotation of the point in degrees (only used if usePointStyle is true).
setRotation(double) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
Sets the rotation of label in degrees.
setRotation(double) - Method in class org.pepstock.charba.client.options.Options
Sets the starting angle to draw arcs from.
setRotation(double) - Method in class org.pepstock.charba.client.options.Point
Sets the point rotation (in degrees).
setRound(boolean) - Method in class org.pepstock.charba.client.configuration.Time
If defined, dates will be rounded to the start of this unit.
setRound(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
If defined, dates will be rounded to the start of this unit.
setRound(boolean) - Method in class org.pepstock.charba.client.options.Time
If defined, dates will be rounded to the start of this unit.
setRound(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
If defined, dates will be rounded to the start of this unit.
setRowSpan(int) - Method in class org.pepstock.charba.client.dom.elements.TableCell
Sets the value indicating the number of rows this cell must span; this lets a cell occupy space across multiple rows of the table.
setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
Sets true for rendering the legends from right to left.
setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets true for rendering the tooltips from right to left.
setRtl(boolean) - Method in interface org.pepstock.charba.client.options.HasTextDirection
Sets true for rendering the tooltips from right to left.
setRtl(boolean) - Method in class org.pepstock.charba.client.options.TextDirectionHandler
Sets true for rendering the tooltips from right to left.
setSamples(double) - Method in class org.pepstock.charba.client.configuration.Decimation
If the DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
setSamples(double) - Method in class org.pepstock.charba.client.options.Decimation
If the DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
setSampleSize(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
Sets the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
setSampleSize(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
setScaleID(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the ID of the scale to bind onto.
setScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the ID of the scale to bind onto.
setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Sets the color scheme.
setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
Sets the color scheme.
setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
setScript(Script) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
Sets the script code of the locale.
setSecond(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the representation of the Second.
setSeconds(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
Deprecated.
As of JDK version 1.1.
setShadowBlur(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the amount of blur applied to shadows.
setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.Label
Sets the text shadow intensity.
setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the text shadow intensity.
setShadowColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the color of shadows.
The shadow's rendered opacity will be affected by the opacity of the fillStyle color when filling, and of the strokeStyle color when stroking.
setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.Label
Sets the text shadow color as color.
setShadowColor(String) - Method in class org.pepstock.charba.client.labels.Label
Sets the text shadow color as string.
setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the text shadow color as color.
setShadowColor(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the text shadow color as string.
setShadowOffsetX(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the distance that shadows will be offset horizontally.
setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.Label
Sets the text shadow X offset.
setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the text shadow X offset.
setShadowOffsetY(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the distance that shadows will be offset vertically.
setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.Label
Sets the text shadow Y offset.
setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the text shadow Y offset.
setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the shape of the tile.
setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the shape of the tile.
setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the shape color of tile.
setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the shape color of tile.
setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the shape color of tile.
setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the shape color of tile.
setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.Label
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.configuration.Tick
If true, draw a background behind the tick labels.
setShowLabelBackdrop(ShowLabelBackdropCallback) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the show label backdrop callback instance.
setShowLabelBackdrop(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the show label backdrop callback instance.
setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.options.Ticks
If true, draw a background behind the tick labels.
setShowLine(boolean) - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
If false, the lines between points are not drawn.
setShowLine(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
Sets if the line is not drawn for this dataset.
setShowLine(boolean) - Method in class org.pepstock.charba.client.options.Options
If false, the lines between points are not drawn.
setShowLine(boolean) - Method in class org.pepstock.charba.client.options.TypedDataset
Sets if the line is not drawn for this data set.
setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.Label
Sets whether or not labels of value 0 are displayed.
setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets whether or not labels of value 0 are displayed.
setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets when to display the sign for the number.

PAY ATTENTION
This method is not supported on Safari.
setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets when to display the sign for the number.

PAY ATTENTION
This method is not supported on Safari.
setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets when to display the sign for the number.

PAY ATTENTION
This method is not supported on Safari.
setSignDisplay(SignDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets when to display the sign for the number.

PAY ATTENTION
This method is not supported on Safari.
setSingleBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the edge to skip drawing the border for.
setSingleStacked(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
Sets if you might want to stack positive and negative values together.
setSingleStacked(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets if you might want to stack positive and negative values together.
setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the size of the tile, minimum size is the default size.
setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the size of the tile, minimum size is the default size.
setSize(int) - Method in class org.pepstock.charba.client.configuration.Font
Sets the font size.
setSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'size' property in the element.
setSize(int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
Sets the size of the tile for point style legend.
setSize(int) - Method in class org.pepstock.charba.client.options.AbstractFont
 
setSize(int) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
 
setSize(int) - Method in class org.pepstock.charba.client.options.Font
Sets the font size.
setSize(int) - Method in interface org.pepstock.charba.client.options.IsFont
Sets the font size.
setSkipNextFireEvent(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Sets if next event firing should be skipped.
setSkipNull(boolean) - Method in class org.pepstock.charba.client.configuration.BarOptions
If true, null or undefined values will not be drawn.
setSkipNull(boolean) - Method in class org.pepstock.charba.client.options.Options
If true, null or undefined values will not be drawn.
setSnapshot(Img) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
setSource(TickSource) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
Sets the property controls the ticks generation.
setSource(Object) - Method in class org.pepstock.charba.client.events.Event
Set the source that triggered this event.
It should be always a chart instance.
setSource(TickSource) - Method in class org.pepstock.charba.client.options.Ticks
Sets the property controls the ticks generation.
setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the spacing between label and image for selection cleaner element.
setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the spacing between label and image for selection cleaner element.
setSpanGaps(boolean) - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
If false, NaN data causes a break in the line.
setSpanGaps(boolean) - Method in interface org.pepstock.charba.client.options.HasSpanGaps
Sets if lines will be drawn between points with no or null data.
If false, points with Double.NaN data will create a break in the line.
setSpanGaps(double) - Method in interface org.pepstock.charba.client.options.HasSpanGaps
Sets the value of the data if lines will be drawn between points with no or null data.
setSpanGaps(boolean) - Method in class org.pepstock.charba.client.options.SpanGapHandler
Sets if lines will be drawn between points with no or null data.
If false, points with Double.NaN data will create a break in the line.
setSpanGaps(double) - Method in class org.pepstock.charba.client.options.SpanGapHandler
Sets the value of the data if lines will be drawn between points with no or null data.
setSpeed(double) - Method in class org.pepstock.charba.client.zoom.Wheel
Sets the speed of element via mouse wheel (percentage of element on a wheel event).
Must be a value from 0 and 1.
setSrc(String) - Method in class org.pepstock.charba.client.dom.elements.Img
Sets the full URL of the image including base URI.
setSrc(String) - Method in class org.pepstock.charba.client.dom.elements.Script
Sets the URL of an external script.
setStacked(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
Sets if the axis are stacked or not.
setStacked(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets if the axis are stacked or not.
setStackedProperty(Axis...) - Method in class org.pepstock.charba.client.configuration.StackedScales
Scans all axes and set flag for stacked
setStackGroup(String) - Method in class org.pepstock.charba.client.data.BarStackHandler
Sets the name of stack group.
setStackGroup(String) - Method in interface org.pepstock.charba.client.data.HasBarStackGroup
Sets the name of stack group.
setStart(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the start value of the axis
setStartAngle(double) - Method in class org.pepstock.charba.client.configuration.RadialAxis
Sets the starting angle to draw arcs for the first item in a data set.
setStartAngle(double) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the starting angle to draw arcs for the first item in a data set.
setStartCallback(StartCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
Sets the callback called once zooming or panning is started.
setStartValue(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
Sets the start value retrieved from scale
setStatus(SelectionStatus) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Sets the status of selection.
setStepped(boolean) - Method in class org.pepstock.charba.client.configuration.Line
Sets true to show the line as a stepped line (tension will be ignored).
setStepped(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored.
setStepped(Stepped) - Method in class org.pepstock.charba.client.data.LineDataset
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored.
setStepped(boolean) - Method in class org.pepstock.charba.client.options.Line
Sets true to show the line as a stepped line (tension will be ignored).
setStepSize(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the user defined fixed step size for the scale.
setStepSize(StepSizeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the stepSize callback instance.
setStepSize(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the stepSize callback instance.
setStepSize(StepSizeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Sets the stepSize callback instance.
setStepSize(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
Sets the stepSize callback instance.
setStepSize(double) - Method in class org.pepstock.charba.client.configuration.Time
The number of units between grid.
setStepSize(double) - Method in class org.pepstock.charba.client.options.Ticks
Sets the user defined fixed step size for the scale.
setStepSize(double) - Method in class org.pepstock.charba.client.options.Time
The number of units between grid.
setStrokeColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the stroke color is used for the lines around shapes.
setStrokeColor(IsColor) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the stroke color is used for the lines around shapes.
setStrokeGradient(CanvasGradientItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the stroke gradient is used for the lines around shapes.
setStrokePattern(CanvasPatternItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the stroke pattern is used for the lines around shapes.
setStrokeStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the stroke style of the legend box as color.
setStrokeStyle(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the stroke style of the legend box as color.
setStrokeStyle(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the stroke style of the legend box as canvas pattern.
setStrokeStyle(IsChart, Pattern) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the stroke style of the legend box as pattern.
setStrokeStyle(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the stroke style of the legend box as canvas gradient.
setStrokeStyle(IsChart, Gradient) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the stroke style of the legend box as gradient.
setStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.Font
Sets the font style, follows CSS font-style options (i.e.
setStyle(Style) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the formatting style to use.
setStyle(Style) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the formatting style to use.
setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.AbstractFont
 
setStyle(Style) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the formatting style to use.
setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
 
setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Font
Sets the font style, follows CSS font-style options (i.e.
setStyle(FontStyle) - Method in interface org.pepstock.charba.client.options.IsFont
Sets the font style, follows CSS font-style options (i.e.
setStyle(Style) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the formatting style to use.
setSubtree(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
Set to true to extend monitoring to the entire subtree of nodes rooted at target.
The default value is false.
setSuggestedMax(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
Sets the adjustment used when calculating the maximum data value.
setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the adjustment used when calculating the maximum data value.
setSuggestedMin(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
Sets the adjustment used when calculating the minimum data value.
setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.AbstractScale
Sets the adjustment used when calculating the minimum data value.
setTabIndex(int) - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
Sets a number representing the position of the element in the tabbing order.
setTension(double) - Method in class org.pepstock.charba.client.configuration.Line
Returns the Bézier curve tension (0 for no Bézier curves).
setTension(double) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets curve tension of the line.
setTension(double) - Method in class org.pepstock.charba.client.options.Line
Returns the Bézier curve tension (0 for no Bézier curves).
setText(String...) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
Sets the title text to display.
If specified as an array, text is rendered on multiple lines.
setText(String) - Method in class org.pepstock.charba.client.configuration.LegendTitle
Sets the title text to display.
setText(SafeHtml) - Method in class org.pepstock.charba.client.configuration.LegendTitle
Sets the text that will be displayed, as HTML.
This field is used ONLY by HtmlLegend plugin and not by CHART.js.
setText(String...) - Method in class org.pepstock.charba.client.configuration.Title
Sets the title text to display.
setText(TextCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
Sets the text callback.
setText(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
Sets the text callback.
setText(String) - Method in interface org.pepstock.charba.client.items.HasLegendText
Sets the text that will be displayed.
setText(SafeHtml) - Method in interface org.pepstock.charba.client.items.HasLegendText
Sets the label that will be displayed, as HTML.
This field is used ONLY by HtmlLegend plugin and not by CHART.js.
setText(String) - Method in class org.pepstock.charba.client.items.LegendTextHandler
Sets the label that will be displayed.
setText(SafeHtml) - Method in class org.pepstock.charba.client.items.LegendTextHandler
Sets the label that will be displayed, as HTML.
This field is used ONLY by HtmlLegend plugin and not by CHART.js.
setText(String...) - Method in class org.pepstock.charba.client.options.ScaleTitle
Sets the title text to display.
If specified as an array, text is rendered on multiple lines.
setText(String...) - Method in class org.pepstock.charba.client.options.Title
Sets the title text to display.
If specified as an array, text is rendered on multiple lines.
setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the horizontal alignment of the label text when multiple lines.
setTextAlign(TextAlignCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the horizontal alignment of the label text when multiple lines.
setTextAlign(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the horizontal alignment of the label text when multiple lines.
setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the horizontal alignment of the label text.
setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text alignment being used when drawing the label text.
setTextAlign(TextAlignCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text align callback.
setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text alignment being used when drawing the label text when multiple lines.
setTextAlign(TextAlignCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text align callback.
setTextAlign(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text align callback.
setTextAlign(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'textAlign' property in the element.
setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the current text alignment used when drawing text.
setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the horizontal alignment of the label text.
setTextBaseline(TextBaseline) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Sets the current text baseline used when drawing text.
setTextContent(String) - Method in class org.pepstock.charba.client.dom.BaseNode
Sets the textual content of an element and all its descendants.
setTextDecoration(TextDecoration) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'textDecoration' property in the element.
setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the text direction of the legend that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip, regardless of the CSS specified on the canvas.
setTextDirection(TextDirection) - Method in interface org.pepstock.charba.client.options.HasTextDirection
Sets the text direction of the tooltips that will force the text direction on the canvas for rendering the tooltips, regardless of the CSS specified on the canvas.
setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.options.TextDirectionHandler
Sets the text direction of the tooltips that will force the text direction on the canvas for rendering the tooltips, regardless of the CSS specified on the canvas.
setTextIndent(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'textIndent' property in the element.
setTextMargin(int) - Method in class org.pepstock.charba.client.labels.Label
Sets the margin of text when position is Position.OUTSIDE or Position.BORDER.
setTextMargin(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets the margin of text when position is Position.OUTSIDE or Position.BORDER.
setTextOverflow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'textOverflow' property in the element.
setTextShadow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'textShadow' property in the element.
setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.Label
Sets if draws text shadows under labels.
setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
Sets if draws text shadows under labels.
setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text shadow blur.
setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text shadow blur callback.
setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text shadow blur.
setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text shadow blur callback.
setTextShadowBlur(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text shadow blur callback.
setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text shadow color color.
setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text shadow color color.
setTextShadowColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text shadow color callback.
setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text shadow color color.
setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text shadow color color.
setTextShadowColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text shadow color callback.
setTextShadowColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text shadow color callback.
setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the text stroke color.
setTextStrokeColor(String) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the text stroke color.
setTextStrokeColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the text stroke color callback.
setTextStrokeColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the text stroke color callback.
setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text stroke color.
setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text stroke color.
setTextStrokeColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text stroke color callback.
setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text stroke color.
setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text stroke color.
setTextStrokeColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text stroke color callback.
setTextStrokeColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text stroke color callback.
setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
Sets the text stroke color.
setTextStrokeColor(String) - Method in class org.pepstock.charba.client.options.Ticks
Sets the text stroke color.
setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the text stroke width.
setTextStrokeWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the text stroke width callback.
setTextStrokeWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
Sets the text stroke width callback.
setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text stroke width.
setTextStrokeWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
Sets the text stroke width callback.
setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text stroke width.
setTextStrokeWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text stroke width callback.
setTextStrokeWidth(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
Sets the text stroke width callback.
setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the text stroke width.
setThreshold(double) - Method in class org.pepstock.charba.client.zoom.Pan
Sets the minimal pan distance required before actually applying pan.
setThresholds(Threshold...) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Sets all thresholds to use for this gauge.
setTickBorderDash(int) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the length and spacing of the tick mark line.
setTickBorderDash(int) - Method in class org.pepstock.charba.client.options.Grid
Sets the length and spacing of the tick mark line.
setTickBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the offset for the line dash of the tick mark.
setTickBorderDashOffset(BorderDashOffsetCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the tick border dash offset callback instance.
setTickBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the tick border dash offset callback instance.
setTickBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.Grid
Sets the offset for the line dash of the tick mark.
setTickColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the color of the tick line.
setTickColor(String...) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the color of the tick line.
setTickColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the tick color callback instance.
setTickColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the tick color callback instance.
setTickColor(IsColor...) - Method in class org.pepstock.charba.client.options.Grid
Sets the color of the tick line.
setTickColor(String...) - Method in class org.pepstock.charba.client.options.Grid
Sets the color of the tick line.
setTickLength(int) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the length in pixels that the grid will draw in the the axis area.
setTickLength(int) - Method in class org.pepstock.charba.client.options.Grid
Sets the length in pixels that the grid will draw in the the axis area.
setTicks(String...) - Method in class org.pepstock.charba.client.items.AxisItem
Sets an array of ticks
setTickWidth(int...) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the width of the tick marks in pixels.
setTickWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the tick width callback instance.
setTickWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
Sets the tick width callback instance.
setTickWidth(int...) - Method in class org.pepstock.charba.client.options.Grid
Sets the width of the tick marks in pixels.
setTime(long) - Method in class org.pepstock.charba.client.commons.ImmutableDate
Deprecated.
As of JDK version 1.1.
setTime(Date) - Method in class org.pepstock.charba.client.data.TimeSeriesItem
Sets the time of time series item.
setTimeout(Window.AsyncCallback, int) - Static method in class org.pepstock.charba.client.utils.Window
Sets a timer which executes a function or specified piece of code once the timer expires.
setTimeoutID(int) - Method in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
Sets the identifier of the timeout you want to cancel.
setTimeSeriesData(TimeSeriesItem...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Sets the data property of a dataset for a chart is specified as an array of time series items.
setTimeSeriesData(List<TimeSeriesItem>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Sets the data property of a dataset for a chart is specified as an array of time series items.
setTimeStyle(DateTimeStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the time formatting style to use when calling AbstractFormat.format(java.lang.Object).
setTimeZone(TimeZone) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the time zone to use.
setTimeZoneName(TimeZoneName) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the representation of the time zone name.
setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the title alignment.
setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the title alignment.
setTitleCallback(TooltipTitleCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Sets the user title callback.
setTitleColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the title font color.
setTitleColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the title font color.
setTitleColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the title font color.
setTitleColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the title font color.
setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the margin to add on bottom of title section.
setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the margin to add on bottom of title section.
setTitleSpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the spacing to add to top and bottom of each title line.
setTitleSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the spacing to add to top and bottom of each title line.
setTo(boolean) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the end value for the animation as number.
setTo(double) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the end value for the animation as number.
setTo(String) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the end value for the animation as color string.
setTo(IsColor) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the end value for the animation as color.
setTo(ToCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the end value for the animation by a callback.
setTo(NativeCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the end value for the animation by a callback.
setTooltipActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
Sets the active tooltip elements for the chart.
setTooltipActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
Sets the active tooltip elements for the chart.
setTooltipActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
setTooltipActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
setTooltipActiveElements(List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
Sets the active tooltip elements for the chart.
setTooltipActiveElements(ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
Sets the active tooltip elements for the chart.
setTooltipActiveElements(Chart, ArrayObject) - Method in class org.pepstock.charba.client.JsChartHelper
Sets the active tooltip elements for the chart.
setTooltipActiveElements(Chart, ArrayObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
Sets the active tooltip elements for the chart.
setTooltipFormat(String) - Method in class org.pepstock.charba.client.configuration.Time
The LUXON format string to use for the tooltip.
setTooltipFormat(String) - Method in class org.pepstock.charba.client.options.Time
The format string to use for the tooltip.
setTop(double) - Method in class org.pepstock.charba.client.colors.Area
Sets the top coordinate.
setTop(int) - Method in class org.pepstock.charba.client.configuration.Padding
Sets the padding top in pixel.
setTop(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width top in pixel.
setTop(double) - Method in class org.pepstock.charba.client.data.Clip
Sets the clip top.
setTop(boolean) - Method in class org.pepstock.charba.client.data.Clip
Sets the clip top.
setTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'top' property in the element.
setTop(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
Sets the top.
setTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the top location in pixel
setTop(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
Sets the padding top in pixel.
setTop(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
 
setTop(int) - Method in interface org.pepstock.charba.client.options.IsPadding
Sets the padding top in pixel.
setTop(int) - Method in class org.pepstock.charba.client.options.Padding
Sets the padding top in pixel.
setTopLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
Sets the border radius for top-left corner of the rectangle, in pixel.
setTopLeft(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
Sets the border radius for top-left corner of the rectangle, in pixel.
setTopRight(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
Sets the border radius for top-right corner of the rectangle, in pixel.
setTopRight(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
Sets the border radius for top-right corner of the rectangle, in pixel.
setType(Type) - Method in class org.pepstock.charba.client.Configuration
Sets the type of chart.
setType(String) - Method in class org.pepstock.charba.client.dom.elements.Script
Sets the MIME type of the script.
setType(String) - Method in class org.pepstock.charba.client.dom.elements.Style
Sets the type of style being applied by this statement.
setType(AnimationType) - Method in class org.pepstock.charba.client.options.AnimationCollection
Sets the type of from property and determines the interpolator used.
setType(AxisType) - Method in class org.pepstock.charba.client.options.Scale
Type of scale being employed.
setUnit(boolean) - Method in class org.pepstock.charba.client.configuration.Time
If defined, will force the unit to be a certain type.
setUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
If defined, will force the unit to be a certain type.
setUnit(boolean) - Method in class org.pepstock.charba.client.options.Time
If defined, will force the unit to be a certain type.
setUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
If defined, will force the unit to be a certain type.
setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the unit formatting style to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the unit formatting style to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the unit formatting style to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the unit formatting style to use in unit formatting.

PAY ATTENTION
This method is not supported on Safari.
setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.

PAY ATTENTION
This method is not supported on Safari.
setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.

PAY ATTENTION
This method is not supported on Safari.
setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.

PAY ATTENTION
This method is not supported on Safari.
setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.

PAY ATTENTION
This method is not supported on Safari.
setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.

PAY ATTENTION
This method is not supported on Safari.
setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.

PAY ATTENTION
This method is not supported on Safari.
setUnitsOfMeasure(MeasureUnit...) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.

PAY ATTENTION
This method is not supported on Safari.
setUnitsOfMeasure(List<MeasureUnit>) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.

PAY ATTENTION
This method is not supported on Safari.
setUseGrouping(boolean) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
Sets true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
setUseGrouping(boolean) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
Sets true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
setUseGrouping(boolean) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
Sets true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
setUseGrouping(boolean) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
Sets true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets if label style will match corresponding point style (size is based on font size, boxWidth is not used in this case).
setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
Sets if to use the corresponding point style (from dataset options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets true if clear of selection label will e applied in the chart, otherwise false.
setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets true if clear of selection label will e applied in the chart, otherwise false.
setVAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
Sets the content of the cell must be vertically aligned.
setVAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableRow
Sets the value indicating how the content of the cell must be vertically aligned.
setValue(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the data value to draw the line at.
setValue(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the data value to draw the line at.
setValue(Date) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the data value to draw the line at.
setValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the callback to set the left edge of the box, in units along the x axis.
setValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
Sets the callback to set the left edge of the box, in units along the x axis.
setValue(int) - Method in class org.pepstock.charba.client.commons.NativeIntegerDescriptor
Sets the value associated with the property.
setValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (int) in the embedded JavaScript object at specific property.
setValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (double) in the embedded JavaScript object at specific property.
setValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (boolean) in the embedded JavaScript object at specific property.
setValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (string) in the embedded JavaScript object at specific property.
setValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (date) in the embedded JavaScript object at specific property.
setValue(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
setValue(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
setValue(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
setValue(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
setValue(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (native callback function) in the embedded JavaScript object at specific property.
setValue(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (image) in the embedded JavaScript object at specific property.
setValue(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (gradient) in the embedded JavaScript object at specific property.
setValue(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (pattern) in the embedded JavaScript object at specific property.
setValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
setValue(Key, Chart) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (chart) in the embedded JavaScript object at specific property.
setValue(Key, BaseNativeEvent) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (event) in the embedded JavaScript object at specific property.
setValue(double) - Method in class org.pepstock.charba.client.data.TimeSeriesItem
Sets the value of time series item.
setValue(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
 
setValue(double) - Method in class org.pepstock.charba.client.impl.charts.MeterContext
Sets the value of meter or gauge dataset.
setValue(double) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
 
setValue(double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
Sets the value of threshold.
setValueAndAddToParent(Key, int) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (int) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, double) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (double) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, boolean) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (boolean) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, String) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (string) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, Date) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (date) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
setValueAndAddToParent(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
setValueAndAddToParent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (callback function) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, Img) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (image) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (gradient) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (pattern) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, Chart) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (chart) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, BaseNativeEvent) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (event) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, int) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (int) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, double) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (double) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, boolean) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (boolean) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, String) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (string) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, Date) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (date) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
setValueAndAddToParent(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
setValueAndAddToParent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (callback function) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, Img) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (image) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (gradient) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (pattern) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, Chart) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (chart) in the embedded JavaScript object at specific property.
setValueAndAddToParent(Key, BaseNativeEvent) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (event) in the embedded JavaScript object at specific property.
setValueOrArray(Key, int...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
setValueOrArray(Key, double...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
setValueOrArray(Key, String...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArray(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container.
setValueOrArray(Key, Img...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
setValueOrArray(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
setValueOrArray(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
setValueOrArray(Key, Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArray(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArrayAndAddToParent(Key, int...) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
setValueOrArrayAndAddToParent(Key, double...) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
setValueOrArrayAndAddToParent(Key, String...) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArrayAndAddToParent(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container.
setValueOrArrayAndAddToParent(Key, Img...) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
setValueOrArrayAndAddToParent(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
setValueOrArrayAndAddToParent(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
setValueOrArrayAndAddToParent(Key, Key...) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArrayAndAddToParent(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.AbstractNode
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArrayAndAddToParent(Key, int...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
setValueOrArrayAndAddToParent(Key, double...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
setValueOrArrayAndAddToParent(Key, String...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArrayAndAddToParent(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container.
setValueOrArrayAndAddToParent(Key, Img...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
setValueOrArrayAndAddToParent(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
setValueOrArrayAndAddToParent(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
setValueOrArrayAndAddToParent(Key, Key...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArrayAndAddToParent(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValues(double, double) - Method in class org.pepstock.charba.client.data.FloatingData
Sets the start and end points of a bar.
setVariantAndExtension(String) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
Sets the variant and extension parts of the locale.
setVerticalAlign(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'verticalAlign' property in the element.
setVisibility(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'visibility' property in the element.
setWeekDay(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the representation of the WeekDay.
setWeight(double) - Method in class org.pepstock.charba.client.configuration.Arc
Sets the relative thickness of the data set.
Providing a value for weight will cause the pie or doughnut data set to be drawn with a thickness relative to the sum of all the data set weight values.
setWeight(double) - Method in class org.pepstock.charba.client.configuration.Axis
The weight used to sort the axis.
Higher weights are further away from the chart area.
setWeight(Weight) - Method in class org.pepstock.charba.client.configuration.Font
Sets the font weight, follows CSS font-style-weight options.
setWeight(double) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
setWeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the weight of axis
setWeight(Weight) - Method in class org.pepstock.charba.client.options.AbstractFont
 
setWeight(double) - Method in class org.pepstock.charba.client.options.AbstractScale
The weight used to sort the axis.
setWeight(Weight) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
 
setWeight(double) - Method in class org.pepstock.charba.client.options.Arc
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
setWeight(Weight) - Method in class org.pepstock.charba.client.options.Font
Sets the font weight, follows CSS font-style-weight options.
setWeight(Weight) - Method in interface org.pepstock.charba.client.options.IsFont
Sets the font weight, follows CSS font-style-weight options.
setWhiteSpace(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'whiteSpace' property in the element.
setWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'width' property in the element.
setWidth(int) - Method in class org.pepstock.charba.client.dom.elements.Canvas
Sets a positive integer reflecting the width HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used.
setWidth(int) - Method in class org.pepstock.charba.client.dom.elements.Img
Sets the value that reflects the width attribute, indicating the rendered width of the image in CSS pixels.
setWidth(String) - Method in class org.pepstock.charba.client.dom.elements.Table
Sets the length in pixels or in percentage of the desired width fo the entire table.
setWidth(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
Sets the number of pixels wide the cell should be drawn, if possible.
setWidth(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the width of selection cleaner element.
setWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the width of axis
setWidths(Key, int...) - Method in class org.pepstock.charba.client.data.HovingDataset
 
setWidths(Key, int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets a width property in the dataset, setting a single value or an array.
setWordSpacing(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'wordSpacing' property in the element.
setWordWrap(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
Sets the CSS 'wordWrap' property in the element.
setWritable(boolean) - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
Sets true if and only if the value associated with the property may be changed
setX(double) - Method in class org.pepstock.charba.client.colors.Center
Sets the X coordinate.
setX(double) - Method in class org.pepstock.charba.client.commons.AbstractPoint
Sets the X coordinate of the point.
setX(double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets X value as double (for scatter and bubble datasets).
setX(Date) - Method in class org.pepstock.charba.client.data.DataPoint
Sets X value as date for time series.
setX(String) - Method in class org.pepstock.charba.client.data.DataPoint
Sets X value as string.
setX(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the X point of selection cleaner element.
setX(int) - Method in interface org.pepstock.charba.client.options.IsPadding
Sets the padding size to X dimensions (left and right).
setXAdjust(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center.
setXAdjust(AdjustSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
setXAdjust(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
setXAlign(TooltipAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the alignment of the tooltip caret in the X direction.
setXAlign(TooltipAlign) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the alignment of the tooltip caret in the X direction.
setXAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the ID of the x axis to plot this data set on.
setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the ID of the x axis to plot this data set on.
setXAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the ID of the x axis to plot this dataset on.
setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the ID of the x axis to plot this data set on.
setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the ID of the x axis to plot this dataset on.
setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the ID of the x axis to plot this dataset on.
setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the ID of the x axis to plot this dataset on.
setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the ID of the x axis to plot this dataset on.
setXLabels(String...) - Method in class org.pepstock.charba.client.data.Data
Sets the labels for X axes of the data.
setXLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
Sets the labels for X axes of the data.
setXMax(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the right edge of the box.
setXMax(double) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the right edge of the box.
setXMax(Date) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the right edge of the box.
setXMax(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the callback to set the right edge of the box.
setXMax(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the callback to set the right edge of the box.
setXMin(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the left edge of the box, in units along the x axis.
setXMin(double) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the left edge of the box, in units along the x axis.
setXMin(Date) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the left edge of the box, in units along the x axis.
setXMin(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the callback to set the left edge of the box, in units along the x axis.
setXMin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the callback to set the left edge of the box, in units along the x axis.
setXPadding(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the padding of label to add left and right.
setXPadding(PaddingSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the padding of label to add left and right.
setXPadding(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the padding of label to add left and right.
setXScaleID(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the ID of the X scale to bind onto.
setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the ID of the X scale to bind onto.
setXScaleID(String) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the ID of the X scale to bind onto.
setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the ID of the X scale to bind onto.
setXValue(String) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the data X value to draw the line at.
setXValue(double) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the data X value to draw the line at.
setXValue(Date) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the data X value to draw the line at.
setXValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the callback to set the data X value to draw the line at.
setXValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the callback to set the data X value to draw the line at.
setY(double) - Method in class org.pepstock.charba.client.colors.Center
Sets the Y coordinate.
setY(double) - Method in class org.pepstock.charba.client.commons.AbstractPoint
Sets the Y coordinate of the point.
setY(double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets Y value.
setY(FloatingData) - Method in class org.pepstock.charba.client.data.DataPoint
Sets Y value.
setY(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
Sets the Y point of selection cleaner element.
setY(int) - Method in interface org.pepstock.charba.client.options.IsPadding
Sets the padding size to Y dimensions (top and bottom).
setYAdjust(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center.
setYAdjust(AdjustSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
setYAdjust(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
setYAlign(TooltipAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the alignment of the tooltip caret in the Y direction.
setYAlign(TooltipAlign) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the alignment of the tooltip caret in the Y direction.
setYAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the ID of the y axis to plot this data set on.
setYAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the ID of the y axis to plot this data set on.
setYAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the ID of the y axis to plot this data set on.
setYAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the ID of the y axis to plot this data set on.
setYear(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
Deprecated.
As of JDK version 1.1.
setYear(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
Sets the representation of the Year.
setYLabels(String...) - Method in class org.pepstock.charba.client.data.Data
Sets the labels for Y axes of the data.
setYLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
Sets the labels for Y axes of the data.
setYMax(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the top edge of the box in units along the y axis.
setYMax(double) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the top edge of the box in units along the y axis.
setYMax(Date) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the top edge of the box in units along the y axis.
setYMax(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the callback to set the top edge of the box in units along the y axis.
setYMax(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the callback to set the top edge of the box in units along the y axis.
setYMin(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the bottom edge of the box.
setYMin(double) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the bottom edge of the box.
setYMin(Date) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the bottom edge of the box.
setYMin(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the callback to set the bottom edge of the box.
setYMin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the callback to set the bottom edge of the box.
setYPadding(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the padding of label to add top and bottom.
setYPadding(PaddingSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the padding of label to add top and bottom.
setYPadding(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
Sets the callback to set the padding of label to add top and bottom.
setYScaleID(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the ID of the Y scale to bind onto.
setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
Sets the ID of the Y scale to bind onto.
setYScaleID(String) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the ID of the Y scale to bind onto.
setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the ID of the Y scale to bind onto.
setYValue(String) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the data Y value to draw the line at.
setYValue(double) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the data Y value to draw the line at.
setYValue(Date) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the data Y value to draw the line at.
setYValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the callback to set the data Y value to draw the line at.
setYValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
Sets the callback to set the data Y value to draw the line at.
setZ(int) - Method in class org.pepstock.charba.client.configuration.Grid
Sets z-index of grid line layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
setZ(int) - Method in class org.pepstock.charba.client.configuration.Tick
Sets z-index of tick layer.
setZ(int) - Method in class org.pepstock.charba.client.options.Grid
Sets z-index of gridline layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
setZ(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets z-index of tick layer.
setZone(TimeZone) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON.
setZone(TimeZone) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON.
setZone(TimeZone) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON.
Shape - Enum in org.pepstock.charba.client.colors.tiles
Enumerates all available shapes applicable onto a tile.
Shape(ShapeDrawer) - Constructor for enum org.pepstock.charba.client.colors.tiles.Shape
Creates a shaper with own drawer.
shape - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
 
shape - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
 
shapeColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
 
shapeColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
 
ShapeDrawer - Class in org.pepstock.charba.client.colors.tiles
Base class for all shape drawer, classes which must designer on canvas the shape.
A tile is always a square and for some shapes is divided in 4 sections and not all sections are designed.
A tile is designed as following:
ShapeDrawer() - Constructor for class org.pepstock.charba.client.colors.tiles.ShapeDrawer
 
shapeName - Variable in class org.pepstock.charba.client.colors.tiles.AbstractShape
 
show(int) - Method in class org.pepstock.charba.client.AbstractChart
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options.
show(int) - Method in class org.pepstock.charba.client.Chart
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options.
show - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
 
show(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
show(int) - Method in interface org.pepstock.charba.client.IsChart
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options.
SHOW_DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
 
ShowAndHideDefaultAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection
Creates a default animation collection wrapping the DefaultAnimationCollectionKey.COLORS.
ShowAndHideDefaultAnimations(TransitionKey) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
Creates a default animations wrapping the DefaultTransitionKey.SHOW or DefaultTransitionKey.HIDE.
ShowAndHideDefaultAnimationTransition(TransitionKey) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition
Creates a default animation mode wrapping the DefaultTransitionKey.SHOW or DefaultTransitionKey.HIDE.
ShowAndHideDefaultVisibleAnimationCollection(boolean) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
Creates a default animation property wrapping the DefaultAnimationPropertyKey.VISIBLE.
ShowLabelBackdropCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set showLabelBackdrop property at runtime to scale's ticks instance, RadialLinearTick.
showLabelBackdropCallback - Variable in class org.pepstock.charba.client.configuration.Tick
 
showLabelBackdropCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
 
SignDisplay - Enum in org.pepstock.charba.client.intl.enums
Enumerated the options in order to set when to display the sign for the number.
Defaults to "auto".
SignDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.SignDisplay
Creates with the property value to use in the native object.
SimplePaddingCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set padding property (not as object but only as number) at runtime to scale instance.
SINGLE_STACKED - Static variable in class org.pepstock.charba.client.options.AbstractScale
 
size - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
 
size - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
 
size() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Returns the number of elements in this list.
size() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Returns the number of elements in this list.
size() - Method in class org.pepstock.charba.client.data.Labels
Returns the amount of loaded labels.
size - Variable in class org.pepstock.charba.client.events.ChartResizeEvent
 
size - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
 
sizeItem - Variable in class org.pepstock.charba.client.items.PluginResizeArgument
 
SizeItem - Class in org.pepstock.charba.client.items
This item contains the new size of the chart after it has been resized.
This object has been created ONLY when a resize event occurs.
SizeItem(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.SizeItem
Creates the item using an envelop (from configuration package) of native java script object which contains all properties.
SizeItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.SizeItem
Creates the item using a native java script object which contains all properties.
SizeItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
skipNextFireEvent - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
skipNextRefreshFireEvent(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Sets a flag to skip to send event after refresh.
SLASH - Static variable in class org.pepstock.charba.client.commons.Constants
Constant for SLASH string, "/".
SlashedLine - Class in org.pepstock.charba.client.colors.tiles
SLASH drawer to design a slash in the tile.
It designs a slash in the the following tile sections (A, B and C):

SlashedLine() - Constructor for class org.pepstock.charba.client.colors.tiles.SlashedLine
 
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayChart
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayImage
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayObject
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayString
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
slice(int, int) - Method in class org.pepstock.charba.client.utils.RegExpResult
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
snapshot - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
Solid - Class in org.pepstock.charba.client.colors.tiles
SOLID drawer does not design anything in the tile.
It maintains an empty tile, only with background color.
Solid() - Constructor for class org.pepstock.charba.client.colors.tiles.Solid
 
source - Variable in class org.pepstock.charba.client.events.Event
 
Span - Class in org.pepstock.charba.client.dom.elements
Represents a generic inline container for phrasing content, which does not inherently represent anything.
Span() - Constructor for class org.pepstock.charba.client.dom.elements.Span
To avoid any instantiation
spanGapHandler - Variable in class org.pepstock.charba.client.data.LiningDataset
 
spanGapHandler - Variable in class org.pepstock.charba.client.options.Options
 
SpanGapHandler - Class in org.pepstock.charba.client.options
Manages the SPANGAPS property of options in order to use the same logic between line datasets and options/configuration.
SpanGapHandler(AbstractNode, IsDefaultOptions, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.SpanGapHandler
Creates a span gap handler with the envelop of the native object where SPANGAPS property must be managed and the default value to use when the property does not exist.
SpanGapHandler(AbstractNode, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.SpanGapHandler
Creates a span gap handler with the native object where SPANGAPS property must be managed and the default value to use when the property does not exist.
SpanGapHandler.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
SPIKES - Static variable in class org.pepstock.charba.client.colors.tiles.EmptyStar
 
splice(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayImage
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayObject
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int) - Method in class org.pepstock.charba.client.commons.ArrayString
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayString
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, String) - Method in class org.pepstock.charba.client.commons.ArrayString
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int) - Method in class org.pepstock.charba.client.utils.RegExpResult
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int) - Method in class org.pepstock.charba.client.utils.RegExpResult
This method changes the contents of an array by removing existing elements and/or adding new elements.
splice(int, int, String) - Method in class org.pepstock.charba.client.utils.RegExpResult
This method changes the contents of an array by removing existing elements and/or adding new elements.
SQRT_2 - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
 
Square - Class in org.pepstock.charba.client.colors.tiles
SQUARE drawer to design a square in the tile.
It designs a square in the the following tile sections (A and B):

Square() - Constructor for class org.pepstock.charba.client.colors.tiles.Square
 
stacked - Variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
 
StackedAreaChart - Class in org.pepstock.charba.client
STACKED AREA chart implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
StackedAreaChart() - Constructor for class org.pepstock.charba.client.StackedAreaChart
Builds the object.
StackedAreaChart(Type) - Constructor for class org.pepstock.charba.client.StackedAreaChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
StackedAreaChartWidget - Class in org.pepstock.charba.client.gwt.widgets
STACKED AREA chart GWT WIDGET implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
StackedAreaChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
Builds the object.
StackedAreaChartWidget(StackedAreaChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
Builds the chart.
This is must be extended for controller which are based on this type of chart.
StackedAreaDataset - Class in org.pepstock.charba.client.data
The stacked area chart allows a number of properties to be specified for each dataset.
StackedAreaDataset() - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
Creates a dataset.
It uses the global options has default.
StackedAreaDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
Creates a dataset.
It uses the global options has default.
StackedAreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
Creates the dataset using a default.
StackedAreaDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
Creates the dataset using a default.
StackedAreaDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
Creates the dataset using chart type related to the dataset.
StackedAreaDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
Creates the dataset using a default and chart type related to the dataset.
StackedBarChart - Class in org.pepstock.charba.client
STACKED BAR chart implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces.
StackedBarChart() - Constructor for class org.pepstock.charba.client.StackedBarChart
Builds the object.
StackedBarChart(Type) - Constructor for class org.pepstock.charba.client.StackedBarChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
StackedBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
STACKED BAR chart GWT WIDGET implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces.
StackedBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
Builds the object.
StackedBarChartWidget(StackedBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
StackedBarDataset - Class in org.pepstock.charba.client.data
The stacked bar area chart allows a number of properties to be specified for each dataset.
StackedBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
Creates a dataset.
It uses the global options has default.
StackedBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
Creates a dataset.
It uses the global options has default.
StackedBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
Creates the dataset using a default.
StackedBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
Creates the dataset using a default.
StackedBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
Creates the dataset using chart type related to the dataset.
StackedBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
Creates the dataset using a default and chart type related to the dataset.
StackedHorizontalBarDataset - Class in org.pepstock.charba.client.data
The stacked horizontal bar area chart allows a number of properties to be specified for each dataset.
StackedHorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
Creates a dataset.
It uses the global options has default.
StackedHorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
Creates a dataset.
It uses the global options has default.
StackedHorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
Creates the dataset using a default.
StackedHorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
Creates the dataset using a default.
StackedHorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
Creates the dataset using chart type related to the dataset.
StackedHorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
Creates the dataset using a default and chart type related to the dataset.
StackedOptions - Class in org.pepstock.charba.client.configuration
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis.
StackedOptions(IsChart, IsDefaultScaledOptions, boolean) - Constructor for class org.pepstock.charba.client.configuration.StackedOptions
Builds the object storing the chart instance, default values and if only Y axis is scaled.
StackedOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.StackedOptions
Builds the object storing the chart instance and default values.
StackedScales - Class in org.pepstock.charba.client.configuration
Specific scales for stacked charts.
StackedScales(ScalesOptions) - Constructor for class org.pepstock.charba.client.configuration.StackedScales
Builds the object storing the root options.
StandardAnimationCollection - Class in org.pepstock.charba.client.options
This is a standard implementation of an animation collection
StandardAnimationCollection(String, AnimationType) - Constructor for class org.pepstock.charba.client.options.StandardAnimationCollection
Builds the object with the collection value as string
StandardAnimationProperty - Class in org.pepstock.charba.client.options
This is a standard implementation of an animation property.
StandardAnimationProperty(String, AnimationType) - Constructor for class org.pepstock.charba.client.options.StandardAnimationProperty
Builds the object with the property value as string and its type.
StandardAnimationTransition - Class in org.pepstock.charba.client.options
This is a standard implementation of an animation update mode (transition).
StandardAnimationTransition(String) - Constructor for class org.pepstock.charba.client.options.StandardAnimationTransition
Builds the object with the animation update mode (transition) value as string.
StandardAnnotationId - Class in org.pepstock.charba.client.annotation
This is a standard implementation of a annotation configuration object ID for AnnotationPlugin.ID plugin.
StandardAnnotationId(String) - Constructor for class org.pepstock.charba.client.annotation.StandardAnnotationId
Builds the object with the key value as string
StandardDataLabelId - Class in org.pepstock.charba.client.datalabels
This is a standard implementation of a label configuration object ID for DataLabelsPlugin.ID plugin.
StandardDataLabelId(String) - Constructor for class org.pepstock.charba.client.datalabels.StandardDataLabelId
Builds the object with the key value as string
StandardKey - Class in org.pepstock.charba.client.commons
This is a standard implementation of a key of property inside a Java script object.
The standard is the key name is a String.
StandardKey(String) - Constructor for class org.pepstock.charba.client.commons.StandardKey
Builds the object with the key value as string
StandardLabelId - Class in org.pepstock.charba.client.labels
This is a standard implementation of a label configuration object ID for LabelsPlugin.ID plugin.
StandardLabelId(String) - Constructor for class org.pepstock.charba.client.labels.StandardLabelId
Builds the object with the key value as string
StandardScaleId - Class in org.pepstock.charba.client.options
This is a standard implementation of a scale id
StandardScaleId(String) - Constructor for class org.pepstock.charba.client.options.StandardScaleId
Builds the object with the scale id value as string
Star - Class in org.pepstock.charba.client.colors.tiles
STAR drawer to design a star in the tile.
It designs a star in the the following tile sections (only A):

Star() - Constructor for class org.pepstock.charba.client.colors.tiles.Star
 
start - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
 
start(int) - Method in class org.pepstock.charba.client.utils.CTimer
Starts the timer which executes repeatedly calls, setting the time, in milliseconds (thousands of a second), the timer should delay in between executions of the specified task.
The time will override the previous interval time.
start() - Method in class org.pepstock.charba.client.utils.CTimer
Starts the timer which executes repeatedly calls.
StartCallback - Interface in org.pepstock.charba.client.zoom.callbacks
Callback interface of ZoomPlugin.ID plugin that is called when pan or zoom is about to start.
If this callback returns false, pan or zoom is aborted and RejectedCallback is invoked.
startCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
startCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
 
startEndValue - Variable in enum org.pepstock.charba.client.enums.TextAlign
 
starting - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
 
startOf(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the start of unit for the given timestamp.
startOf(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the start of unit for the given date.
startOf(long, IsoWeekDay) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the start by weekday for the given timestamp.
startOf(Date, IsoWeekDay) - Method in class org.pepstock.charba.client.adapters.DateAdapter
Returns the start by weekday for the given date.
startOf(double, String, int) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
Returns the start of unit for the given timestamp.
startSelection(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Start selection on canvas by the starting X coordinate.
Can be invokes by mouse down or refresh of chart (like resizing).
startValue - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
 
status - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
status - Variable in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
 
Status() - Constructor for enum org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
 
status - Variable in class org.pepstock.charba.client.utils.CTimer
 
Status() - Constructor for enum org.pepstock.charba.client.utils.CTimer.Status
 
Stepped - Enum in org.pepstock.charba.client.enums
Property to set if the line is shown as a stepped line.
Stepped(String) - Constructor for enum org.pepstock.charba.client.enums.Stepped
Creates with the property value to use in the native object.
StepSizeCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set stepSize property at runtime, for IsLinearTick instances.
stepSizeCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
 
stepSizeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
 
stop() - Method in class org.pepstock.charba.client.AbstractChart
Use this to stop any current animation loop.
This will pause the chart during any current animation frame.
Call .render() to re-animate.
stop() - Method in class org.pepstock.charba.client.Chart
Use this to stop any current animation loop.
stop() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
stop() - Method in interface org.pepstock.charba.client.IsChart
Use this to stop any current animation loop.
stop() - Method in class org.pepstock.charba.client.utils.CTimer
Stops the timer which is currently running.
stopCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
stopImmediatePropagation() - Method in class org.pepstock.charba.client.dom.BaseEvent
Prevents all other listeners from being called.
stopPropagation() - Method in class org.pepstock.charba.client.dom.BaseEvent
Stops the propagation of events further along in the DOM.
store(IsCastable) - Method in class org.pepstock.charba.client.colors.CanvasObject
Stores the canvas object id to CanvasGradientItem or CanvasPatternItem.
store() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Stores this options in the default global plugins options.
store(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Stores this options in the chart plugins options.
store(Type) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Stores this options in the global chart plugins options.
store(Dataset) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Stores this options in the dataset options.
storedAxes - Variable in class org.pepstock.charba.client.configuration.Scales
 
storePluginEnablement(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Stores the "enabled" option in the cache in order to change the plugin bahaviors at runtime.
storeType - Variable in class org.pepstock.charba.client.configuration.Axis
 
STRING - Static variable in class org.pepstock.charba.client.items.Undefined
Default value for STRING instances, null.
stringify(Object, JSON.Replacer, int) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
it can throw an exception, TypeError ("cyclic object value") exception when a circular reference is found.
stringify(Object) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string.
stringify(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string.
stringifyNativeObject(NativeObject, int) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string, using a specific replacer to avoid to print internal keys of CHART.js
stringifyWithReplacer(Object) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string, the space value is set to -1 that no space should be used and uses a default replacer to avoid TypeError: cyclic object value.
stringifyWithReplacer(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string, using a default replacer to avoid TypeError: cyclic object value.
stringifyWithReplacer(Object, JSON.Replacer, int) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string.
StringItemStyle - Enum in org.pepstock.charba.client.intl.enums
Enumerates the possible value to set the representation of the era, day periods, weekday.
StringItemStyle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.StringItemStyle
Creates with the property value to use in the native object.
stroke() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Strokes (outlines) the current or given path with the current stroke style.
Strokes are aligned to the center of a path; in other words, half of the stroke is drawn on the inner side, and half on the outer side.
strokeRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Draws a rectangle that is stroked (outlined) according to the current strokeStyle and other context settings.
strokeText(String, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Strokes - that is, draws the outlines of - the characters of a text string at the specified coordinates.
An optional parameter allows specifying a maximum width for the rendered text, which the user agent will achieve by condensing the text or by using a lower font size.
strokeText(String, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Strokes - that is, draws the outlines of - the characters of a text string at the specified coordinates.
Style - Class in org.pepstock.charba.client.dom.elements
Represents a <style> and doesn't allow to manipulate the CSS it contains.
Style() - Constructor for class org.pepstock.charba.client.dom.elements.Style
To avoid any instantiation
Style - Enum in org.pepstock.charba.client.intl.enums
Enumerated the options in order to set the formatting style to use.
The default is "decimal".
Style(String) - Constructor for enum org.pepstock.charba.client.intl.enums.Style
Creates with the property value to use in the native object.
subList(int, int) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Not implemented
subList(int, int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
Not implemented
submit(Runnable) - Method in class org.pepstock.charba.client.utils.CScheduler
Schedules immediately a task, without any delay.
submit(Runnable, int) - Method in class org.pepstock.charba.client.utils.CScheduler
Schedules a task with a constant delay.
SUFFIX_CANVAS_ELEMENT_ID - Static variable in class org.pepstock.charba.client.AbstractChart
 
SUFFIX_LEGEND_ELEMENT_ID - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
 
supportedLocalesOf(CLocale) - Method in class org.pepstock.charba.client.intl.AbstractFormat
Returns an array with a subset of the language tags provided in locales.
The language tags returned are those for which the runtime supports a locale in formatting that the locale matching algorithm used considers a match, so that it wouldn't have to fall back to the default locale.
supportedLocalesOf(CLocale) - Method in class org.pepstock.charba.client.intl.DateTimeFormat
 
supportedLocalesOf(ArrayString, NativeObject) - Static method in class org.pepstock.charba.client.intl.NativeDateTimeFormat
Returns an array with a subset of the language tags provided in locales.
The language tags returned are those for which the runtime supports a locale in number formatting that the locale matching algorithm used considers a match, so that it wouldn't have to fall back to the default locale.
supportedLocalesOf(ArrayString, NativeObject) - Static method in class org.pepstock.charba.client.intl.NativeNumberFormat
Returns an array with a subset of the language tags provided in locales.
The language tags returned are those for which the runtime supports a locale in number formatting that the locale matching algorithm used considers a match, so that it wouldn't have to fall back to the default locale.
supportedLocalesOf(CLocale) - Method in class org.pepstock.charba.client.intl.NumberFormat
 

T

Table - Class in org.pepstock.charba.client.dom.elements
Provides special properties and methods for manipulating the layout and presentation of tables in an HTML document.
Table() - Constructor for class org.pepstock.charba.client.dom.elements.Table
To avoid any instantiation
TableauScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
Contains all scheme definitions to map the Tableau schemes.
To configure ColorSchemes.ID plugin, where category is "tableau".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
TableauScheme(String, String...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
Builds a scheme using argument as list of colors in HEX format.
TableCell - Class in org.pepstock.charba.client.dom.elements
Provides special properties and methods for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.
TableCell() - Constructor for class org.pepstock.charba.client.dom.elements.TableCell
To avoid any instantiation
TableRow - Class in org.pepstock.charba.client.dom.elements
Provides special properties and methods for manipulating the layout and presentation of rows in an HTML table.
TableRow() - Constructor for class org.pepstock.charba.client.dom.elements.TableRow
To avoid any instantiation
TAG - Static variable in class org.pepstock.charba.client.dom.elements.Canvas
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.Div
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.Heading
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.Img
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.LineBreak
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.Meta
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.Script
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.Span
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.Style
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.Table
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.TableCell
The tag for this element.
TAG - Static variable in class org.pepstock.charba.client.dom.elements.TableRow
The tag for this element.
takeRecords() - Method in class org.pepstock.charba.client.dom.MutationObserver
Removes all pending notifications from the mutation observer's notification queue and returns them in a new array of mutation record objects.
task - Variable in class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
 
task - Variable in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
 
task - Variable in class org.pepstock.charba.client.utils.CTimer
 
TEMPLATE_IMAGE_URL - Static variable in class org.pepstock.charba.client.utils.AnnotationBuilder
 
TEMPORARY_ID - Static variable in class org.pepstock.charba.client.labels.Label
 
test(String) - Method in class org.pepstock.charba.client.utils.RegExp
Executes a search for a match between a regular expression and a specified string.
TEXT_ALIGN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
TEXT_ALIGN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
TEXT_SHADOW_BLUR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
TEXT_SHADOW_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
TEXT_STROKE_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
TEXT_STROKE_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
 
TextAlign - Enum in org.pepstock.charba.client.enums
Property to set the text alignment.
TextAlign(String) - Constructor for enum org.pepstock.charba.client.enums.TextAlign
Creates with the property value to use in the native object.
Used only for CENTER.
TextAlign(String, String, String) - Constructor for enum org.pepstock.charba.client.enums.TextAlign
Creates with the property value to use in the native object.
TextAlignCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set textAlign property at runtime
textAlignCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
textAlignCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
TextBaseline - Enum in org.pepstock.charba.client.dom.enums
Enumerates the set of values to specify the current text baseline used when drawing text.
TextBaseline(String) - Constructor for enum org.pepstock.charba.client.dom.enums.TextBaseline
Creates with the property value to use in the native object.
TextCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set text property at runtime.
textCallback - Variable in class org.pepstock.charba.client.configuration.Title
 
textCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Title
 
TextDecoration - Enum in org.pepstock.charba.client.dom.enums
Enumerates the set of values to specify the appearance of decorative lines on text.
TextDecoration(String) - Constructor for enum org.pepstock.charba.client.dom.enums.TextDecoration
Creates with the property value to use in the native object.
TextDirection - Enum in org.pepstock.charba.client.enums
Enumerates the text direction that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
TextDirection(String) - Constructor for enum org.pepstock.charba.client.enums.TextDirection
Creates the enumeration by its value.
textDirectionHandler - Variable in class org.pepstock.charba.client.options.Legend
 
TextDirectionHandler - Class in org.pepstock.charba.client.options
Base object to map the text direction options.
TextDirectionHandler(AbstractNode, IsDefaultTextDirectionHandler, NativeObject) - Constructor for class org.pepstock.charba.client.options.TextDirectionHandler
Creates a text direction handler with the native object where FONTs properties must be managed and the default value to use when the property does not exist.
textDirectionHandler - Variable in class org.pepstock.charba.client.options.Tooltips
 
TextDirectionHandler.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
TextMetricsItem - Class in org.pepstock.charba.client.dom.elements
Represents the dimensions of a piece of text in the canvas, as created by the Context2dItem.measureText(String) method.
TextMetricsItem() - Constructor for class org.pepstock.charba.client.dom.elements.TextMetricsItem
To avoid any instantiation
TextNode - Class in org.pepstock.charba.client.dom.elements
Represents the textual content of an element or attribute.
If an element has no markup within its content, it has a single child implementing text node that contains the element's text.
TextNode() - Constructor for class org.pepstock.charba.client.dom.elements.TextNode
To avoid any instantiation
TextShadowBlurCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set textShadowBlur property at runtime, using the plugin context.
textShadowBlurCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
textShadowColorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
textStrokeColorCallback - Variable in class org.pepstock.charba.client.configuration.Tick
 
textStrokeColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
 
textStrokeColorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
textStrokeWidthCallback - Variable in class org.pepstock.charba.client.configuration.Tick
 
textStrokeWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
 
textStrokeWidthCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
 
Threshold - Class in org.pepstock.charba.client.impl.charts
Is the threshold to use for gauge chart.
Threshold(String) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
Creates a threshold with standard color (Threshold.DEFAULT_VALUE_COLOR) and value (Double.MAX_VALUE).
Threshold(String, IsColor) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
Creates a threshold with standard value (Double.MAX_VALUE).
Threshold(String, double) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
Creates a threshold with standard color (Threshold.DEFAULT_VALUE_COLOR).
Threshold(String, double, IsColor) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
Creates a threshold
thresholds - Variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
 
throwIllegalArgumentException(String, Object...) - Static method in class org.pepstock.charba.client.commons.Checker
Creates the exception message and throw a IllegalArgumentException.
tick - Variable in class org.pepstock.charba.client.callbacks.ScaleContext
 
tick - Variable in class org.pepstock.charba.client.configuration.Major
 
Tick - Class in org.pepstock.charba.client.configuration
Specific tick with minimum and maximum sub ticks.
Tick(Axis) - Constructor for class org.pepstock.charba.client.configuration.Tick
Builds the object storing the axis which this tick belongs to.
Tick.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
tickBorderDashOffsetCallback - Variable in class org.pepstock.charba.client.configuration.Grid
 
tickBorderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Grid
 
TickCallback - Interface in org.pepstock.charba.client.callbacks
Interface to implement if wants to change the tick marks to include information about the data type, for axes which are showing data as numbers.
tickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CategoryTickHandler
 
tickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickHandler
 
tickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TimeTickHandler
 
tickColorCallback - Variable in class org.pepstock.charba.client.configuration.Grid
 
tickColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Grid
 
tickHandler - Variable in class org.pepstock.charba.client.configuration.CartesianCategoryTick
 
tickHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLinearTick
 
tickHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
 
tickHandler - Variable in class org.pepstock.charba.client.configuration.CartesianTimeTick
 
tickHandler - Variable in class org.pepstock.charba.client.configuration.RadialLinearTick
 
ticks - Variable in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
 
ticks - Variable in class org.pepstock.charba.client.configuration.CartesianLinearAxis
 
ticks - Variable in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
 
ticks - Variable in class org.pepstock.charba.client.configuration.CartesianTimeAxis
 
ticks - Variable in class org.pepstock.charba.client.configuration.RadialAxis
 
ticks - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
ticks - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
ticks - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
ticks - Variable in class org.pepstock.charba.client.options.AbstractScale
 
Ticks - Class in org.pepstock.charba.client.options
All configuration for ticks of a chart.
It defines options for the tick marks that are generated by the axis.
Ticks(AbstractScale, Key, IsDefaultTicks, NativeObject) - Constructor for class org.pepstock.charba.client.options.Ticks
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
Ticks.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
TicksNumberFormat - Class in org.pepstock.charba.client.options
It applies the number formatting to the ticks of all linear scales.
TicksNumberFormat(Ticks, Key, IsDefaultNumberFormatOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.TicksNumberFormat
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
TickSource - Enum in org.pepstock.charba.client.enums
Controls the ticks generation on cartesian time axis.
TickSource(String) - Constructor for enum org.pepstock.charba.client.enums.TickSource
Creates with the property value to use in the native object.
tickWidthCallback - Variable in class org.pepstock.charba.client.configuration.Grid
 
tickWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Grid
 
TilesBuilder - Class in org.pepstock.charba.client.colors.tiles
Comfortable object to create tiles (as CHARBA pattern or canvas pattern) by a builder.
TilesBuilder() - Constructor for class org.pepstock.charba.client.colors.tiles.TilesBuilder
To avoid any instantiation
TilesFactory - Class in org.pepstock.charba.client.colors.tiles
Builds tiles creating a CHARBA pattern or canvas pattern passing all needed arguments and leveraging on tiles factory defaults.
TilesFactory() - Constructor for class org.pepstock.charba.client.colors.tiles.TilesFactory
To avoid any instantiation
TilesFactoryDefaults - Class in org.pepstock.charba.client.colors.tiles
Contains the defaults configuration of tile builder.
TilesFactoryDefaults() - Constructor for class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
To avoid any external implementation
time - Variable in class org.pepstock.charba.client.configuration.CartesianTimeAxis
 
Time - Class in org.pepstock.charba.client.configuration
The time configuration is used to configure how time and time series axes must configure the tick marks.
Time(Axis) - Constructor for class org.pepstock.charba.client.configuration.Time
Builds the object storing the axis which this time belongs to.
time - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
time - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
time - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
time - Variable in class org.pepstock.charba.client.options.AbstractScale
 
Time - Class in org.pepstock.charba.client.options
The time configuration is used to configure how time and time series axes must configure the tick marks.
Time(AbstractScale, Key, IsDefaultTime, NativeObject) - Constructor for class org.pepstock.charba.client.options.Time
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
Time.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
TIME_SERIES_DATA_USAGE_MESSAGE - Static variable in class org.pepstock.charba.client.data.Dataset
 
timeAxis - Variable in class org.pepstock.charba.client.configuration.TimeSeriesScales
 
timeoutID - Variable in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
 
timeoutID - Variable in class org.pepstock.charba.client.utils.CSchedulerRegistration
 
timer - Variable in class org.pepstock.charba.client.AbstractChart
 
TIMESERIES_ITEMS_FACTORY - Static variable in class org.pepstock.charba.client.data.Dataset
 
TimeSeriesBarChart - Class in org.pepstock.charba.client
BAR chart implementation for time series.
A bar chart provides a way of showing data values represented as vertical bars.
TimeSeriesBarChart() - Constructor for class org.pepstock.charba.client.TimeSeriesBarChart
Builds the object.
TimeSeriesBarChart(Type) - Constructor for class org.pepstock.charba.client.TimeSeriesBarChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
TimeSeriesBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
BAR chart GWT WIDGET implementation for time series.
A bar chart provides a way of showing data values represented as vertical bars.
TimeSeriesBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
Builds the object.
TimeSeriesBarChartWidget(TimeSeriesBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
TimeSeriesBarDataset - Class in org.pepstock.charba.client.data
The time series bar chart allows a number of properties to be specified for each dataset.
TimeSeriesBarDataset() - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
Creates a dataset.
It uses the global options has default.
TimeSeriesBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
Creates a dataset.
It uses the global options has default.
TimeSeriesBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
Creates the dataset using a default.
TimeSeriesBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
Creates the dataset using a default.
TimeSeriesBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
Creates the dataset using a default and chart type related to the dataset.
TimeSeriesBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
Creates the dataset using a default and chart type related to the dataset.
TimeSeriesBarOptions - Class in org.pepstock.charba.client.configuration
Specific options for BAR chart, for time series.
TimeSeriesBarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesBarOptions
Builds the object storing the chart instance and default values.
TimeSeriesHorizontalBarDataset - Class in org.pepstock.charba.client.data
The time series horizontal bar chart allows a number of properties to be specified for each dataset.
TimeSeriesHorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
Creates a dataset.
It uses the global options has default.
TimeSeriesHorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
Creates a dataset.
It uses the global options has default.
TimeSeriesHorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
Creates the dataset using a default.
TimeSeriesHorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
Creates the dataset using a default.
TimeSeriesHorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
Creates the dataset using a default and chart type related to the dataset.
TimeSeriesHorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
Creates the dataset using a default and chart type related to the dataset.
TimeSeriesItem - Class in org.pepstock.charba.client.data
Default implementation for time series item interface in order to manage time series item (time and value).
TimeSeriesItem(Date) - Constructor for class org.pepstock.charba.client.data.TimeSeriesItem
Creates a time series item setting the time passed as argument.
TimeSeriesItem(Date, double) - Constructor for class org.pepstock.charba.client.data.TimeSeriesItem
Creates a time series item setting the time and the value passed as argument.
TimeSeriesItem(NativeObject) - Constructor for class org.pepstock.charba.client.data.TimeSeriesItem
Internal constructor which is used when time series items are requested.
TimeSeriesItemFactory() - Constructor for class org.pepstock.charba.client.data.Dataset.TimeSeriesItemFactory
 
TimeSeriesLineChart - Class in org.pepstock.charba.client
LINE chart implementation for time series.
A line chart is a way of plotting data points on a line.
TimeSeriesLineChart() - Constructor for class org.pepstock.charba.client.TimeSeriesLineChart
Builds the object.
TimeSeriesLineChart(Type) - Constructor for class org.pepstock.charba.client.TimeSeriesLineChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
TimeSeriesLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
LINE chart GWT WIDGET implementation for time series.
A line chart is a way of plotting data points on a line.
TimeSeriesLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
Builds the object.
TimeSeriesLineChartWidget(TimeSeriesLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
TimeSeriesLineDataset - Class in org.pepstock.charba.client.data
The time series line chart allows a number of properties to be specified for each dataset.
TimeSeriesLineDataset() - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
Creates a dataset.
It uses the global options has default.
TimeSeriesLineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
Creates a dataset.
It uses the global options has default.
TimeSeriesLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
Creates the dataset using a default.
TimeSeriesLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
Creates the dataset using a default.
TimeSeriesLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
Creates the dataset using a default and chart type related to the dataset.
TimeSeriesLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
Creates the dataset using a default and chart type related to the dataset.
TimeSeriesLineOptions - Class in org.pepstock.charba.client.configuration
Specific options for LINE chartfor time series.
TimeSeriesLineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
Builds the object storing the chart instance and default values.
TimeSeriesOptions - Class in org.pepstock.charba.client.configuration
Abstract configuration of time series chart.
It uses TIME axis for X axis and Linear for Y axis.
TimeSeriesOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesOptions
Builds the object storing the chart instance, default values and linear and time scales created out of the box.
TimeSeriesScales - Class in org.pepstock.charba.client.configuration
Specific scales for time series charts.
It uses CartesianTimeSeriesAxis for X axis and Linear for Y axis.
TimeSeriesScales(ScalesOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesScales
Builds the object storing the root options.
TimeTickCallback - Interface in org.pepstock.charba.client.callbacks
Interface to implement if wants to change the tick marks to include information about the data type, for cartesian time axes.
TimeTickHandler - Class in org.pepstock.charba.client.configuration
Base object to map an axis tick for TIME axes, CartesianTimeAxis or CartesianTimeSeriesAxis.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration.
TimeTickHandler(Axis, CartesianTimeTick) - Constructor for class org.pepstock.charba.client.configuration.TimeTickHandler
Builds the object storing the axis instance and options element, based on different kind of axis.
TimeTickHandler.ProxyTickCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback when tick is created.
Must be an interface with only 1 method.
TimeUnit - Enum in org.pepstock.charba.client.enums
Controls the data distribution along the scale.
TimeUnit(String) - Constructor for enum org.pepstock.charba.client.enums.TimeUnit
Creates a time unit with its property name to use in the options.
TimeZone - Enum in org.pepstock.charba.client.intl.enums
Enumerates the time zones identifiers which can be used on dates management.
See IANA times zones for more details.
TimeZone(String, String) - Constructor for enum org.pepstock.charba.client.intl.enums.TimeZone
Creates the object with timezone name (value) and its UTC offset.
TimeZoneName - Enum in org.pepstock.charba.client.intl.enums
Enumerates the possible value to set the representation of the time zone name.
TimeZoneName(String) - Constructor for enum org.pepstock.charba.client.intl.enums.TimeZoneName
Creates with the property value to use in the native object.
title - Variable in class org.pepstock.charba.client.ChartNode
 
title - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
 
title - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
title - Variable in class org.pepstock.charba.client.configuration.Legend
 
Title - Class in org.pepstock.charba.client.configuration
Configures the chart title which defines text to draw at the top of the chart.
Title(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Title
Builds the object storing the root options element.
title - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
title - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
title - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
 
title - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
title - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
title - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
title - Variable in class org.pepstock.charba.client.options.AbstractScale
 
title - Variable in class org.pepstock.charba.client.options.Legend
 
title - Variable in class org.pepstock.charba.client.options.Options
 
Title - Class in org.pepstock.charba.client.options
Configures the default chart title which defines text to draw at the top of the chart.
Title(Plugins, Key, IsDefaultTitle, NativeObject) - Constructor for class org.pepstock.charba.client.options.Title
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
Title.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
Title.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
TITLE_CALLBACK - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
 
titleAndAxisClickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
titleCallback - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
titleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
titleCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
 
TitleClickEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the title of the chart.
TitleClickEvent(BaseNativeEvent, Title) - Constructor for class org.pepstock.charba.client.events.TitleClickEvent
Creates the event with title related to the click
TitleClickEventHandler - Interface in org.pepstock.charba.client.events
Event handler for clicking on the chart title.
titleFont - Variable in class org.pepstock.charba.client.configuration.Tooltips
 
titleFont - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
titleFont - Variable in class org.pepstock.charba.client.options.Tooltips
 
TitleNode - Class in org.pepstock.charba.client.items
Wrapper of title node of CHART.JS.
This is a wrapper of title node of Chart (of CHART.JS).
TitleNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TitleNode
Creates the item using envelop with the native java script object which contains all properties.
to - Variable in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
 
TO_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AnimationCollection
 
toArray() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Not implemented
toArray(T[]) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
Not implemented
toArray() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
 
toArray() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
 
toArray() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
 
toArray() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
 
toArray() - Method in class org.pepstock.charba.client.commons.ArrayStringList
 
toBase64Image(ImageMimeType, double) - Method in class org.pepstock.charba.client.AbstractChart
Returns a base 64 encoded string of the chart in it's current state.
toBase64Image(String, double) - Method in class org.pepstock.charba.client.Chart
Returns a base 64 encoded string of the chart in it's current state.
toBase64Image(ImageMimeType, double) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
toBase64Image() - Method in interface org.pepstock.charba.client.IsChart
Returns a data-URL containing a representation of the image in the PNG format and the image quality value is 0.92.
toBase64Image(double) - Method in interface org.pepstock.charba.client.IsChart
Returns a data-URL containing a representation of the image in the PNG format.
The returned image is in a resolution of 96dpi.
toBase64Image(ImageMimeType) - Method in interface org.pepstock.charba.client.IsChart
Returns a data-URL containing a representation of the image format, passed as argument.
The returned image is in a resolution of 96dpi and the image quality value is 0.92.
toBase64Image(ImageMimeType, double) - Method in interface org.pepstock.charba.client.IsChart
Returns a base 64 encoded string of the chart in it's current state.
ToCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set toproperty of AnimationCollection at runtime.
toCallbackProxy - Variable in class org.pepstock.charba.client.options.AnimationCollection
 
toCSSBackgroundProperty(Pattern) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns the CSS syntax to represent the pattern.
The dimension of canvas pattern image will be the dimension of pattern.
toCSSBackgroundProperty(Pattern, int) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns the CSS syntax to represent the pattern.
The dimension of canvas pattern image is unique then the image of pattern is a square.
toCSSBackgroundProperty(Pattern, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns the CSS syntax to represent the pattern.
toCSSBackgroundProperty(String) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns a URL CSS property for the data URL for the current content of the canvas element.
toCSSBackgroundProperty(String, Repetition) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns a URL CSS property for the data URL for the current content of the canvas element.
toCSSBackgroundProperty(Img) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns a URL CSS property for the current content of an image element instance.
toCSSBackgroundProperty(Gradient) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns the CSS syntax to represent the gradient.
The dimension of canvas pattern image will be the dimension of pattern.
toCSSBorderRadiusProperty(BorderRadiusItem) - Static method in class org.pepstock.charba.client.utils.Utilities
Builds the border radius string (shorthand property of CSS font) to use in the canvas object or in DOM element.
The format is [top-left | top-right | bottom-right | bottom-left].
toCSSFontProperty(IsDefaultFont) - Static method in class org.pepstock.charba.client.utils.Utilities
Builds the font string (shorthand property of CSS font) to use in the canvas object.
The format is [font-style] [font-variant] [font-weight] [font-size] [font-family].
See here CSS specification.
toCSSFontProperty(FontStyle, Weight, int, double, String) - Static method in class org.pepstock.charba.client.utils.Utilities
Builds the font string (shorthand property of CSS font) to use in the canvas object.
The format is [font-style] [font-variant] [font-weight] [font-size] [font-family].
See here CSS specification.
toCSSFontProperty(FontStyle, Weight, int, String, String) - Static method in class org.pepstock.charba.client.utils.Utilities
Builds the font string (shorthand property of CSS font) to use in the canvas object.
The format is [font-style] [font-variant] [font-weight] [font-size] [font-family].
See here CSS specification.
toDataURL() - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns a data-URL containing a representation of the image in the PNG format and the image quality value is 0.92.
toDataURL(double) - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns a data-URL containing a representation of the image in the PNG format.
The returned image is in a resolution of 96dpi.
toDataURL(ImageMimeType) - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns a data-URL containing a representation of the image format, passed as argument.
The returned image is in a resolution of 96dpi and the image quality value is 0.92.
toDataURL(ImageMimeType, double) - Method in class org.pepstock.charba.client.dom.elements.Canvas
Returns a data-URL containing a representation of the image format, passed as argument.
The returned image is in a resolution of 96dpi.
toDiv(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
Returns a Div object casting the argument.
toFilteredJSON() - Method in class org.pepstock.charba.client.data.Dataset
Returns the JSON representation of data set.
toggleDataVisibility(int) - Method in class org.pepstock.charba.client.AbstractChart
Toggles the visibility of an item in all data sets.
A data set needs to explicitly support this feature for it to have an effect.
From internal chart types, doughnut / pie and polar area use this.
toggleDataVisibility(int) - Method in class org.pepstock.charba.client.Chart
Toggles the visibility of an item in all datasets.
A dataset needs to explicitly support this feature for it to have an effect.
From internal chart types, doughnut / pie and polar area use this.
toggleDataVisibility(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
toggleDataVisibility(int) - Method in interface org.pepstock.charba.client.IsChart
Toggles the visibility of an item in all datasets.
A dataset needs to explicitly support this feature for it to have an effect.
From internal chart types, doughnut / pie and polar area use this.
toGradient(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
Returns a CanvasGradientItem object casting the argument.
toHex(IsColor) - Static method in class org.pepstock.charba.client.colors.ColorUtil
Returns HEX string value which represents the color.
toHex() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns HEX string value which represents the color.
toHSL(IsColor, boolean) - Static method in class org.pepstock.charba.client.colors.ColorUtil
Returns HSL or HSLA string value which represents the color.
toHSL() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns HSL string value which represents the color.
toHSLA() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns HSLA string value which represents the color.
toImageElement(String) - Static method in class org.pepstock.charba.client.utils.Utilities
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS.
toImageElement(String, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS, forcing the size.
toImg(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
Returns a Img object casting the argument.
toImg(String) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS.
toImg(String, int, int) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS, forcing the size.
toImg(ImageResource) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
Creates a image element by image resource which provides access to image data at runtime.
toImg(ImageResource, int, int) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
Creates a image element by image resource which provides access to image data at runtime, forcing the size.
toImg(Image) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
Creates a image element by image widget that displays the image at a given URL.
toImg(Image, int, int) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
Creates a image element by image widget that displays the image at a given URL, forcing the size.
toJSON() - Method in class org.pepstock.charba.client.ChartNode
Returns the string JSON representation of the object.
toJSON() - Method in class org.pepstock.charba.client.commons.NativeArrayContainer
Returns the string JSON representation of the array.
toJSON() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the string JSON representation of the object.
toJSON() - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
Returns the JSON representation of the object.
tooltip - Variable in class org.pepstock.charba.client.ChartNode
 
tooltip - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
TooltipAlign - Enum in org.pepstock.charba.client.enums
Defines the position of the tooltip caret.
TooltipAlign(String, boolean, boolean) - Constructor for enum org.pepstock.charba.client.enums.TooltipAlign
Creates with the property value to use in the native object.
TooltipBodyCallback - Interface in org.pepstock.charba.client.callbacks
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings.
TooltipBodyItem - Class in org.pepstock.charba.client.items
This object is passed by CHART.JS to the callback to manage tooltip body.
TooltipBodyItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipBodyItem
Creates the item using a native java script object which contains all properties.
TooltipBodyItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
TooltipBodyItem.TooltipBodyItemFactory - Class in org.pepstock.charba.client.items
Inner class to create tooltip body item by a native object.
TooltipBodyItemFactory() - Constructor for class org.pepstock.charba.client.items.TooltipBodyItem.TooltipBodyItemFactory
To avoid any instatiation
TooltipContext - Class in org.pepstock.charba.client.callbacks
The option context is used to give contextual information when resolving options.
TooltipContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.TooltipContext
Creates the object with native object instance to be wrapped.
TooltipContext(NativeObject) - Constructor for class org.pepstock.charba.client.configuration.Tooltips.TooltipContext
Creates the object with native object instance to be wrapped.
TooltipContext.Property - Enum in org.pepstock.charba.client.callbacks
Name of properties of native object.
TooltipExternalCallback - Interface in org.pepstock.charba.client.callbacks
External tooltips callback allow you to hook in the the tooltip rendering process so that you can render the tooltip in your own custom way.
Generally this is used to create an HTML tooltip instead of an on canvas one.
TooltipFilterCallback - Interface in org.pepstock.charba.client.callbacks
Allows filtering of tooltip items.
TooltipFooterCallback - Interface in org.pepstock.charba.client.callbacks
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings.
TooltipItem - Class in org.pepstock.charba.client.items
Contains all info for every item of tooltip.
Created and passed by CHART.JS.
It uses in the the tooltips callbacks.
TooltipItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipItem
Creates the item using a native java script object which contains all properties.
TooltipItem.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
TooltipItem.TooltipItemFactory - Class in org.pepstock.charba.client.items
Inner class to create tooltip item by a native object.
TooltipItemFactory() - Constructor for class org.pepstock.charba.client.items.TooltipItem.TooltipItemFactory
To avoid any instantiation
TooltipItemSortCallback - Interface in org.pepstock.charba.client.callbacks
Allows sorting of tooltip items.
TooltipLabelCallback - Interface in org.pepstock.charba.client.callbacks
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings.
TooltipLabelColor - Class in org.pepstock.charba.client.items
This object contains the color info when a label in the tooltip.
It must be used in the label tooltip callback.
TooltipLabelColor() - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
Creates the object with an empty native object
TooltipLabelColor(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
Creates the item using a native java script object which contains all properties.
TooltipLabelColor.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
TooltipLabelColor.TooltipLabelColorFactory - Class in org.pepstock.charba.client.items
Inner class to create tooltip label color by a native object.
TooltipLabelColorFactory() - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor.TooltipLabelColorFactory
To avoid any instantiation
TooltipLabelPointStyle - Class in org.pepstock.charba.client.items
This object contains the point style info when a label in the tooltip.
It must be used in the label tooltip callback.
TooltipLabelPointStyle() - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
Creates the object with an empty native object
TooltipLabelPointStyle(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
Creates the item using a native java script object which contains all properties.
TooltipLabelPointStyle.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
TooltipLabelPointStyle.TooltipLabelPointStyleFactory - Class in org.pepstock.charba.client.items
Inner class to create tooltip label point style by a native object.
TooltipLabelPointStyleFactory() - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle.TooltipLabelPointStyleFactory
To avoid any instantiation
TooltipModel - Class in org.pepstock.charba.client.items
This object is passed by CHART.JS to the callback to manage tooltip custom callback.
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
TooltipModel(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TooltipModel
Creates the item using envelop with the native java script object which contains all properties.
TooltipModel(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TooltipModel
Creates the item using envelop with the native java script object which contains all properties.
TooltipModel(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipModel
Creates the item using a native java script object which contains all properties.
TooltipModel.Property - Enum in org.pepstock.charba.client.items
Name of properties of native object.
TooltipNode - Class in org.pepstock.charba.client.items
Wrapper of tooltip node of CHART.JS.
This is a wrapper of title node of Chart (of CHART.JS).
TooltipNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TooltipNode
Creates the item using envelop with the native java script object which contains all properties.
TooltipPosition - Enum in org.pepstock.charba.client.enums
These are the different modes for positioning of the tooltip.
TooltipPosition(String) - Constructor for enum org.pepstock.charba.client.enums.TooltipPosition
Creates with the property value to use in the native object.
TooltipPositioner - Interface in org.pepstock.charba.client.positioner
Interface to be implemented to create a custom tooltip positionier in order address where the tooltip must be showed on canvas.
tooltips - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
Tooltips - Class in org.pepstock.charba.client.configuration
Configuration element to set all attributes and features of the tooltip.
Tooltips(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Tooltips
Builds the object storing the chart instance and the root options element.
tooltips - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
tooltips - Variable in class org.pepstock.charba.client.options.Options
 
Tooltips - Class in org.pepstock.charba.client.options
Configuration element to set all attributes and features of the default tooltip.
Tooltips(Plugins, Key, IsDefaultTooltips, NativeObject) - Constructor for class org.pepstock.charba.client.options.Tooltips
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
Tooltips.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
Tooltips.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
Tooltips.ProxyExternalCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called to hook in the the tooltip rendering process so that you can render the tooltip in your own custom way.
Must be an interface with only 1 method.
Tooltips.ProxyFilterCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called to filter tooltip items.
Must be an interface with only 1 method.
Tooltips.ProxyItemSortCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called to allow sorting of tooltip items.
Must be an interface with only 1 method.
Tooltips.TooltipContext - Class in org.pepstock.charba.client.configuration
Internal class to map the custom callback function argument, which is an object with the chart instance and the tooltip model.
Tooltips.TooltipContext.Property - Enum in org.pepstock.charba.client.configuration
Name of properties of native object.
TooltipsCallbacks - Class in org.pepstock.charba.client.configuration
Contains all callbacks defined for a toolitp.
TooltipsCallbacks(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.TooltipsCallbacks
Builds the object storing the chart instance and the root options element.
TooltipsCallbacks - Class in org.pepstock.charba.client.options
Contains all callbacks defined for a tooltips.
Is empty because this is only the container of all properties related to callbacks which must be defined in the chart configuration.
TooltipsCallbacks(Tooltips, Key, IsDefaultTooltips, NativeObject) - Constructor for class org.pepstock.charba.client.options.TooltipsCallbacks
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
TooltipsCallbacks.Property - Enum in org.pepstock.charba.client.configuration
Enumerates the property keys of the possible callbacks.
TooltipsCallbacks.ProxyLabelCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called to manage the label.
Must be an interface with only 1 method.
TooltipsCallbacks.ProxyLabelColorCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called after creating label color.
Must be an interface with only 1 method.
TooltipsCallbacks.ProxyTooltipsCallback - Interface in org.pepstock.charba.client.configuration
Java script FUNCTION callback called to invoke a tooltip callback on elements.
Must be an interface with only 1 method.
TooltipTitleCallback - Interface in org.pepstock.charba.client.callbacks
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings.
top - Variable in class org.pepstock.charba.client.colors.Area
 
top - Variable in class org.pepstock.charba.client.impl.plugins.SelectionArea
 
toPattern(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
Returns a CanvasPatternItem object casting the argument.
toRGB(IsColor, boolean) - Static method in class org.pepstock.charba.client.colors.ColorUtil
Returns RGB or RGBA string value which represents the color.
toRGB() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns RGB string value which represents the color.
toRGBA() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns RGBA string value which represents the color.
toRGBs(double) - Method in class org.pepstock.charba.client.colors.Gradient
Performs the conversion for the sRGB color space and converts it to a linear sRGB value.
toRGBs() - Method in interface org.pepstock.charba.client.colors.IsColor
As IEC 61966-2-1:1999, applies to the encoding and communication of RGB colors used in computer systems and similar applications, by defining encoding transformations for use in defined reference conditions.

toSafeHtml() - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
Returns the safe html instance.
toSource() - Method in class org.pepstock.charba.client.callbacks.NativeCallback
Returns a string representing the source code of the function.
toSource() - Method in class org.pepstock.charba.client.controllers.NativeFunction
Returns a string representing the source code of the function.
toString() - Method in class org.pepstock.charba.client.colors.Area
 
toString() - Method in class org.pepstock.charba.client.colors.Center
 
toString() - Method in class org.pepstock.charba.client.colors.Color
 
toString() - Method in class org.pepstock.charba.client.colors.GradientColor
 
toString() - Method in class org.pepstock.charba.client.colors.Radius
 
toString() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
 
toString() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
 
toString() - Method in class org.pepstock.charba.client.data.FloatingData
 
toString() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
 
toString() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
 
toString() - Method in class org.pepstock.charba.client.intl.CLocale
 
toString() - Method in class org.pepstock.charba.client.items.ChartAreaNode
 
toString() - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
TOUCH_CANCEL - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Touch event "touchcancel" type.
TOUCH_END - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Touch event "touchend" type.
TOUCH_MOVE - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Touch event "touchmove" type.
TOUCH_START - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
Touch event "touchstart" type.
TouchList - Class in org.pepstock.charba.client.dom
Represents a list of contact points on a touch surface.
TouchList() - Constructor for class org.pepstock.charba.client.dom.TouchList
To avoid any instantiation
toUniqueKey() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
Returns the string JSON representation of the object as unique key or null if legend item is not consistent.
track - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
 
transform(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Multiplies the current transformation with the matrix described by the arguments of this method.
This lets you scale, rotate, translate (move), and skew the context.
transformFill(IsFill) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
Transforms a IsFill instance in the a CHART.JS FILL property accepted value.
transition - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
 
transition - Variable in class org.pepstock.charba.client.UpdateConfiguration
 
TransitionKey - Interface in org.pepstock.charba.client.options
Represents the update mode (transition) to set to configure animation.
transitions - Variable in class org.pepstock.charba.client.configuration.AnimationContainer
 
Transitions - Class in org.pepstock.charba.client.configuration
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties for a specific update mode (transition).
Transitions(AbstractDynamicConfiguration.IsProvider<IsTransitions>) - Constructor for class org.pepstock.charba.client.configuration.Transitions
Builds the object by a animations provider used to get the transitions element for storing properties.
transitions - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
 
transitions - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
transitions - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
transitions - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
 
transitions - Variable in class org.pepstock.charba.client.options.AnimationContainer
 
Transitions - Class in org.pepstock.charba.client.options
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common transitions properties, TRANSITIONS name space.
Transitions(AbstractNode, Key, IsDefaultTransitions, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.Transitions
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
translate(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
Adds a translation transformation to the current matrix by moving the canvas and its origin x units horizontally and y units vertically on the grid.
Triangle - Class in org.pepstock.charba.client.colors.tiles
TRIANGLE drawer to design a triangle in the tile.
It designs a triangle in the the following tile sections (A and B):

Triangle() - Constructor for class org.pepstock.charba.client.colors.tiles.Triangle
 
TWO_THIRDS_PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
 
type - Variable in class org.pepstock.charba.client.AbstractChart
 
type - Variable in class org.pepstock.charba.client.ChartOptions
 
type - Variable in enum org.pepstock.charba.client.colors.Gradient.Property
 
type() - Method in enum org.pepstock.charba.client.colors.Gradient.Property
Returns the type of the property
type - Variable in class org.pepstock.charba.client.colors.GradientBuilder
 
type - Variable in enum org.pepstock.charba.client.colors.GradientOrientation
 
type(Object, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
Returns the java script object type of a property.
type(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the java script type of the property.
type - Variable in class org.pepstock.charba.client.configuration.TypedDataset
 
type - Variable in class org.pepstock.charba.client.controllers.AbstractController
 
type - Variable in class org.pepstock.charba.client.controllers.ControllerType
 
type - Variable in class org.pepstock.charba.client.data.Dataset
 
type - Variable in enum org.pepstock.charba.client.dom.enums.NodeType
 
type - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
 
type() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
 
type - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
 
type() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
Returns the animation type related to the property.
type - Variable in class org.pepstock.charba.client.events.AbstractEvent
 
TYPE - Static variable in class org.pepstock.charba.client.events.AddHandlerEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.AnimationCompleteEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.AnimationProgressEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.AxisClickEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.ChartClickEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.ChartHoverEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.ChartResizeEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.DatasetRangeCleanSelectionEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.DatasetSelectionEvent
Event type
type - Variable in class org.pepstock.charba.client.events.HandlerRegistration
 
TYPE - Static variable in class org.pepstock.charba.client.events.LegendClickEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.LegendHoverEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.LegendLeaveEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.RemoveHandlerEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.TitleClickEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.impl.charts.GaugeChart
Name of chart type "charbagauge" for gauge
TYPE - Static variable in class org.pepstock.charba.client.impl.charts.MeterChart
Name of chart type "charbameter" for meter
type - Variable in class org.pepstock.charba.client.options.AbstractTypedAnimationKey
 
type() - Method in class org.pepstock.charba.client.options.AbstractTypedAnimationKey
 
type() - Method in interface org.pepstock.charba.client.options.IsTypedAnimationKey
Returns the animation type related to the property.
type - Variable in class org.pepstock.charba.client.options.TypedDataset
 
Type - Interface in org.pepstock.charba.client
Interface to map the type and scale type of a chart.
TypedDataset - Class in org.pepstock.charba.client.configuration
It contains the options to apply to all datasets of the chart.
TypedDataset(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.TypedDataset
Builds the object storing the root options element.
TypedDataset(Type, ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.TypedDataset
Builds the object storing the chart type and the root options element.
TypedDataset - Class in org.pepstock.charba.client.options
Contains the options for the data sets.
TypedDataset(Datasets, Type, IsDefaultTypedDataset, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.TypedDataset
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
TypedDataset.Property - Enum in org.pepstock.charba.client.options
Name of properties of native object.
typeOf(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns the java script object type of object.
typeOf(Object, String) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns the java script object type of a property.
typeOf(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
Returns the java script object type of object.

U

UiGradient - Enum in org.pepstock.charba.client.colors
uiGradients is a community contributed collection of beautiful multi-color gradients.
Enumerates the uiGradients items, with a set of predefined colors, in order to create Charba Gradients.
UiGradient(String...) - Constructor for enum org.pepstock.charba.client.colors.UiGradient
Builds a gradient using argument as list of colors in HEX format.
UiGradientConstants - Class in org.pepstock.charba.client.colors
Contains all colors used in the UiGradient, to avoid to have more instances of the same color in the UiGradient definition.
UiGradientConstants() - Constructor for class org.pepstock.charba.client.colors.UiGradientConstants
To avoid any instantiation
UK - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.UNITED_KINGDOM.
UNABLE_COPY_ARRAY_MESSAGE - Static variable in class org.pepstock.charba.client.commons.AbstractArrayList
 
Undefined - Class in org.pepstock.charba.client.items
Class with default values when the java script object returns an UNDEFINED value.
Undefined() - Constructor for class org.pepstock.charba.client.items.Undefined
To avoid any instantiation
undefined() - Static method in class org.pepstock.charba.client.utils.Window
Returns an undefined instance.
UNDEFINED_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
 
UNDERSCORE - Static variable in class org.pepstock.charba.client.commons.Constants
Constants for UNDERSCORE, "_".
uninstallCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
 
Unit - Enum in org.pepstock.charba.client.dom.enums
Enumerates the unit of measure for sizes.
Unit(String) - Constructor for enum org.pepstock.charba.client.dom.enums.Unit
Creates with the suffix value to use in the size.
unmodifiableList(ArrayDouble) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of doubles by a java script array of doubles.
unmodifiableList(ArrayInteger) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of integers by a java script array of integers.
unmodifiableList(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of strings by a java script array of strings.
unmodifiableList(ArrayImage) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of images by a java script array of images.
unmodifiableList(E[], E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of enumeration values (instance of Key).
unmodifiableList(E[], ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of enumeration values by an java script array of strings.
unmodifiableList(ArrayObject) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of generic java script objects by a java script array.
unmodifiableList(ArrayObject, NativeObjectContainerFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of java script native object container by a java script array and a factory.
unmodifiableList(ArrayDoubleArray, NativeArrayContainerFactory<ArrayDouble, E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of java script native double array container by a java script array and a factory.
unregister(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Unregisters a global plugin.
unregister(PluginReference) - Method in class org.pepstock.charba.client.plugins.JsPluginHelper
Unregister an existing plugin.
unregister(NativeObject) - Static method in class org.pepstock.charba.client.plugins.NativeJsPluginHelper
Unregister an existing plugin.
unregister(IsTooltipPosition) - Method in class org.pepstock.charba.client.positioner.JsPositionerHelper
Unregister the tooltips positioner from CHART.JS.
unregister(String) - Static method in class org.pepstock.charba.client.positioner.NativeJsPositionerHelper
Unregister the tooltips positioner from CHART.JS.
unregister(CustomTooltipPosition) - Method in class org.pepstock.charba.client.positioner.Positioner
Unregister the tooltips positioner to CHART.JS.
Pay attention that when a tooltip positioner is unregistered, if any charts, which still have the tooltip position of the positioner, will fail.
update() - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
update(TransitionKey) - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired.
update(UpdateConfiguration) - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A configuration object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired.
update() - Method in class org.pepstock.charba.client.Chart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
update(String) - Method in class org.pepstock.charba.client.Chart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired.
update(ControllerType, ControllerContext, String) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
Invokes the default update method.
update(String, ControllerContext, String) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
Invokes the default update method.
update() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
update(TransitionKey) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
update(UpdateConfiguration) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
 
update() - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
update(TransitionKey) - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A config object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired.
update(UpdateConfiguration) - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A config object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired.
UPDATE - Static variable in class org.pepstock.charba.client.UpdateConfiguration
Default animation mode key, used for chart updating.
UPDATE_MODE_KEY - Static variable in class org.pepstock.charba.client.UpdateConfiguration
 
updateCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
 
UpdateConfiguration - Class in org.pepstock.charba.client
Object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired.
UpdateConfiguration() - Constructor for class org.pepstock.charba.client.UpdateConfiguration
Creates an empty animation mode to use for chart updating.
UpdateConfigurationBuilder - Class in org.pepstock.charba.client
Comfortable object to create UpdateConfiguration item.
UpdateConfigurationBuilder() - Constructor for class org.pepstock.charba.client.UpdateConfigurationBuilder
To avoid any instantiation
updateForReconfiguring() - Method in class org.pepstock.charba.client.AbstractChart
Replaces the native object in the configuration because the chart has been reconfigured.
updateOrAddScopeFromCallback(String, T, String) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
Updates or/and add the wrapper, with the callback instance, adding the scope.
updateSelection(double, boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
Update an existing selection on canvas by new X coordinate.
Can be invokes by mouse move or refresh of chart (like resizing).
US - Static variable in class org.pepstock.charba.client.intl.CLocale
Useful constant for Region.UNITED_STATES.
UTC_MINUS_01_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -01:00 UTC offset.
UTC_MINUS_02_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -02:00 UTC offset.
UTC_MINUS_03_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -03:00 UTC offset.
UTC_MINUS_03_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -03:30 UTC offset.
UTC_MINUS_04_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -04:00 UTC offset.
UTC_MINUS_04_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -04:30 UTC offset.
UTC_MINUS_05_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -05:00 UTC offset.
UTC_MINUS_06_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -06:00 UTC offset.
UTC_MINUS_07_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -07:00 UTC offset.
UTC_MINUS_08_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -08:00 UTC offset.
UTC_MINUS_09_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -09:00 UTC offset.
UTC_MINUS_09_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -09:30 UTC offset.
UTC_MINUS_10_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -10:00 UTC offset.
UTC_MINUS_11_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for -11:00 UTC offset.
UTC_PLUS_00_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +00:00 UTC offset.
UTC_PLUS_01_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +01:00 UTC offset.
UTC_PLUS_02_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +02:00 UTC offset.
UTC_PLUS_03_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +03:00 UTC offset.
UTC_PLUS_03_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +03:30 UTC offset.
UTC_PLUS_04_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +04:00 UTC offset.
UTC_PLUS_04_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +04:30 UTC offset.
UTC_PLUS_05_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +05:00 UTC offset.
UTC_PLUS_05_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +05:30 UTC offset.
UTC_PLUS_05_45 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +05:45 UTC offset.
UTC_PLUS_06_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +06:00 UTC offset.
UTC_PLUS_06_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +06:30 UTC offset.
UTC_PLUS_07_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +07:00 UTC offset.
UTC_PLUS_08_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +08:00 UTC offset.
UTC_PLUS_08_45 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +08:45 UTC offset.
UTC_PLUS_09_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +09:00 UTC offset.
UTC_PLUS_09_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +09:30 UTC offset.
UTC_PLUS_10_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +10:00 UTC offset.
UTC_PLUS_10_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +10:30 UTC offset.
UTC_PLUS_11_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +11:00 UTC offset.
UTC_PLUS_11_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +11:30 UTC offset.
UTC_PLUS_12_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +12:00 UTC offset.
UTC_PLUS_12_45 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +12:45 UTC offset.
UTC_PLUS_13_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +13:00 UTC offset.
UTC_PLUS_14_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
International key, to use for localization, for +14:00 UTC offset.
utcOffset - Variable in enum org.pepstock.charba.client.intl.enums.TimeZone
 
UTCOffsetConstants - Class in org.pepstock.charba.client.intl.enums
Contains all UTC offset values used by TimeZone, to avoid to have more instances of the same label.
UTCOffsetConstants() - Constructor for class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
To avoid any instantiation
Utilities - Class in org.pepstock.charba.client.utils
Sets of methods used as common utilities.
Utilities() - Constructor for class org.pepstock.charba.client.utils.Utilities
To avoid any instantiation

V

value - Variable in enum org.pepstock.charba.client.AbstractChart.InternalInterationModeObject.Property
 
value() - Method in enum org.pepstock.charba.client.AbstractChart.InternalInterationModeObject.Property
 
value - Variable in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
 
value() - Method in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
 
value - Variable in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
 
value() - Method in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
 
value - Variable in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
 
value() - Method in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
 
value - Variable in enum org.pepstock.charba.client.annotation.AbstractXYAnnotation.Property
 
value() - Method in enum org.pepstock.charba.client.annotation.AbstractXYAnnotation.Property
 
value - Variable in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
 
value() - Method in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
 
value - Variable in enum org.pepstock.charba.client.annotation.AnnotationType
 
value() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
 
value - Variable in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
 
value() - Method in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
 
value - Variable in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
 
value() - Method in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
 
value - Variable in enum org.pepstock.charba.client.annotation.enums.DrawTime
 
value() - Method in enum org.pepstock.charba.client.annotation.enums.DrawTime
 
value - Variable in enum org.pepstock.charba.client.annotation.enums.Event
 
value() - Method in enum org.pepstock.charba.client.annotation.enums.Event
 
value - Variable in enum org.pepstock.charba.client.annotation.enums.LabelPosition
 
value() - Method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
 
value - Variable in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
 
value() - Method in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
 
value - Variable in enum org.pepstock.charba.client.annotation.LineLabel.Property
 
value() - Method in enum org.pepstock.charba.client.annotation.LineLabel.Property
 
value - Variable in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
 
value() - Method in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
 
value - Variable in class org.pepstock.charba.client.annotation.StandardAnnotationId
 
value() - Method in class org.pepstock.charba.client.annotation.StandardAnnotationId
 
value - Variable in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
 
value() - Method in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
 
value - Variable in enum org.pepstock.charba.client.callbacks.ChartContext.Property
 
value() - Method in enum org.pepstock.charba.client.callbacks.ChartContext.Property
 
value - Variable in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
 
value() - Method in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
 
value - Variable in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
 
value() - Method in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
 
value - Variable in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
 
value() - Method in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
 
value - Variable in enum org.pepstock.charba.client.ChartType
 
value() - Method in enum org.pepstock.charba.client.ChartType
 
value - Variable in enum org.pepstock.charba.client.colors.CanvasObject.Property
 
value() - Method in enum org.pepstock.charba.client.colors.CanvasObject.Property
 
value - Variable in enum org.pepstock.charba.client.colors.Gradient.Property
 
value() - Method in enum org.pepstock.charba.client.colors.Gradient.Property
 
value - Variable in enum org.pepstock.charba.client.colors.GradientColor.Property
 
value() - Method in enum org.pepstock.charba.client.colors.GradientColor.Property
 
value - Variable in enum org.pepstock.charba.client.colors.GradientOrientation
 
value() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
 
value - Variable in enum org.pepstock.charba.client.colors.GradientScope
 
value() - Method in enum org.pepstock.charba.client.colors.GradientScope
 
value - Variable in enum org.pepstock.charba.client.colors.GradientType
 
value() - Method in enum org.pepstock.charba.client.colors.GradientType
 
value - Variable in enum org.pepstock.charba.client.colors.Pattern.Property
 
value() - Method in enum org.pepstock.charba.client.colors.Pattern.Property
 
value() - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
 
value() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
 
value() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
 
value - Variable in enum org.pepstock.charba.client.commons.AbstractPoint.Property
 
value() - Method in enum org.pepstock.charba.client.commons.AbstractPoint.Property
 
value - Variable in enum org.pepstock.charba.client.commons.Id
 
value() - Method in enum org.pepstock.charba.client.commons.Id
 
value - Variable in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
 
value() - Method in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
 
value() - Method in interface org.pepstock.charba.client.commons.Key
Returns the name value of property
value - Variable in enum org.pepstock.charba.client.commons.Merger.Property
 
value() - Method in enum org.pepstock.charba.client.commons.Merger.Property
 
value - Variable in class org.pepstock.charba.client.commons.StandardKey
 
value() - Method in class org.pepstock.charba.client.commons.StandardKey
 
value - Variable in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.Animation.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.Animation.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.Axis.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.Axis.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.Grid.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.Grid.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.Layout.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.Layout.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.LegendLabels.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.LegendLabels.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
 
value - Variable in enum org.pepstock.charba.client.Configuration.Property
 
value() - Method in enum org.pepstock.charba.client.Configuration.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.Segment.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.Segment.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.Tick.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.Tick.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.Title.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.Title.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.Tooltips.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.Tooltips.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
 
value - Variable in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
 
value() - Method in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
 
value() - Method in class org.pepstock.charba.client.controllers.ControllerType
 
value - Variable in enum org.pepstock.charba.client.controllers.WrapperController.Property
 
value() - Method in enum org.pepstock.charba.client.controllers.WrapperController.Property
 
value - Variable in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
 
value() - Method in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
 
value - Variable in enum org.pepstock.charba.client.data.BarBorderRadius.Property
 
value() - Method in enum org.pepstock.charba.client.data.BarBorderRadius.Property
 
value - Variable in enum org.pepstock.charba.client.data.BarDataset.Property
 
value() - Method in enum org.pepstock.charba.client.data.BarDataset.Property
 
value - Variable in enum org.pepstock.charba.client.data.BarStackHandler.Property
 
value() - Method in enum org.pepstock.charba.client.data.BarStackHandler.Property
 
value - Variable in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
 
value() - Method in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
 
value - Variable in enum org.pepstock.charba.client.data.BubbleDataset.Property
 
value() - Method in enum org.pepstock.charba.client.data.BubbleDataset.Property
 
value - Variable in enum org.pepstock.charba.client.data.Data.Property
 
value() - Method in enum org.pepstock.charba.client.data.Data.Property
 
value - Variable in enum org.pepstock.charba.client.data.DataPoint.Property
 
value() - Method in enum org.pepstock.charba.client.data.DataPoint.Property
 
value - Variable in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
 
value() - Method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
 
value - Variable in enum org.pepstock.charba.client.data.Dataset.CommonProperty
 
value() - Method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
 
value - Variable in enum org.pepstock.charba.client.data.Dataset.InternalProperty
 
value() - Method in enum org.pepstock.charba.client.data.Dataset.InternalProperty
 
value - Variable in enum org.pepstock.charba.client.data.LabelsHandler.Property
 
value() - Method in enum org.pepstock.charba.client.data.LabelsHandler.Property
 
value - Variable in enum org.pepstock.charba.client.data.LineDataset.Property
 
value() - Method in enum org.pepstock.charba.client.data.LineDataset.Property
 
value - Variable in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
 
value() - Method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
 
value - Variable in enum org.pepstock.charba.client.data.LiningDataset.Property
 
value() - Method in enum org.pepstock.charba.client.data.LiningDataset.Property
 
value - Variable in enum org.pepstock.charba.client.data.OrderHandler.Property
 
value() - Method in enum org.pepstock.charba.client.data.OrderHandler.Property
 
value - Variable in enum org.pepstock.charba.client.data.PieDataset.Property
 
value() - Method in enum org.pepstock.charba.client.data.PieDataset.Property
 
value - Variable in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
 
value() - Method in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
 
value - Variable in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
 
value() - Method in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
 
value - Variable in enum org.pepstock.charba.client.datalabels.enums.Align
 
value() - Method in enum org.pepstock.charba.client.datalabels.enums.Align
 
value - Variable in enum org.pepstock.charba.client.datalabels.enums.Anchor
 
value() - Method in enum org.pepstock.charba.client.datalabels.enums.Anchor
 
value - Variable in enum org.pepstock.charba.client.datalabels.enums.Event
 
value() - Method in enum org.pepstock.charba.client.datalabels.enums.Event
 
value - Variable in enum org.pepstock.charba.client.datalabels.LabelItem.Property
 
value() - Method in enum org.pepstock.charba.client.datalabels.LabelItem.Property
 
value - Variable in class org.pepstock.charba.client.datalabels.StandardDataLabelId
 
value() - Method in class org.pepstock.charba.client.datalabels.StandardDataLabelId
 
value - Variable in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
 
value() - Method in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
 
value - Variable in enum org.pepstock.charba.client.dom.enums.BorderStyle
 
value() - Method in enum org.pepstock.charba.client.dom.enums.BorderStyle
 
value - Variable in enum org.pepstock.charba.client.dom.enums.CursorType
 
value() - Method in enum org.pepstock.charba.client.dom.enums.CursorType
 
value - Variable in enum org.pepstock.charba.client.dom.enums.Display
 
value() - Method in enum org.pepstock.charba.client.dom.enums.Display
 
value - Variable in enum org.pepstock.charba.client.dom.enums.MutationType
 
value() - Method in enum org.pepstock.charba.client.dom.enums.MutationType
 
value - Variable in enum org.pepstock.charba.client.dom.enums.Position
 
value() - Method in enum org.pepstock.charba.client.dom.enums.Position
 
value - Variable in enum org.pepstock.charba.client.dom.enums.Repetition
 
value() - Method in enum org.pepstock.charba.client.dom.enums.Repetition
 
value - Variable in enum org.pepstock.charba.client.dom.enums.TextBaseline
 
value() - Method in enum org.pepstock.charba.client.dom.enums.TextBaseline
 
value - Variable in enum org.pepstock.charba.client.dom.enums.TextDecoration
 
value() - Method in enum org.pepstock.charba.client.dom.enums.TextDecoration
 
value - Variable in enum org.pepstock.charba.client.dom.enums.Unit
 
value() - Method in enum org.pepstock.charba.client.dom.enums.Unit
 
value - Variable in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
 
value() - Method in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
 
value - Variable in enum org.pepstock.charba.client.enums.AnimationType
 
value() - Method in enum org.pepstock.charba.client.enums.AnimationType
 
value - Variable in enum org.pepstock.charba.client.enums.AxisKind
 
value() - Method in enum org.pepstock.charba.client.enums.AxisKind
 
value - Variable in enum org.pepstock.charba.client.enums.AxisPosition
 
value() - Method in enum org.pepstock.charba.client.enums.AxisPosition
 
value - Variable in enum org.pepstock.charba.client.enums.AxisType
 
value() - Method in enum org.pepstock.charba.client.enums.AxisType
 
value - Variable in enum org.pepstock.charba.client.enums.BorderAlign
 
value() - Method in enum org.pepstock.charba.client.enums.BorderAlign
 
value - Variable in enum org.pepstock.charba.client.enums.BorderItemType
 
value() - Method in enum org.pepstock.charba.client.enums.BorderItemType
 
value - Variable in enum org.pepstock.charba.client.enums.BorderSkipped
 
value() - Method in enum org.pepstock.charba.client.enums.BorderSkipped
 
value - Variable in enum org.pepstock.charba.client.enums.Bounds
 
value() - Method in enum org.pepstock.charba.client.enums.Bounds
 
value - Variable in enum org.pepstock.charba.client.enums.CapStyle
 
value() - Method in enum org.pepstock.charba.client.enums.CapStyle
 
value - Variable in enum org.pepstock.charba.client.enums.ChartEventProperty
 
value() - Method in enum org.pepstock.charba.client.enums.ChartEventProperty
 
value - Variable in enum org.pepstock.charba.client.enums.ColorType
 
value() - Method in enum org.pepstock.charba.client.enums.ColorType
 
value - Variable in enum org.pepstock.charba.client.enums.ContextType
 
value() - Method in enum org.pepstock.charba.client.enums.ContextType
 
value - Variable in enum org.pepstock.charba.client.enums.CrossAlign
 
value() - Method in enum org.pepstock.charba.client.enums.CrossAlign
 
value - Variable in enum org.pepstock.charba.client.enums.CubicInterpolationMode
 
value() - Method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
 
value - Variable in enum org.pepstock.charba.client.enums.DataType
 
value() - Method in enum org.pepstock.charba.client.enums.DataType
 
value - Variable in enum org.pepstock.charba.client.enums.DecimationAlgorithm
 
value() - Method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
 
value - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
 
value() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
 
value - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
 
value() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
 
value - Variable in enum org.pepstock.charba.client.enums.DefaultPluginId
 
value() - Method in enum org.pepstock.charba.client.enums.DefaultPluginId
 
value - Variable in enum org.pepstock.charba.client.enums.DefaultScaleId
 
value() - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
 
value - Variable in enum org.pepstock.charba.client.enums.DefaultTransitionKey
 
value() - Method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
 
value - Variable in enum org.pepstock.charba.client.enums.Display
 
value() - Method in enum org.pepstock.charba.client.enums.Display
 
value - Variable in enum org.pepstock.charba.client.enums.DrawTime
 
value() - Method in enum org.pepstock.charba.client.enums.DrawTime
 
value - Variable in enum org.pepstock.charba.client.enums.Easing
 
value() - Method in enum org.pepstock.charba.client.enums.Easing
 
value - Variable in enum org.pepstock.charba.client.enums.ElementAlign
 
value() - Method in enum org.pepstock.charba.client.enums.ElementAlign
 
value - Variable in enum org.pepstock.charba.client.enums.Event
 
value() - Method in enum org.pepstock.charba.client.enums.Event
 
value - Variable in enum org.pepstock.charba.client.enums.Fill
 
value() - Method in enum org.pepstock.charba.client.enums.Fill
 
value - Variable in enum org.pepstock.charba.client.enums.FillingMode
 
value() - Method in enum org.pepstock.charba.client.enums.FillingMode
 
value - Variable in enum org.pepstock.charba.client.enums.FontStyle
 
value() - Method in enum org.pepstock.charba.client.enums.FontStyle
 
value - Variable in enum org.pepstock.charba.client.enums.ImageMimeType
 
value() - Method in enum org.pepstock.charba.client.enums.ImageMimeType
 
value - Variable in enum org.pepstock.charba.client.enums.IndexAxis
 
value() - Method in enum org.pepstock.charba.client.enums.IndexAxis
 
value - Variable in enum org.pepstock.charba.client.enums.InteractionAxis
 
value() - Method in enum org.pepstock.charba.client.enums.InteractionAxis
 
value - Variable in enum org.pepstock.charba.client.enums.InteractionMode
 
value() - Method in enum org.pepstock.charba.client.enums.InteractionMode
 
value - Variable in enum org.pepstock.charba.client.enums.IsoWeekDay
 
value() - Method in enum org.pepstock.charba.client.enums.IsoWeekDay
Returns the ISO day of the week.
value - Variable in enum org.pepstock.charba.client.enums.JoinStyle
 
value() - Method in enum org.pepstock.charba.client.enums.JoinStyle
 
value - Variable in enum org.pepstock.charba.client.enums.LegendEventProperty
 
value() - Method in enum org.pepstock.charba.client.enums.LegendEventProperty
 
value - Variable in enum org.pepstock.charba.client.enums.ModifierKey
 
value() - Method in enum org.pepstock.charba.client.enums.ModifierKey
 
value - Variable in enum org.pepstock.charba.client.enums.PluginOptionsScope
 
value() - Method in enum org.pepstock.charba.client.enums.PluginOptionsScope
 
value - Variable in enum org.pepstock.charba.client.enums.PointStyle
 
value() - Method in enum org.pepstock.charba.client.enums.PointStyle
 
value - Variable in enum org.pepstock.charba.client.enums.Position
 
value() - Method in enum org.pepstock.charba.client.enums.Position
 
value() - Method in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
 
value - Variable in enum org.pepstock.charba.client.enums.Render
 
value() - Method in enum org.pepstock.charba.client.enums.Render
 
value - Variable in enum org.pepstock.charba.client.enums.ScaleTitleAlign
 
value() - Method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
 
value - Variable in enum org.pepstock.charba.client.enums.Stepped
 
value() - Method in enum org.pepstock.charba.client.enums.Stepped
 
value - Variable in enum org.pepstock.charba.client.enums.TextAlign
 
value() - Method in enum org.pepstock.charba.client.enums.TextAlign
 
value - Variable in enum org.pepstock.charba.client.enums.TextDirection
 
value() - Method in enum org.pepstock.charba.client.enums.TextDirection
 
value - Variable in enum org.pepstock.charba.client.enums.TickSource
 
value() - Method in enum org.pepstock.charba.client.enums.TickSource
 
value - Variable in enum org.pepstock.charba.client.enums.TimeUnit
 
value() - Method in enum org.pepstock.charba.client.enums.TimeUnit
 
value - Variable in enum org.pepstock.charba.client.enums.TooltipAlign
 
value() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
 
value - Variable in enum org.pepstock.charba.client.enums.TooltipPosition
 
value() - Method in enum org.pepstock.charba.client.enums.TooltipPosition
 
value - Variable in enum org.pepstock.charba.client.enums.Weight
 
value() - Method in enum org.pepstock.charba.client.enums.Weight
 
value - Variable in class org.pepstock.charba.client.events.AxisClickEvent
 
value - Variable in enum org.pepstock.charba.client.events.ChartEventContext.Property
 
value() - Method in enum org.pepstock.charba.client.events.ChartEventContext.Property
 
value - Variable in class org.pepstock.charba.client.events.EventType
 
value() - Method in class org.pepstock.charba.client.events.EventType
 
value - Variable in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
 
value() - Method in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
 
value - Variable in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
 
value - Variable in class org.pepstock.charba.client.impl.charts.MeterContext
 
value - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
 
value - Variable in class org.pepstock.charba.client.impl.charts.Threshold
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.Align
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.Align
 
value - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
 
value() - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
 
value() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.Render
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.Render
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
 
value - Variable in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
 
value - Variable in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
 
value() - Method in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
 
value - Variable in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
 
value() - Method in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
 
value - Variable in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
 
value() - Method in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
 
value - Variable in enum org.pepstock.charba.client.intl.enums.Calendar
 
value() - Method in enum org.pepstock.charba.client.intl.enums.Calendar
 
value - Variable in enum org.pepstock.charba.client.intl.enums.CompactDisplay
 
value() - Method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
 
value - Variable in enum org.pepstock.charba.client.intl.enums.Currency
 
value() - Method in enum org.pepstock.charba.client.intl.enums.Currency
 
value - Variable in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
 
value() - Method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
 
value - Variable in enum org.pepstock.charba.client.intl.enums.CurrencySign
 
value() - Method in enum org.pepstock.charba.client.intl.enums.CurrencySign
 
value - Variable in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
 
value() - Method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
 
value - Variable in enum org.pepstock.charba.client.intl.enums.FormatMatcher
 
value() - Method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
 
value - Variable in enum org.pepstock.charba.client.intl.enums.FormatPartType
 
value() - Method in enum org.pepstock.charba.client.intl.enums.FormatPartType
 
value - Variable in enum org.pepstock.charba.client.intl.enums.HourCycle
 
value() - Method in enum org.pepstock.charba.client.intl.enums.HourCycle
 
value - Variable in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
 
value() - Method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
 
value - Variable in enum org.pepstock.charba.client.intl.enums.MeasureUnit
 
value() - Method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
 
value - Variable in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
 
value() - Method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
 
value - Variable in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
 
value() - Method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
 
value - Variable in enum org.pepstock.charba.client.intl.enums.Notation
 
value() - Method in enum org.pepstock.charba.client.intl.enums.Notation
 
value - Variable in enum org.pepstock.charba.client.intl.enums.NumberingSystem
 
value() - Method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
 
value - Variable in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
 
value() - Method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
 
value - Variable in enum org.pepstock.charba.client.intl.enums.SignDisplay
 
value() - Method in enum org.pepstock.charba.client.intl.enums.SignDisplay
 
value - Variable in enum org.pepstock.charba.client.intl.enums.StringItemStyle
 
value() - Method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
 
value - Variable in enum org.pepstock.charba.client.intl.enums.Style
 
value() - Method in enum org.pepstock.charba.client.intl.enums.Style
 
value - Variable in enum org.pepstock.charba.client.intl.enums.TimeZone
 
value() - Method in enum org.pepstock.charba.client.intl.enums.TimeZone
 
value - Variable in enum org.pepstock.charba.client.intl.enums.TimeZoneName
 
value() - Method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
 
value - Variable in enum org.pepstock.charba.client.intl.FormatPart.Property
 
value() - Method in enum org.pepstock.charba.client.intl.FormatPart.Property
 
value - Variable in enum org.pepstock.charba.client.intl.Language
 
value() - Method in enum org.pepstock.charba.client.intl.Language
 
value - Variable in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
 
value() - Method in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
 
value - Variable in enum org.pepstock.charba.client.intl.Region
 
value() - Method in enum org.pepstock.charba.client.intl.Region
 
value - Variable in enum org.pepstock.charba.client.intl.Script
 
value() - Method in enum org.pepstock.charba.client.intl.Script
 
value - Variable in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
 
value() - Method in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
 
value - Variable in enum org.pepstock.charba.client.items.AnimationItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.AnimationItem.Property
 
value - Variable in enum org.pepstock.charba.client.items.BaseBoxItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
 
value - Variable in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
 
value - Variable in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
 
value - Variable in class org.pepstock.charba.client.items.DataItem
 
value - Variable in enum org.pepstock.charba.client.items.DatasetElement.Property
 
value() - Method in enum org.pepstock.charba.client.items.DatasetElement.Property
 
value - Variable in enum org.pepstock.charba.client.items.DatasetElementOptions.Property
 
value() - Method in enum org.pepstock.charba.client.items.DatasetElementOptions.Property
 
value - Variable in enum org.pepstock.charba.client.items.DatasetItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.DatasetItem.Property
 
value - Variable in enum org.pepstock.charba.client.items.DatasetItemController.Property
 
value() - Method in enum org.pepstock.charba.client.items.DatasetItemController.Property
 
value - Variable in enum org.pepstock.charba.client.items.DatasetPoint.Property
 
value() - Method in enum org.pepstock.charba.client.items.DatasetPoint.Property
 
value - Variable in enum org.pepstock.charba.client.items.DatasetReference.Property
 
value() - Method in enum org.pepstock.charba.client.items.DatasetReference.Property
 
value - Variable in enum org.pepstock.charba.client.items.LegendItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.LegendItem.Property
 
value - Variable in enum org.pepstock.charba.client.items.LegendNode.Property
 
value() - Method in enum org.pepstock.charba.client.items.LegendNode.Property
 
value - Variable in enum org.pepstock.charba.client.items.LegendTextHandler.Property
 
value() - Method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
 
value - Variable in enum org.pepstock.charba.client.items.Parsed.Property
 
value() - Method in enum org.pepstock.charba.client.items.Parsed.Property
 
value - Variable in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
 
value() - Method in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
 
value - Variable in enum org.pepstock.charba.client.items.PluginEventArgument.Property
 
value() - Method in enum org.pepstock.charba.client.items.PluginEventArgument.Property
 
value - Variable in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
 
value() - Method in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
 
value - Variable in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
 
value() - Method in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
 
value - Variable in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
 
value() - Method in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
 
value - Variable in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
 
value() - Method in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
 
value - Variable in enum org.pepstock.charba.client.items.ScaleItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.ScaleItem.Property
 
value - Variable in enum org.pepstock.charba.client.items.ScaleTickItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.ScaleTickItem.Property
 
value - Variable in class org.pepstock.charba.client.items.ScaleValueItem
 
value - Variable in enum org.pepstock.charba.client.items.SizeItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.SizeItem.Property
 
value - Variable in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
 
value - Variable in enum org.pepstock.charba.client.items.TooltipItem.Property
 
value() - Method in enum org.pepstock.charba.client.items.TooltipItem.Property
 
value - Variable in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
 
value() - Method in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
 
value - Variable in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
 
value() - Method in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
 
value - Variable in enum org.pepstock.charba.client.items.TooltipModel.Property
 
value() - Method in enum org.pepstock.charba.client.items.TooltipModel.Property
 
value - Variable in enum org.pepstock.charba.client.labels.enums.Position
 
value() - Method in enum org.pepstock.charba.client.labels.enums.Position
 
value - Variable in enum org.pepstock.charba.client.labels.enums.Render
 
value() - Method in enum org.pepstock.charba.client.labels.enums.Render
 
value - Variable in enum org.pepstock.charba.client.labels.Label.Property
 
value() - Method in enum org.pepstock.charba.client.labels.Label.Property
 
value - Variable in enum org.pepstock.charba.client.labels.LabelsContext.Property
 
value() - Method in enum org.pepstock.charba.client.labels.LabelsContext.Property
 
value - Variable in class org.pepstock.charba.client.labels.StandardLabelId
 
value() - Method in class org.pepstock.charba.client.labels.StandardLabelId
 
value - Variable in enum org.pepstock.charba.client.options.AbstractAnimation.Property
 
value() - Method in enum org.pepstock.charba.client.options.AbstractAnimation.Property
 
value - Variable in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
 
value() - Method in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
 
value - Variable in enum org.pepstock.charba.client.options.AbstractElement.Property
 
value() - Method in enum org.pepstock.charba.client.options.AbstractElement.Property
 
value - Variable in enum org.pepstock.charba.client.options.AbstractFont.Property
 
value() - Method in enum org.pepstock.charba.client.options.AbstractFont.Property
 
value - Variable in enum org.pepstock.charba.client.options.AbstractInteraction.Property
 
value() - Method in enum org.pepstock.charba.client.options.AbstractInteraction.Property
 
value - Variable in enum org.pepstock.charba.client.options.AbstractPadding.Property
 
value() - Method in enum org.pepstock.charba.client.options.AbstractPadding.Property
 
value - Variable in enum org.pepstock.charba.client.options.AbstractScale.Property
 
value() - Method in enum org.pepstock.charba.client.options.AbstractScale.Property
 
value - Variable in enum org.pepstock.charba.client.options.AbstractScaleLines.Property
 
value() - Method in enum org.pepstock.charba.client.options.AbstractScaleLines.Property
 
value - Variable in class org.pepstock.charba.client.options.AbstractStandardKey
 
value() - Method in class org.pepstock.charba.client.options.AbstractStandardKey
 
value - Variable in enum org.pepstock.charba.client.options.Adapters.Property
 
value() - Method in enum org.pepstock.charba.client.options.Adapters.Property
 
value - Variable in enum org.pepstock.charba.client.options.AngleLines.Property
 
value() - Method in enum org.pepstock.charba.client.options.AngleLines.Property
 
value - Variable in enum org.pepstock.charba.client.options.Animation.Property
 
value() - Method in enum org.pepstock.charba.client.options.Animation.Property
 
value - Variable in enum org.pepstock.charba.client.options.AnimationCollection.Property
 
value() - Method in enum org.pepstock.charba.client.options.AnimationCollection.Property
 
value - Variable in enum org.pepstock.charba.client.options.AnimationContainer.Property
 
value() - Method in enum org.pepstock.charba.client.options.AnimationContainer.Property
 
value - Variable in enum org.pepstock.charba.client.options.AnimationTransition.Property
 
value() - Method in enum org.pepstock.charba.client.options.AnimationTransition.Property
 
value - Variable in enum org.pepstock.charba.client.options.Arc.Property
 
value() - Method in enum org.pepstock.charba.client.options.Arc.Property
 
value - Variable in enum org.pepstock.charba.client.options.Bar.Property
 
value() - Method in enum org.pepstock.charba.client.options.Bar.Property
 
value - Variable in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
 
value() - Method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
 
value - Variable in enum org.pepstock.charba.client.options.BoxHandler.Property
 
value() - Method in enum org.pepstock.charba.client.options.BoxHandler.Property
 
value - Variable in enum org.pepstock.charba.client.options.Decimation.Property
 
value() - Method in enum org.pepstock.charba.client.options.Decimation.Property
 
value - Variable in enum org.pepstock.charba.client.options.Elements.Property
 
value() - Method in enum org.pepstock.charba.client.options.Elements.Property
 
value - Variable in enum org.pepstock.charba.client.options.ExtendedOptions.Property
 
value() - Method in enum org.pepstock.charba.client.options.ExtendedOptions.Property
 
value - Variable in enum org.pepstock.charba.client.options.ExtendedScale.Property
 
value() - Method in enum org.pepstock.charba.client.options.ExtendedScale.Property
 
value - Variable in enum org.pepstock.charba.client.options.Filler.Property
 
value() - Method in enum org.pepstock.charba.client.options.Filler.Property
 
value - Variable in enum org.pepstock.charba.client.options.FillHandler.Property
 
value() - Method in enum org.pepstock.charba.client.options.FillHandler.Property
 
value - Variable in enum org.pepstock.charba.client.options.Font.Property
 
value() - Method in enum org.pepstock.charba.client.options.Font.Property
 
value - Variable in enum org.pepstock.charba.client.options.FontContainer.Property
 
value() - Method in enum org.pepstock.charba.client.options.FontContainer.Property
 
value - Variable in enum org.pepstock.charba.client.options.Grid.Property
 
value() - Method in enum org.pepstock.charba.client.options.Grid.Property
 
value - Variable in enum org.pepstock.charba.client.options.Interaction.Property
 
value() - Method in enum org.pepstock.charba.client.options.Interaction.Property
 
value - Variable in enum org.pepstock.charba.client.options.Layout.Property
 
value() - Method in enum org.pepstock.charba.client.options.Layout.Property
 
value - Variable in enum org.pepstock.charba.client.options.Legend.Property
 
value() - Method in enum org.pepstock.charba.client.options.Legend.Property
 
value - Variable in enum org.pepstock.charba.client.options.LegendLabels.Property
 
value() - Method in enum org.pepstock.charba.client.options.LegendLabels.Property
 
value - Variable in enum org.pepstock.charba.client.options.LegendTitle.Property
 
value() - Method in enum org.pepstock.charba.client.options.LegendTitle.Property
 
value - Variable in enum org.pepstock.charba.client.options.Line.Property
 
value() - Method in enum org.pepstock.charba.client.options.Line.Property
 
value - Variable in enum org.pepstock.charba.client.options.Major.Property
 
value() - Method in enum org.pepstock.charba.client.options.Major.Property
 
value - Variable in enum org.pepstock.charba.client.options.Options.CommonProperty
 
value() - Method in enum org.pepstock.charba.client.options.Options.CommonProperty
 
value - Variable in enum org.pepstock.charba.client.options.Options.Property
 
value() - Method in enum org.pepstock.charba.client.options.Options.Property
 
value - Variable in enum org.pepstock.charba.client.options.Padding.Property
 
value() - Method in enum org.pepstock.charba.client.options.Padding.Property
 
value - Variable in enum org.pepstock.charba.client.options.Point.Property
 
value() - Method in enum org.pepstock.charba.client.options.Point.Property
 
value - Variable in enum org.pepstock.charba.client.options.PointLabels.Property
 
value() - Method in enum org.pepstock.charba.client.options.PointLabels.Property
 
value - Variable in enum org.pepstock.charba.client.options.PointStyleHandler.Property
 
value() - Method in enum org.pepstock.charba.client.options.PointStyleHandler.Property
 
value - Variable in enum org.pepstock.charba.client.options.Scale.Property
 
value() - Method in enum org.pepstock.charba.client.options.Scale.Property
 
value - Variable in enum org.pepstock.charba.client.options.ScaledOptions.Property
 
value() - Method in enum org.pepstock.charba.client.options.ScaledOptions.Property
 
value - Variable in enum org.pepstock.charba.client.options.ScaleTitle.Property
 
value() - Method in enum org.pepstock.charba.client.options.ScaleTitle.Property
 
value - Variable in enum org.pepstock.charba.client.options.SpanGapHandler.Property
 
value() - Method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
 
value - Variable in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
 
value() - Method in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
 
value - Variable in enum org.pepstock.charba.client.options.Ticks.Property
 
value() - Method in enum org.pepstock.charba.client.options.Ticks.Property
 
value - Variable in enum org.pepstock.charba.client.options.Time.Property
 
value() - Method in enum org.pepstock.charba.client.options.Time.Property
 
value - Variable in enum org.pepstock.charba.client.options.Title.Property
 
value() - Method in enum org.pepstock.charba.client.options.Title.Property
 
value - Variable in enum org.pepstock.charba.client.options.Tooltips.Property
 
value() - Method in enum org.pepstock.charba.client.options.Tooltips.Property
 
value - Variable in enum org.pepstock.charba.client.options.TypedDataset.Property
 
value() - Method in enum org.pepstock.charba.client.options.TypedDataset.Property
 
value - Variable in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
 
value() - Method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
 
value - Variable in enum org.pepstock.charba.client.plugins.PluginReference.Property
 
value() - Method in enum org.pepstock.charba.client.plugins.PluginReference.Property
 
value - Variable in enum org.pepstock.charba.client.plugins.WrapperPlugin.Property
 
value() - Method in enum org.pepstock.charba.client.plugins.WrapperPlugin.Property
 
value() - Method in class org.pepstock.charba.client.positioner.CustomTooltipPosition
 
value - Variable in enum org.pepstock.charba.client.positioner.PositionerContext.Property
 
value() - Method in enum org.pepstock.charba.client.positioner.PositionerContext.Property
 
value - Variable in enum org.pepstock.charba.client.resources.ResourceName
 
value() - Method in enum org.pepstock.charba.client.resources.ResourceName
 
value - Variable in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.Drag.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.Drag.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.EventPoint.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.EventPoint.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.Limits.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.Limits.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.Pan.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.Pan.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.Pinch.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.Pinch.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.ScaleRange.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.ScaleRange.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.Wheel.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.Wheel.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.Zoom.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.Zoom.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.ZoomContext.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.ZoomContext.Property
 
value - Variable in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
 
value() - Method in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
 
VALUE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
 
valueAsDate - Variable in class org.pepstock.charba.client.items.ScaleValueItem
 
valueAsFloatingData - Variable in class org.pepstock.charba.client.items.DataItem
 
valueAsPoint - Variable in class org.pepstock.charba.client.items.DataItem
 
valueAsString - Variable in class org.pepstock.charba.client.items.DataItem
 
valueAsString - Variable in class org.pepstock.charba.client.items.ScaleValueItem
 
ValueCallback - Interface in org.pepstock.charba.client.annotation.callbacks
Callback interface of AnnotationPlugin.ID plugin to set:
xMin for BoxAnnotation, EllipseAnnotation and LineAnnotation xMax for BoxAnnotation, EllipseAnnotation and LineAnnotation yMin for BoxAnnotation, EllipseAnnotation and LineAnnotation yMax for BoxAnnotation, EllipseAnnotation and LineAnnotation xValue for PointAnnotation yValue for PointAnnotation value for LineAnnotation, infinitive line endValue for LineAnnotation, infinitive line
properties at runtime.
valueCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
 
valueMaximumRatio - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
 
valueOf(String) - Static method in enum org.pepstock.charba.client.AbstractChart.InternalInterationModeObject.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AbstractXYAnnotation.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.DrawTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.LineLabel.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ChartContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.CanvasObject.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GoogleChartColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.Gradient.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientColor.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GwtMaterialColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.HtmlColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.Pattern.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.tiles.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.UiGradient
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.commons.AbstractPoint.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.commons.Id
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.commons.Merger.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.commons.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Animation.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Axis.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Grid.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Layout.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.LegendLabels.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.Configuration.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Segment.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Tick.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Title.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Tooltips.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.controllers.WrapperController.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.BarBorderRadius.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.BarDataset.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.BarStackHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.BubbleDataset.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.Data.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.DataPoint.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.InternalProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.LabelsHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.LineDataset.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.LiningDataset.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.OrderHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.PieDataset.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Anchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.LabelItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.CursorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Display
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.MutationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Repetition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TextBaseline
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TextDecoration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AnimationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderSkipped
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Bounds
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CapStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ChartEventProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ColorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CrossAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Display
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DrawTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Easing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ElementAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Fill
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.FillingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ImageMimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.IndexAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.InteractionAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.InteractionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.JoinStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.LegendEventProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ModifierKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.PluginOptionsScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.PointStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Render
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Stepped
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TextDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TickSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TooltipAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TooltipPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Weight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.events.ChartEventContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Render
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Calendar
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Currency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CurrencySign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.FormatPartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.HourCycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Notation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.SignDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.TimeZone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.FormatPart.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Region
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Script
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.AnimationItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetElement.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetElementOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetItemController.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetPoint.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetReference.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendNode.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.Parsed.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginEventArgument.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleTickItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.SizeItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipModel.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.labels.enums.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.labels.enums.Render
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.labels.Label.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.labels.LabelsContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractAnimation.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractElement.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractFont.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractInteraction.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractPadding.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractScale.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractScaleLines.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Adapters.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AngleLines.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Animation.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AnimationCollection.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AnimationContainer.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.AnimationTransition.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Arc.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Bar.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.BoxHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Decimation.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Elements.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.ExtendedOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.ExtendedScale.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Filler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.FillHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Font.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.FontContainer.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Grid.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Interaction.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Layout.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Legend.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.LegendLabels.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.LegendTitle.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Line.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Major.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Options.CommonProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Options.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Padding.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Point.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.PointLabels.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.PointStyleHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Scale.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.ScaledOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.ScaleTitle.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Ticks.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Time.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Title.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.Tooltips.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.options.TypedDataset.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.PluginReference.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.WrapperPlugin.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.positioner.PositionerContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.resources.ResourceName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.ScaleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.utils.CTimer.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Drag.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.EventPoint.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Limits.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Pan.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Pinch.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ScaleRange.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Wheel.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Zoom.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ZoomContext.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.pepstock.charba.client.AbstractChart.InternalInterationModeObject.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.AbstractXYAnnotation.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.AnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.enums.DrawTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.enums.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.LineLabel.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.callbacks.ChartContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.ChartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.CanvasObject.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.GoogleChartColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.Gradient.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.GradientColor.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.GradientScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.GradientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.GwtMaterialColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.HtmlColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.Pattern.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.tiles.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.UiGradient
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.commons.AbstractPoint.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.commons.Id
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.commons.Merger.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.commons.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.Animation.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.Axis.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.Grid.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.Layout.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.LegendLabels.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.Configuration.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.Segment.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.Tick.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.Title.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.Tooltips.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.controllers.WrapperController.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.BarBorderRadius.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.BarDataset.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.BarStackHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.BubbleDataset.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.Data.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.DataPoint.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.Dataset.InternalProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.LabelsHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.LineDataset.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.LiningDataset.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.OrderHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.PieDataset.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.datalabels.enums.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.datalabels.enums.Anchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.datalabels.enums.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.datalabels.LabelItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.CursorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.Display
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.MutationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.Repetition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.TextBaseline
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.TextDecoration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.enums.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.AnimationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.AxisKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.AxisPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.BorderAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.BorderItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.BorderSkipped
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Bounds
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.CapStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ChartEventProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ColorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.CrossAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Display
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.DrawTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Easing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ElementAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Fill
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.FillingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ImageMimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.IndexAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.InteractionAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.InteractionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.JoinStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.LegendEventProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ModifierKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.PluginOptionsScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.PointStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Render
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ScaleDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Stepped
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TextDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TickSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TooltipAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TooltipPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Weight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.events.ChartEventContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Render
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.Calendar
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.Currency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.CurrencySign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.FormatPartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.HourCycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.Notation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.SignDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.TimeZone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.FormatPart.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.Region
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.intl.Script
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.AnimationItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.DatasetElement.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.DatasetElementOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.DatasetItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.DatasetItemController.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.DatasetPoint.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.DatasetReference.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.LegendItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.LegendNode.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.Parsed.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.PluginEventArgument.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.ScaleItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.ScaleTickItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.SizeItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.TooltipItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.TooltipModel.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.labels.enums.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.labels.enums.Render
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.labels.Label.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.labels.LabelsContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AbstractAnimation.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AbstractElement.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AbstractFont.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AbstractInteraction.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AbstractPadding.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AbstractScale.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AbstractScaleLines.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Adapters.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AngleLines.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Animation.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AnimationCollection.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AnimationContainer.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.AnimationTransition.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Arc.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Bar.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.BoxHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Decimation.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Elements.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.ExtendedOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.ExtendedScale.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Filler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.FillHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Font.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.FontContainer.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Grid.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Interaction.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Layout.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Legend.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.LegendLabels.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.LegendTitle.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Line.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Major.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Options.CommonProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Options.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Padding.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Point.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.PointLabels.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.PointStyleHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Scale.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.ScaledOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.ScaleTitle.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Ticks.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Time.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Title.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.Tooltips.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.options.TypedDataset.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.plugins.PluginReference.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.plugins.WrapperPlugin.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.positioner.PositionerContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.resources.ResourceName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.ScaleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.utils.CTimer.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.Drag.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.EventPoint.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.Limits.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.Pan.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.Pinch.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.ScaleRange.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.Wheel.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.Zoom.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.ZoomContext.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
Returns an array containing the constants of this enum type, in the order they are declared.
variantAndExtension - Variable in class org.pepstock.charba.client.intl.CLocale
 
variantAndExtension - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
 
VerticalLine - Class in org.pepstock.charba.client.colors.tiles
LINE (vertically) drawer to design a line (vertically) in the tile.
It designs a line (vertically) in the the following tile sections (A and B):

VerticalLine() - Constructor for class org.pepstock.charba.client.colors.tiles.VerticalLine
 
VerticalLineChart - Class in org.pepstock.charba.client
Vertical LINE chart implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
VerticalLineChart() - Constructor for class org.pepstock.charba.client.VerticalLineChart
Builds the object.
VerticalLineChart(Type) - Constructor for class org.pepstock.charba.client.VerticalLineChart
Builds the chart.
This is must be extended for controller which are based on this type of chart.
VerticalLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
Vertical LINE chart GWT WIDGET implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
VerticalLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
Builds the object.
VerticalLineChartWidget(VerticalLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
Builds the chart.
This is must be extended for controller which are based on this chart.
VerticalLineDataset - Class in org.pepstock.charba.client.data
The vertical line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on.
VerticalLineDataset() - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
Creates a data set.
It uses the global options has default.
VerticalLineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
Creates a data set.
It uses the global options has default.
VerticalLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
Creates the data set using a default.
VerticalLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
Creates the data set using a default.
VerticalLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
Creates the data set using chart type related to the data set.
VerticalLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
Creates the data set using a default and chart type related to the data set.
VerticalLineOptions - Class in org.pepstock.charba.client.configuration
Specific options for vertical LINE chart.
VerticalLineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.VerticalLineOptions
Builds the object storing the chart instance and default values.
VerticalZigZag - Class in org.pepstock.charba.client.colors.tiles
ZIGZAG (vertically) drawer to design a zigzag line (vertically) in the tile.
It designs a zigzag line (vertically) in the the following tile sections (A and B):

VerticalZigZag() - Constructor for class org.pepstock.charba.client.colors.tiles.VerticalZigZag
 
visibleCollection - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
 

W

Weave - Class in org.pepstock.charba.client.colors.tiles
WEAVE drawer to design a weave in the tile.
It designs a weave in the the following tile sections (A and B):

Weave() - Constructor for class org.pepstock.charba.client.colors.tiles.Weave
 
Weight - Enum in org.pepstock.charba.client.enums
The weight sets how thick or thin characters in text should be displayed.
Weight(String) - Constructor for enum org.pepstock.charba.client.enums.Weight
Creates with the property value to use in the native object.
Wheel - Class in org.pepstock.charba.client.zoom
Base object to map wheel options for ZoomPlugin.ID plugin configuration.
It represents the container for WHEEL options.
Wheel(AbstractNode, Key, IsDefaultWheel, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Wheel
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
wheel - Variable in class org.pepstock.charba.client.zoom.Zoom
 
Wheel.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
width - Variable in class org.pepstock.charba.client.colors.PatternBuilder
 
WidthCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
Callback interface to set textStrokeWidth, linerWidth, borderWidth, hoverBorderWidth, pointBorderWidth or pointHoverBorderWidth property at runtime, using the chart instance and the context.
WINDOW - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as window with name "window".
Window - Class in org.pepstock.charba.client.utils
The window object represents an open window in a browser.
Window() - Constructor for class org.pepstock.charba.client.utils.Window
To avoid any instantiation
Window.AsyncCallback - Interface in org.pepstock.charba.client.utils
Java script FUNCTION callback called for setTimeout and setInterval methods.
WindowHelper - Class in org.pepstock.charba.client.utils
This is a singleton with some utilities to act on window java script object.
WindowHelper() - Constructor for class org.pepstock.charba.client.utils.WindowHelper
To avoid any instantiation
WindowHelper.OnBeforePrintCallback - Interface in org.pepstock.charba.client.utils
Java script FUNCTION callback to set to onbeforeprint Window object property.
WORKING_CANVAS - Static variable in class org.pepstock.charba.client.utils.Utilities
 
WrapperController - Class in org.pepstock.charba.client.controllers
Wraps a controller, delegating the execution of all hooks to it.
The wrapper is mandatory to able to catch all hooks of chart even if the controller implements just a part of the hooks.
WrapperController(Controller) - Constructor for class org.pepstock.charba.client.controllers.WrapperController
Builds the object with controller instance
WrapperController.Property - Enum in org.pepstock.charba.client.controllers
Name of properties of native object.
WrapperController.ProxyDrawCallback - Interface in org.pepstock.charba.client.controllers
Java script FUNCTION callback called to catch the chart drawing.
WrapperController.ProxyInitializeCallback - Interface in org.pepstock.charba.client.controllers
Java script FUNCTION callback called to catch the chart initialization.
WrapperController.ProxyLinkScalesCallback - Interface in org.pepstock.charba.client.controllers
Java script FUNCTION callback called to catch the chart link scales.
WrapperController.ProxyParseCallback - Interface in org.pepstock.charba.client.controllers
Java script FUNCTION callback called to catch the chart parse metadata.
WrapperController.ProxyUpdateCallback - Interface in org.pepstock.charba.client.controllers
Java script FUNCTION callback called to catch the chart updating.
wrapperDefaults - Variable in class org.pepstock.charba.client.Defaults
 
WrapperDefaults(NativeObject) - Constructor for class org.pepstock.charba.client.Defaults.WrapperDefaults
Creates the wrapper by the default object of chart instance.
WrapperPlugin - Class in org.pepstock.charba.client.plugins
Wraps a plugin, delegating the execution of all hooks to it.
The wrapper is mandatory to able to catch all hooks of chart even if the plugin implements just a part of the hooks.
WrapperPlugin(Plugin) - Constructor for class org.pepstock.charba.client.plugins.WrapperPlugin
Builds the object with plugin instance
WrapperPlugin.Property - Enum in org.pepstock.charba.client.plugins
Name of properties of native object.
WrapperPlugin.ProxyWithoutReturnValueCallback - Interface in org.pepstock.charba.client.plugins
Java script FUNCTION callback called without providing any value.
WrapperPlugin.ProxyWithReturnValueCallback - Interface in org.pepstock.charba.client.plugins
Java script FUNCTION callback called with return value.
wrappers - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
 
WRONG_PROPERTY_TYPE - Static variable in class org.pepstock.charba.client.colors.CanvasObject
 

X

x - Variable in class org.pepstock.charba.client.colors.Center
 
X_ADJUST_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
X_MAX_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
 
X_MIN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
 
X_PADDING_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
X_VALUE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
 
xAdjustCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
xMaxCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
 
xMinCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
 
xPaddingCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
xScaleLimit - Variable in class org.pepstock.charba.client.zoom.Limits
 
xValue - Variable in enum org.pepstock.charba.client.enums.TooltipAlign
 
xValueCallbackProxy - Variable in class org.pepstock.charba.client.annotation.PointAnnotation
 

Y

y - Variable in class org.pepstock.charba.client.colors.Center
 
Y_ADJUST_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
Y_MAX_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
 
Y_MIN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
 
Y_PADDING_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
 
Y_VALUE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
 
yAdjustCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
yMaxCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
 
yMinCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
 
yPaddingCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
 
yScaleLimit - Variable in class org.pepstock.charba.client.zoom.Limits
 
yValue - Variable in enum org.pepstock.charba.client.enums.TooltipAlign
 
yValueCallbackProxy - Variable in class org.pepstock.charba.client.annotation.PointAnnotation
 

Z

ZigZag - Class in org.pepstock.charba.client.colors.tiles
ZIGZAG drawer to design a zigzag line in the tile.
It designs a zigzag line in the the following tile sections (A and B):

ZigZag() - Constructor for class org.pepstock.charba.client.colors.tiles.ZigZag
 
zoom - Variable in class org.pepstock.charba.client.zoom.DefaultOptions
 
zoom(Chart, Amount, TransitionKey) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
Zooms the chart on demand, programmatically.
zoom(Chart, double, TransitionKey) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
Zooms the chart on demand, programmatically.
zoom(Chart, NativeObject) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Zooms the chart on demand, programmatically.
zoom(Chart, NativeObject, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Zooms the chart on demand, programmatically.
zoom(Chart, double) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Zooms the chart on demand, programmatically.
zoom(Chart, double, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Zooms the chart on demand, programmatically.
Zoom - Class in org.pepstock.charba.client.zoom
Base object to map zoom options for ZoomPlugin.ID plugin configuration.
It represents the container for ZOOM options.
Zoom(IsDefaultZoom, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Zoom
Creates new zooming element, using stored native object instance and the default values options.
zoom - Variable in class org.pepstock.charba.client.zoom.ZoomOptions
 
zoom(IsChart, Amount) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Zooms the chart on demand, programmatically.
zoom(IsChart, Amount, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Zooms the chart on demand, programmatically.
zoom(IsChart, double) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Zooms the chart on demand, programmatically.
zoom(IsChart, double, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Zooms the chart on demand, programmatically.
Zoom.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
ZOOM_COMPLETED_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Zoom
 
ZOOM_PLUIGIN_ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
ZOOM_PROGRESS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Zoom
 
ZOOM_REJECTED_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Zoom
 
ZOOM_START_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Zoom
 
ZOOM_TRANSITION_MODE - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
Custom transition mode to update the chart by API, "zoom".
ZoomContext - Class in org.pepstock.charba.client.zoom
The callback or handler context, created and passed by ZoomPlugin.ID which contains the link to the native chart and the event.
ZoomContext(AbstractConfigurationItem, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ZoomContext
Creates the object with native object instance to be wrapped.
ZoomContext.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
ZoomDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.zoom.ZoomOptionsFactory.ZoomDefaultsOptionsFactory
To avoid any instantiation.
zoomElement - Variable in class org.pepstock.charba.client.zoom.ZoomContext
 
ZoomOptions - Class in org.pepstock.charba.client.zoom
This is the ZoomPlugin.ID plugin options where to set all the configuration needed to the plugin.
ZoomOptions() - Constructor for class org.pepstock.charba.client.zoom.ZoomOptions
Creates new ZoomPlugin.ID plugin options.
ZoomOptions(IsChart) - Constructor for class org.pepstock.charba.client.zoom.ZoomOptions
Creates new ZoomPlugin.ID plugin options, relating to chart instance for default.
ZoomOptions(IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ZoomOptions
Creates new ZoomPlugin.ID plugin options.
ZoomOptions.Property - Enum in org.pepstock.charba.client.zoom
Name of properties of native object.
ZoomOptionsFactory - Class in org.pepstock.charba.client.zoom
Factory to get the options (form chart, form dataset or from default global ones) related to ZoomPlugin.ID plugin.
ZoomOptionsFactory() - Constructor for class org.pepstock.charba.client.zoom.ZoomOptionsFactory
To avoid any instantiation.
ZoomOptionsFactory.ZoomDefaultsOptionsFactory - Class in org.pepstock.charba.client.zoom
Internal factory to create options from default global option for the plugin
ZoomPlugin - Class in org.pepstock.charba.client.zoom
Entry point of ZOOM plugin to enable the plugin.
The ZOOM plugin is highly customizable CHART.JS plugin that is zooming data of charts.
The ZOOM plugin plugin has got a dependency with javascript utility hammer, utility used for gesture recognition.
ZoomPlugin() - Constructor for class org.pepstock.charba.client.zoom.ZoomPlugin
To avoid any instantiation
ZoomPluginHammerResource - Class in org.pepstock.charba.client.zoom
Contains the content of hammer.min.js to inject.
ZoomPluginHammerResource() - Constructor for class org.pepstock.charba.client.zoom.ZoomPluginHammerResource
Creates the injectable resource with hammer.min.js content.
ZoomPluginResource - Class in org.pepstock.charba.client.zoom
Contains the content of chartjs-plugin-zoom.min.js to inject.
ZoomPluginResource() - Constructor for class org.pepstock.charba.client.zoom.ZoomPluginResource
Creates the injectable resource with chartjs-plugin-zoom.min.js content.
zoomScale(Chart, ScaleId, ScaleRange, TransitionKey) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
Zooms the chart scale on demand, programmatically.
zoomScale(Chart, String, NativeObject) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Zooms the chart scale on demand, programmatically.
zoomScale(Chart, String, NativeObject, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
Zooms the chart scale on demand, programmatically.
zoomScale(IsChart, ScaleId, ScaleRange) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Zooms the chart scale on demand, programmatically.
zoomScale(IsChart, ScaleId, ScaleRange, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
Zooms the chart scale on demand, programmatically.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links